Tue, 10 Oct 2017 19:05:00 +0200
Added the capability to enter an interpreter in the Start... dialogs of the debugger.
--- a/APIs/Python3/eric6.api Mon Oct 09 19:06:46 2017 +0200 +++ b/APIs/Python3/eric6.api Tue Oct 10 19:05:00 2017 +0200 @@ -439,13 +439,13 @@ eric6.Debugger.DebugServer.DebugServer.remoteClientVariables?4(scope, filterList, framenr=0) eric6.Debugger.DebugServer.DebugServer.remoteCompletion?4(text) eric6.Debugger.DebugServer.DebugServer.remoteContinue?4(special=False) -eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") +eric6.Debugger.DebugServer.DebugServer.remoteCoverage?4(interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") eric6.Debugger.DebugServer.DebugServer.remoteEnvironment?4(env) -eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False) +eric6.Debugger.DebugServer.DebugServer.remoteLoad?4(interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False) eric6.Debugger.DebugServer.DebugServer.remoteMoveIP?4(line) -eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") +eric6.Debugger.DebugServer.DebugServer.remoteProfile?4(interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType="") eric6.Debugger.DebugServer.DebugServer.remoteRawInput?4(s) -eric6.Debugger.DebugServer.DebugServer.remoteRun?4(fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="") +eric6.Debugger.DebugServer.DebugServer.remoteRun?4(interpreter, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="") eric6.Debugger.DebugServer.DebugServer.remoteSetThread?4(tid) eric6.Debugger.DebugServer.DebugServer.remoteStatement?4(stmt) eric6.Debugger.DebugServer.DebugServer.remoteStep?4() @@ -479,7 +479,7 @@ eric6.Debugger.DebugServer.DebugServer.signalClientVariable?4(scope, variables) eric6.Debugger.DebugServer.DebugServer.signalClientVariables?4(scope, variables) eric6.Debugger.DebugServer.DebugServer.signalClientWatchConditionError?4(condition) -eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False) +eric6.Debugger.DebugServer.DebugServer.startClient?4(unplanned=True, clType=None, forProject=False, runInConsole=False, interpreter="") eric6.Debugger.DebugServer.DebugServer.unregisterDebuggerInterface?4(interfaceName) eric6.Debugger.DebugServer.DebugServer.utFinished?7 eric6.Debugger.DebugServer.DebugServer.utPrepared?7 @@ -511,6 +511,7 @@ eric6.Debugger.DebugUI.DebugUI.setExcIgnoreList?4(excIgnoreList) eric6.Debugger.DebugUI.DebugUI.setExcList?4(excList) eric6.Debugger.DebugUI.DebugUI.setExceptionReporting?4(exceptions) +eric6.Debugger.DebugUI.DebugUI.setInterpreterHistory?4(interpreterStr, clearHistories=False, history=None) eric6.Debugger.DebugUI.DebugUI.setTracePython?4(tracePython) eric6.Debugger.DebugUI.DebugUI.setWdHistory?4(wdStr, clearHistories=False, history=None) eric6.Debugger.DebugUI.DebugUI.shutdown?4() @@ -578,8 +579,8 @@ eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count) eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on) eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4() -eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole) -eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole) +eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, interpreter) +eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, interpreter) eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive) eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive) eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4() @@ -620,8 +621,8 @@ eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count) eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on) eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4() -eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole) -eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, interpreter) +eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, interpreter) eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant) eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive) eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive) @@ -653,7 +654,7 @@ eric6.Debugger.StartDialog.StartDialog.historiesModified?4() eric6.Debugger.StartDialog.StartDialog.on_buttonBox_clicked?4(button) eric6.Debugger.StartDialog.StartDialog.on_modFuncCombo_editTextChanged?4() -eric6.Debugger.StartDialog.StartDialog?1(caption, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False) +eric6.Debugger.StartDialog.StartDialog?1(caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False) eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.getHistory?4() eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteAllButton_clicked?4() eric6.Debugger.StartHistoryEditDialog.StartHistoryEditDialog.on_deleteButton_clicked?4() @@ -6979,7 +6980,7 @@ eric6.Project.Project.Project.saveProject?4() eric6.Project.Project.Project.saveProjectAs?4() eric6.Project.Project.Project.setData?4(category, key, data) -eric6.Project.Project.Project.setDbgInfo?4(argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None) +eric6.Project.Project.Project.setDbgInfo?4(interpreter, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None) eric6.Project.Project.Project.setDirty?4(b) eric6.Project.Project.Project.setStatusMonitorAutoUpdate?4(auto) eric6.Project.Project.Project.setStatusMonitorInterval?4(interval) @@ -7249,9 +7250,11 @@ eric6.QScintilla.Editor.Editor.EndEditToken?7 eric6.QScintilla.Editor.Editor.EnumID?7 eric6.QScintilla.Editor.Editor.FromDocumentID?7 +eric6.QScintilla.Editor.Editor.KeywordsID?7 eric6.QScintilla.Editor.Editor.MethodID?7 eric6.QScintilla.Editor.Editor.MethodPrivateID?7 eric6.QScintilla.Editor.Editor.MethodProtectedID?7 +eric6.QScintilla.Editor.Editor.ModuleID?7 eric6.QScintilla.Editor.Editor.RequestSyncToken?7 eric6.QScintilla.Editor.Editor.Separator?7 eric6.QScintilla.Editor.Editor.StartEditToken?7
--- a/DTDs/Session-5.0.dtd Mon Oct 09 19:06:46 2017 +0200 +++ b/DTDs/Session-5.0.dtd Tue Oct 10 19:05:00 2017 +0200 @@ -1,4 +1,4 @@ -<!-- This is the DTD for eric's (project) session file version 4.4 --> +<!-- This is the DTD for eric's (project) session file version 5.0 --> <!ELEMENT MultiProject (#PCDATA)>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DTDs/Session-6.0.dtd Tue Oct 10 19:05:00 2017 +0200 @@ -0,0 +1,116 @@ +<!-- This is the DTD for eric's (project) session file version 6.0 --> + +<!ELEMENT MultiProject (#PCDATA)> + +<!ELEMENT Project (#PCDATA)> + +<!ELEMENT Filename (#PCDATA)> +<!ATTLIST Filename + cline CDATA #REQUIRED + cindex CDATA #REQUIRED + folds CDATA #REQUIRED + zoom CDATA #REQUIRED> + +<!ELEMENT Filenames (Filename*)> + +<!ELEMENT ActiveWindow (#PCDATA)> +<!ATTLIST ActiveWindow + cline CDATA #REQUIRED + cindex CDATA #REQUIRED> + +<!ELEMENT BpFilename (#PCDATA)> +<!ELEMENT Linenumber EMPTY> +<!ATTLIST Linenumber + value CDATA #REQUIRED> +<!ELEMENT Condition (#PCDATA)> +<!ELEMENT Temporary EMPTY> +<!ATTLIST Temporary + value CDATA #REQUIRED> +<!ELEMENT Enabled EMPTY> +<!ATTLIST Enabled + value CDATA #REQUIRED> +<!ELEMENT Count EMPTY> +<!ATTLIST Count + value CDATA #REQUIRED> + +<!ELEMENT Breakpoint (BpFilename, + Linenumber, + Condition, + Temporary, + Enabled, + Count)> + +<!ELEMENT Breakpoints (Breakpoint*)> + +<!ELEMENT Special (#PCDATA)> + +<!ELEMENT Watchexpression (Condition, + Temporary, + Enabled, + Count, + Special)> + +<!ELEMENT Watchexpressions (Watchexpression*)> + +<!ELEMENT Exception (#PCDATA)> + +<!ELEMENT IgnoredException (#PCDATA)> + +<!ELEMENT Interpreter (#PCDATA)> +<!ELEMENT CommandLine (#PCDATA)> +<!ELEMENT WorkingDirectory (#PCDATA)> +<!ELEMENT Environment (#PCDATA)> +<!ELEMENT ReportExceptions EMPTY> +<!ATTLIST ReportExceptions + value CDATA #REQUIRED> +<!ELEMENT Exceptions (Exception*)> +<!ELEMENT IgnoredExceptions (IgnoredException*)> +<!ELEMENT AutoClearShell EMPTY> +<!ATTLIST AutoClearShell + value CDATA #REQUIRED> +<!ELEMENT TracePython EMPTY> +<!ATTLIST TracePython + value CDATA #REQUIRED> +<!ELEMENT AutoContinue EMPTY> +<!ATTLIST AutoContinue + value CDATA #REQUIRED> +<!ELEMENT CovexcPattern (#PCDATA)> + +<!ELEMENT DebugInfo (Interpreter, + CommandLine, + WorkingDirectory, + Environment, + ReportExceptions, + Exceptions, + IgnoredExceptions, + AutoClearShell, + TracePython, + AutoContinue, + CovexcPattern)> + +<!ELEMENT BmFilename (#PCDATA)> + +<!ELEMENT Bookmark (BmFilename, + Linenumber)> + +<!ELEMENT Bookmarks (Bookmark*)> + +<!ELEMENT ExpandedItemName (#PCDATA)> + +<!ELEMENT ProjectBrowserState (ExpandedItemName*)> +<!ATTLIST ProjectBrowserState + name CDATA #REQUIRED> + +<!ELEMENT ProjectBrowserStates (ProjectBrowserState*)> + +<!ELEMENT Session (MultiProject?, + Project?, + Filenames, + ActiveWindow?, + Breakpoints, + Watchexpressions, + DebugInfo, + Bookmarks, + ProjectBrowserStates?)> +<!ATTLIST Session + version CDATA #REQUIRED>
--- a/Debugger/DebugServer.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/DebugServer.py Tue Oct 10 19:05:00 2017 +0200 @@ -445,7 +445,7 @@ 'DebugClient/Type', self.clientType) def startClient(self, unplanned=True, clType=None, forProject=False, - runInConsole=False): + runInConsole=False, interpreter=""): """ Public method to start a debug client. @@ -454,6 +454,8 @@ @keyparam forProject flag indicating a project related action (boolean) @keyparam runInConsole flag indicating to start the debugger in a console window (boolean) + @keyparam interpreter interpreter to be used to execute the remote + side (string) """ self.running = False @@ -478,16 +480,16 @@ project = e5App().getObject("Project") if not project.isDebugPropertiesLoaded(): self.clientProcess, isNetworked, clientInterpreter = \ - self.debuggerInterface.startRemote(self.serverPort(), - runInConsole) + self.debuggerInterface.startRemote( + self.serverPort(), runInConsole, interpreter) else: self.clientProcess, isNetworked, clientInterpreter = \ self.debuggerInterface.startRemoteForProject( - self.serverPort(), runInConsole) + self.serverPort(), runInConsole, interpreter) else: self.clientProcess, isNetworked, clientInterpreter = \ self.debuggerInterface.startRemote( - self.serverPort(), runInConsole) + self.serverPort(), runInConsole, interpreter) if self.clientProcess: self.clientProcess.readyReadStandardError.connect( @@ -798,13 +800,15 @@ pass self.debuggerInterface.remoteEnvironment(envdict) - def remoteLoad(self, fn, argv, wd, env, autoClearShell=True, + def remoteLoad(self, interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False): """ Public method to load a new program to debug. + @param interpreter interpreter to be used to execute the remote + side (string) @param fn the filename to debug (string) @param argv the commandline arguments to pass to the program (string) @param wd the working directory for the program (string) @@ -850,13 +854,14 @@ self.__restoreBreakpoints() self.__restoreWatchpoints() - def remoteRun(self, fn, argv, wd, env, autoClearShell=True, - forProject=False, runInConsole=False, - autoFork=False, forkChild=False, - clientType=""): + def remoteRun(self, interpreter, fn, argv, wd, env, autoClearShell=True, + forProject=False, runInConsole=False, autoFork=False, + forkChild=False, clientType=""): """ Public method to load a new program to run. + @param interpreter interpreter to be used to execute the remote + side (string) @param fn the filename to run (string) @param argv the commandline arguments to pass to the program (string) @param wd the working directory for the program (string) @@ -891,12 +896,14 @@ self.debugging = False self.running = True - def remoteCoverage(self, fn, argv, wd, env, autoClearShell=True, - erase=False, forProject=False, runInConsole=False, - clientType=""): + def remoteCoverage(self, interpreter, fn, argv, wd, env, + autoClearShell=True, erase=False, forProject=False, + runInConsole=False, clientType=""): """ Public method to load a new program to collect coverage data. + @param interpreter interpreter to be used to execute the remote + side (string) @param fn the filename to run (string) @param argv the commandline arguments to pass to the program (string) @param wd the working directory for the program (string) @@ -930,13 +937,14 @@ self.debugging = False self.running = True - def remoteProfile(self, fn, argv, wd, env, autoClearShell=True, - erase=False, forProject=False, - runInConsole=False, - clientType=""): + def remoteProfile(self, interpreter, fn, argv, wd, env, + autoClearShell=True, erase=False, forProject=False, + runInConsole=False, clientType=""): """ Public method to load a new program to collect profiling data. + @param interpreter interpreter to be used to execute the remote + side (string) @param fn the filename to run (string) @param argv the commandline arguments to pass to the program (string) @param wd the working directory for the program (string)
--- a/Debugger/DebugUI.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/DebugUI.py Tue Oct 10 19:05:00 2017 +0200 @@ -77,6 +77,8 @@ self.editorOpen = False # read the saved debug info values + self.interpreterHistory = Preferences.toList( + Preferences.Prefs.settings.value('DebugInfo/InterpreterHistory')) self.argvHistory = Preferences.toList( Preferences.Prefs.settings.value('DebugInfo/ArgumentsHistory')) self.wdHistory = Preferences.toList( @@ -669,7 +671,26 @@ starttb.windowTitle()) return [starttb, debugtb] + + def setInterpreterHistory(self, interpreterStr, clearHistories=False, + history=None): + """ + Public slot to initialize the interpreter history. + @param interpreterStr interpreter (string) + @param clearHistories flag indicating, that the list should + be cleared (boolean) + @param history list of history entries to be set (list of strings) + """ + if clearHistories: + del self.interpreterHistory[1:] + elif history is not None: + self.interpreterHistory = history[:] + else: + if interpreterStr in self.interpreterHistory: + self.interpreterHistory.remove(interpreterStr) + self.interpreterHistory.insert(0, interpreterStr) + def setArgvHistory(self, argsStr, clearHistories=False, history=None): """ Public slot to initialize the argv history. @@ -910,11 +931,14 @@ """ Public method to clear the various debug histories. """ + self.interpreterHistory = [] self.argvHistory = [] self.wdHistory = [] self.envHistory = [] Preferences.Prefs.settings.setValue( + 'DebugInfo/InterpreterHistory', self.interpreterHistory) + Preferences.Prefs.settings.setValue( 'DebugInfo/ArgumentsHistory', self.argvHistory) Preferences.Prefs.settings.setValue( 'DebugInfo/WorkingDirectoryHistory', self.wdHistory) @@ -926,11 +950,14 @@ Public method to perform shutdown actions. """ # Just save the 10 most recent entries + del self.interpreterHistory[10:] del self.argvHistory[10:] del self.wdHistory[10:] del self.envHistory[10:] Preferences.Prefs.settings.setValue( + 'DebugInfo/InterpreterHistory', self.interpreterHistory) + Preferences.Prefs.settings.setValue( 'DebugInfo/ArgumentsHistory', self.argvHistory) Preferences.Prefs.settings.setValue( 'DebugInfo/WorkingDirectoryHistory', self.wdHistory) @@ -1545,11 +1572,12 @@ else: cap = self.tr("Coverage of Script") dlg = StartDialog( - cap, self.argvHistory, self.wdHistory, + cap, self.interpreterHistory, self.argvHistory, self.wdHistory, self.envHistory, self.exceptions, self.ui, 2, autoClearShell=self.autoClearShell) if dlg.exec_() == QDialog.Accepted: - argv, wd, env, exceptions, clearShell, console = dlg.getData() + interpreter, argv, wd, env, exceptions, clearShell, console = \ + dlg.getData() eraseCoverage = dlg.getCoverageData() if runProject: @@ -1569,7 +1597,7 @@ # save the info for later use self.project.setDbgInfo( - argv, wd, env, exceptions, self.excList, + interpreter, argv, wd, env, exceptions, self.excList, self.excIgnoreList, clearShell) self.lastStartAction = 6 @@ -1595,6 +1623,7 @@ # This moves any previous occurrence of these arguments to the head # of the list. + self.setInterpreterHistory(interpreter) self.setArgvHistory(argv) self.setWdHistory(wd) self.setEnvHistory(env) @@ -1624,7 +1653,7 @@ # Ask the client to open the new program. self.debugServer.remoteCoverage( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, erase=eraseCoverage, forProject=runProject, runInConsole=console, clientType=self.clientType) @@ -1632,11 +1661,14 @@ self.stopAct.setEnabled(True) if dlg.clearHistories(): + self.setInterpreterHistory("", clearHistories=True) self.setArgvHistory("", clearHistories=True) self.setWdHistory("", clearHistories=True) self.setEnvHistory("", clearHistories=True) elif dlg.historiesModified(): - argvHistory, wdHistory, envHistory = dlg.getHistories() + argvHistory, wdHistory, envHistory, interpreterHistory = \ + dlg.getHistories() + self.setInterpreterHistory("", history=interpreterHistory) self.setArgvHistory("", history=argvHistory) self.setWdHistory("", history=wdHistory) self.setEnvHistory("", history=envHistory) @@ -1673,11 +1705,12 @@ else: cap = self.tr("Profile of Script") dlg = StartDialog( - cap, self.argvHistory, self.wdHistory, self.envHistory, - self.exceptions, self.ui, 3, + cap, self.interpreterHistory, self.argvHistory, self.wdHistory, + self.envHistory, self.exceptions, self.ui, 3, autoClearShell=self.autoClearShell) if dlg.exec_() == QDialog.Accepted: - argv, wd, env, exceptions, clearShell, console = dlg.getData() + interpreter, argv, wd, env, exceptions, clearShell, console = \ + dlg.getData() eraseTimings = dlg.getProfilingData() if runProject: @@ -1697,7 +1730,7 @@ # save the info for later use self.project.setDbgInfo( - argv, wd, env, exceptions, self.excList, + interpreter, argv, wd, env, exceptions, self.excList, self.excIgnoreList, clearShell) self.lastStartAction = 8 @@ -1723,6 +1756,7 @@ # This moves any previous occurrence of these arguments to the head # of the list. + self.setInterpreterHistory(interpreter) self.setArgvHistory(argv) self.setWdHistory(wd) self.setEnvHistory(env) @@ -1752,7 +1786,7 @@ # Ask the client to open the new program. self.debugServer.remoteProfile( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, erase=eraseTimings, forProject=runProject, runInConsole=console, clientType=self.clientType) @@ -1760,11 +1794,14 @@ self.stopAct.setEnabled(True) if dlg.clearHistories(): + self.setInterpreterHistory("", clearHistories=True) self.setArgvHistory("", clearHistories=True) self.setWdHistory("", clearHistories=True) self.setEnvHistory("", clearHistories=True) elif dlg.historiesModified(): - argvHistory, wdHistory, envHistory = dlg.getHistories() + argvHistory, wdHistory, envHistory, interpreterHistory = \ + dlg.getHistories() + self.setInterpreterHistory("", history=interpreterHistory) self.setArgvHistory("", history=argvHistory) self.setWdHistory("", history=wdHistory) self.setEnvHistory("", history=envHistory) @@ -1801,13 +1838,14 @@ else: cap = self.tr("Run Script") dlg = StartDialog( - cap, self.argvHistory, self.wdHistory, self.envHistory, - self.exceptions, self.ui, 1, + cap, self.interpreterHistory, self.argvHistory, self.wdHistory, + self.envHistory, self.exceptions, self.ui, 1, autoClearShell=self.autoClearShell, autoFork=self.forkAutomatically, forkChild=self.forkIntoChild) if dlg.exec_() == QDialog.Accepted: - argv, wd, env, exceptions, clearShell, console = dlg.getData() + interpreter, argv, wd, env, exceptions, clearShell, console = \ + dlg.getData() forkAutomatically, forkIntoChild = dlg.getRunData() if runProject: @@ -1827,7 +1865,7 @@ # save the info for later use self.project.setDbgInfo( - argv, wd, env, exceptions, self.excList, + interpreter, argv, wd, env, exceptions, self.excList, self.excIgnoreList, clearShell) self.lastStartAction = 4 @@ -1853,6 +1891,7 @@ # This moves any previous occurrence of these arguments to the head # of the list. + self.setInterpreterHistory(interpreter) self.setArgvHistory(argv) self.setWdHistory(wd) self.setEnvHistory(env) @@ -1883,7 +1922,7 @@ # Ask the client to open the new program. self.debugServer.remoteRun( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, forProject=runProject, runInConsole=console, autoFork=forkAutomatically, forkChild=forkIntoChild, clientType=self.clientType) @@ -1891,11 +1930,14 @@ self.stopAct.setEnabled(True) if dlg.clearHistories(): + self.setInterpreterHistory("", clearHistories=True) self.setArgvHistory("", clearHistories=True) self.setWdHistory("", clearHistories=True) self.setEnvHistory("", clearHistories=True) elif dlg.historiesModified(): - argvHistory, wdHistory, envHistory = dlg.getHistories() + argvHistory, wdHistory, envHistory, interpreterHistory = \ + dlg.getHistories() + self.setInterpreterHistory("", history=interpreterHistory) self.setArgvHistory("", history=argvHistory) self.setWdHistory("", history=wdHistory) self.setEnvHistory("", history=envHistory) @@ -1932,12 +1974,14 @@ else: cap = self.tr("Debug Script") dlg = StartDialog( - cap, self.argvHistory, self.wdHistory, self.envHistory, - self.exceptions, self.ui, 0, tracePython=self.tracePython, - autoClearShell=self.autoClearShell, autoContinue=self.autoContinue, - autoFork=self.forkAutomatically, forkChild=self.forkIntoChild) + cap, self.interpreterHistory, self.argvHistory, self.wdHistory, + self.envHistory, self.exceptions, self.ui, 0, + tracePython=self.tracePython, autoClearShell=self.autoClearShell, + autoContinue=self.autoContinue, autoFork=self.forkAutomatically, + forkChild=self.forkIntoChild) if dlg.exec_() == QDialog.Accepted: - argv, wd, env, exceptions, clearShell, console = dlg.getData() + interpreter, argv, wd, env, exceptions, clearShell, console = \ + dlg.getData() tracePython, autoContinue, forkAutomatically, forkIntoChild = \ dlg.getDebugData() @@ -1958,7 +2002,7 @@ # save the info for later use self.project.setDbgInfo( - argv, wd, env, exceptions, self.excList, + interpreter, argv, wd, env, exceptions, self.excList, self.excIgnoreList, clearShell, tracePython=tracePython, autoContinue=self.autoContinue) @@ -1985,6 +2029,7 @@ # This moves any previous occurrence of these arguments to the head # of the list. + self.setInterpreterHistory(interpreter) self.setArgvHistory(argv) self.setWdHistory(wd) self.setEnvHistory(env) @@ -2027,7 +2072,7 @@ # Ask the client to open the new program. self.debugServer.remoteLoad( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, tracePython=tracePython, autoContinue=autoContinue, forProject=debugProject, @@ -2041,11 +2086,14 @@ self.stopAct.setEnabled(True) if dlg.clearHistories(): + self.setInterpreterHistory("", clearHistories=True) self.setArgvHistory("", clearHistories=True) self.setWdHistory("", clearHistories=True) self.setEnvHistory("", clearHistories=True) elif dlg.historiesModified(): - argvHistory, wdHistory, envHistory = dlg.getHistories() + argvHistory, wdHistory, envHistory, interpreterHistory = \ + dlg.getHistories() + self.setInterpreterHistory("", history=interpreterHistory) self.setArgvHistory("", history=argvHistory) self.setWdHistory("", history=wdHistory) self.setEnvHistory("", history=envHistory) @@ -2076,6 +2124,7 @@ return # should not happen # get the saved stuff + interpreter = self.interpreterHistory[0] wd = self.wdHistory[0] argv = self.argvHistory[0] fn = self.lastDebuggedFile @@ -2100,7 +2149,7 @@ # Ask the client to debug the new program. self.debugServer.remoteLoad( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, tracePython=self.tracePython, autoContinue=self.autoContinue, @@ -2117,7 +2166,7 @@ elif self.lastStartAction in [3, 4]: # Ask the client to run the new program. self.debugServer.remoteRun( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, forProject=forProject, runInConsole=self.runInConsole, @@ -2128,7 +2177,7 @@ elif self.lastStartAction in [5, 6]: # Ask the client to coverage run the new program. self.debugServer.remoteCoverage( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, erase=self.eraseCoverage, forProject=forProject, @@ -2138,7 +2187,7 @@ elif self.lastStartAction in [7, 8]: # Ask the client to profile run the new program. self.debugServer.remoteProfile( - fn, argv, wd, env, + interpreter, fn, argv, wd, env, autoClearShell=self.autoClearShell, erase=self.eraseTimings, forProject=forProject,
--- a/Debugger/DebuggerInterfaceNone.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/DebuggerInterfaceNone.py Tue Oct 10 19:05:00 2017 +0200 @@ -38,26 +38,30 @@ # set default values for capabilities of clients self.clientCapabilities = ClientDefaultCapabilities - def startRemote(self, port, runInConsole): + def startRemote(self, port, runInConsole, interpreter): """ Public method to start a remote Python interpreter. - @param port portnumber the debug server is listening on (integer) + @param port port number the debug server is listening on (integer) @param runInConsole flag indicating to start the debugger in a console window (boolean) + @param interpreter interpreter to be used to execute the remote + side (string) @return client process object (QProcess), a flag to indicate a network connection (boolean) and the name of the interpreter in case of a local execution (string) """ return None, True, "" - def startRemoteForProject(self, port, runInConsole): + def startRemoteForProject(self, port, runInConsole, interpreter): """ Public method to start a remote Python interpreter for a project. - @param port portnumber the debug server is listening on (integer) + @param port port number the debug server is listening on (integer) @param runInConsole flag indicating to start the debugger in a console window (boolean) + @param interpreter interpreter to be used to execute the remote + side (string) @return client process object (QProcess), a flag to indicate a network connection (boolean) and the name of the interpreter in case of a local execution (string)
--- a/Debugger/DebuggerInterfacePython.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/DebuggerInterfacePython.py Tue Oct 10 19:05:00 2017 +0200 @@ -132,21 +132,24 @@ return proc - def startRemote(self, port, runInConsole): + def startRemote(self, port, runInConsole, interpreter): """ Public method to start a remote Python interpreter. - @param port portnumber the debug server is listening on (integer) + @param port port number the debug server is listening on (integer) @param runInConsole flag indicating to start the debugger in a console window (boolean) + @param interpreter interpreter to be used to execute the remote + side (string) @return client process object (QProcess), a flag to indicate a network connection (boolean) and the name of the interpreter in case of a local execution (string) """ - if self.__variant == "Python2": - interpreter = Preferences.getDebugger("PythonInterpreter") - else: - interpreter = Preferences.getDebugger("Python3Interpreter") + if not interpreter: + if self.__variant == "Python2": + interpreter = Preferences.getDebugger("PythonInterpreter") + else: + interpreter = Preferences.getDebugger("Python3Interpreter") if interpreter == "": E5MessageBox.critical( None, @@ -263,13 +266,15 @@ """<p>The debugger backend could not be started.</p>""")) return process, self.__isNetworked, interpreter - def startRemoteForProject(self, port, runInConsole): + def startRemoteForProject(self, port, runInConsole, interpreter): """ Public method to start a remote Python interpreter for a project. - @param port portnumber the debug server is listening on (integer) + @param port port number the debug server is listening on (integer) @param runInConsole flag indicating to start the debugger in a console window (boolean) + @param interpreter interpreter to be used to execute the remote + side (string) @return client process object (QProcess), a flag to indicate a network connection (boolean) and the name of the interpreter in case of a local execution (string) @@ -279,7 +284,8 @@ return None, self.__isNetworked, "" # start debugger with project specific settings - interpreter = project.getDebugProperty("INTERPRETER") + if not interpreter: + interpreter = project.getDebugProperty("INTERPRETER") debugClient = project.getDebugProperty("DEBUGCLIENT") redirect = str(project.getDebugProperty("REDIRECT"))
--- a/Debugger/StartCoverageDialog.ui Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/StartCoverageDialog.ui Tue Oct 10 19:05:00 2017 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>488</width> - <height>186</height> + <height>185</height> </rect> </property> <property name="windowTitle"> @@ -20,6 +20,36 @@ <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> + <widget class="QLabel" name="TextLabel2_2"> + <property name="text"> + <string>Interpreter:</string> + </property> + <property name="buddy"> + <cstring>workdirPicker</cstring> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::WheelFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the interpreter to be used</string> + </property> + <property name="whatsThis"> + <string><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Command&line:</string> @@ -29,7 +59,7 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="QComboBox" name="cmdlineCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -58,7 +88,7 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>&Working directory:</string> @@ -68,7 +98,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> @@ -88,7 +118,7 @@ </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>&Environment:</string> @@ -98,7 +128,7 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QComboBox" name="environmentCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -223,6 +253,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>interpreterPicker</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop>
--- a/Debugger/StartDebugDialog.ui Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/StartDebugDialog.ui Tue Oct 10 19:05:00 2017 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>488</width> - <height>284</height> + <height>264</height> </rect> </property> <property name="windowTitle"> @@ -20,6 +20,36 @@ <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> + <widget class="QLabel" name="TextLabel2_2"> + <property name="text"> + <string>Interpreter:</string> + </property> + <property name="buddy"> + <cstring>workdirPicker</cstring> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::WheelFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the interpreter to be used</string> + </property> + <property name="whatsThis"> + <string><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Command&line:</string> @@ -29,7 +59,7 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="QComboBox" name="cmdlineCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -58,7 +88,7 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>&Working directory:</string> @@ -68,7 +98,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> @@ -88,7 +118,7 @@ </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>&Environment:</string> @@ -98,7 +128,7 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QComboBox" name="environmentCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -275,6 +305,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>interpreterPicker</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop>
--- a/Debugger/StartDialog.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/StartDialog.py Tue Oct 10 19:05:00 2017 +0200 @@ -25,7 +25,8 @@ the commandline parameters, the working directory and whether exception reporting should be disabled. """ - def __init__(self, caption, argvList, wdList, envList, exceptions, + def __init__(self, caption, interpreterList, argvList, wdList, envList, + exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False): @@ -33,6 +34,7 @@ Constructor @param caption the caption to be displayed (string) + @param interpreterList list of interpreters (list of string) @param argvList history list of commandline arguments (list of strings) @param wdList history list of working directories (list of strings) @param envList history list of environment settings (list of strings) @@ -74,6 +76,12 @@ from .Ui_StartProfileDialog import Ui_StartProfileDialog self.ui = Ui_StartProfileDialog() self.ui.setupUi(self) + + self.ui.interpreterPicker.setMode(E5PathPickerModes.OpenFileMode) + self.ui.interpreterPicker.setInsertPolicy(QComboBox.InsertAtTop) + self.ui.interpreterPicker.setSizeAdjustPolicy( + QComboBox.AdjustToMinimumContentsLength) + self.ui.workdirPicker.setMode(E5PathPickerModes.DirectoryMode) self.ui.workdirPicker.setDefaultDirectory( Preferences.getMultiProject("Workspace")) @@ -102,6 +110,10 @@ self.ui.consoleCheckBox.setEnabled( Preferences.getDebugger("ConsoleDbgCommand") != "") self.ui.consoleCheckBox.setChecked(False) + self.ui.interpreterPicker.clear() + self.ui.interpreterPicker.addItems(interpreterList) + if len(interpreterList) > 0: + self.ui.interpreterPicker.setCurrentIndex(0) if dialogType == 0: # start debug dialog self.ui.tracePythonCheckBox.setChecked(tracePython) @@ -134,20 +146,23 @@ """ Public method to retrieve the data entered into this dialog. - @return a tuple of argv (string), workdir (string), environment - (string), exceptions flag (boolean), clear interpreter flag - (boolean) and run in console flag (boolean) + @return a tuple of interpreter (string), argv (string), workdir + (string), environment (string), exceptions flag (boolean), + clear interpreter flag (boolean) and run in console flag (boolean) """ cmdLine = self.ui.cmdlineCombo.currentText() workdir = self.ui.workdirPicker.currentText() environment = self.ui.environmentCombo.currentText() + interpreter = self.ui.interpreterPicker.currentText() - return (cmdLine, + return (interpreter, + cmdLine, workdir, environment, self.ui.exceptionCheckBox.isChecked(), self.ui.clearShellCheckBox.isChecked(), - self.ui.consoleCheckBox.isChecked()) + self.ui.consoleCheckBox.isChecked(), + ) def getDebugData(self): """ @@ -212,14 +227,17 @@ cmdLine = self.ui.cmdlineCombo.currentText() workdir = self.ui.workdirPicker.currentText() environment = self.ui.environmentCombo.currentText() + interpreter = self.ui.interpreterPicker.currentText() self.ui.cmdlineCombo.clear() self.ui.workdirPicker.clear() self.ui.environmentCombo.clear() + self.ui.interpreterPicker.clear() self.ui.cmdlineCombo.addItem(cmdLine) self.ui.workdirPicker.addItem(workdir) self.ui.environmentCombo.addItem(environment) + self.ui.interpreterPicker.addItem(interpreter) def __editHistory(self): """ @@ -227,6 +245,7 @@ """ histories = [ "", + self.tr("Interpreter"), self.tr("Command Line"), self.tr("Working Directory"), self.tr("Environment"), @@ -239,11 +258,13 @@ 0, False) if ok and historyKind: historiesIndex = histories.index(historyKind) - if historiesIndex == 2: + if historiesIndex == 3: history = self.ui.workdirPicker.getPathItems() + elif historiesIndex == 1: + history = self.ui.interpreterPicker.getPathItems() else: history = [] - if historiesIndex == 1: + if historiesIndex == 2: combo = self.ui.cmdlineCombo else: combo = self.ui.environmentCombo @@ -255,8 +276,10 @@ if dlg.exec_() == QDialog.Accepted: history = dlg.getHistory() if historiesIndex == 1: + combo = self.ui.interpreterPicker + elif historiesIndex == 2: combo = self.ui.cmdlineCombo - elif historiesIndex == 2: + elif historiesIndex == 3: combo = self.ui.workdirPicker else: combo = self.ui.environmentCombo @@ -288,8 +311,8 @@ Public method to get the lists of histories. @return tuple containing the histories of command line arguments, - working directories and environment settings - @rtype tuple of three list of str + working directories, environment settings and interpreters + @rtype tuple of four list of str """ return ( [self.ui.cmdlineCombo.itemText(index) for index in range( @@ -297,6 +320,7 @@ self.ui.workdirPicker.getPathItems(), [self.ui.environmentCombo.itemText(index) for index in range( self.ui.environmentCombo.count())], + self.ui.interpreterPicker.getPathItems(), ) def on_buttonBox_clicked(self, button):
--- a/Debugger/StartProfileDialog.ui Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/StartProfileDialog.ui Tue Oct 10 19:05:00 2017 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>488</width> - <height>186</height> + <height>185</height> </rect> </property> <property name="windowTitle"> @@ -20,6 +20,36 @@ <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> + <widget class="QLabel" name="TextLabel2_2"> + <property name="text"> + <string>Interpreter:</string> + </property> + <property name="buddy"> + <cstring>workdirPicker</cstring> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::WheelFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the interpreter to be used</string> + </property> + <property name="whatsThis"> + <string><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Command&line:</string> @@ -29,7 +59,7 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="QComboBox" name="cmdlineCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -58,7 +88,7 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>&Working directory:</string> @@ -68,7 +98,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> @@ -88,7 +118,7 @@ </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>&Environment:</string> @@ -98,7 +128,7 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QComboBox" name="environmentCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -223,6 +253,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>interpreterPicker</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop>
--- a/Debugger/StartRunDialog.ui Mon Oct 09 19:06:46 2017 +0200 +++ b/Debugger/StartRunDialog.ui Tue Oct 10 19:05:00 2017 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>488</width> - <height>257</height> + <height>241</height> </rect> </property> <property name="windowTitle"> @@ -20,6 +20,36 @@ <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> + <widget class="QLabel" name="TextLabel2_2"> + <property name="text"> + <string>Interpreter:</string> + </property> + <property name="buddy"> + <cstring>workdirPicker</cstring> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ComboPathPicker" name="interpreterPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::WheelFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the interpreter to be used</string> + </property> + <property name="whatsThis"> + <string><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="TextLabel1"> <property name="text"> <string>Command&line:</string> @@ -29,7 +59,7 @@ </property> </widget> </item> - <item row="0" column="1"> + <item row="1" column="1"> <widget class="QComboBox" name="cmdlineCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -58,7 +88,7 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="2" column="0"> <widget class="QLabel" name="TextLabel2"> <property name="text"> <string>&Working directory:</string> @@ -68,7 +98,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="1"> <widget class="E5ComboPathPicker" name="workdirPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> @@ -88,7 +118,7 @@ </property> </widget> </item> - <item row="2" column="0"> + <item row="3" column="0"> <widget class="QLabel" name="textLabel1"> <property name="text"> <string>&Environment:</string> @@ -98,7 +128,7 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QComboBox" name="environmentCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -246,6 +276,7 @@ </customwidget> </customwidgets> <tabstops> + <tabstop>interpreterPicker</tabstop> <tabstop>cmdlineCombo</tabstop> <tabstop>workdirPicker</tabstop> <tabstop>environmentCombo</tabstop>
--- a/Documentation/Help/source.qhp Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Help/source.qhp Tue Oct 10 19:05:00 2017 +0200 @@ -3605,6 +3605,7 @@ <keyword name="DebugUI.setExcIgnoreList" id="DebugUI.setExcIgnoreList" ref="eric6.Debugger.DebugUI.html#DebugUI.setExcIgnoreList" /> <keyword name="DebugUI.setExcList" id="DebugUI.setExcList" ref="eric6.Debugger.DebugUI.html#DebugUI.setExcList" /> <keyword name="DebugUI.setExceptionReporting" id="DebugUI.setExceptionReporting" ref="eric6.Debugger.DebugUI.html#DebugUI.setExceptionReporting" /> + <keyword name="DebugUI.setInterpreterHistory" id="DebugUI.setInterpreterHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setInterpreterHistory" /> <keyword name="DebugUI.setTracePython" id="DebugUI.setTracePython" ref="eric6.Debugger.DebugUI.html#DebugUI.setTracePython" /> <keyword name="DebugUI.setWdHistory" id="DebugUI.setWdHistory" ref="eric6.Debugger.DebugUI.html#DebugUI.setWdHistory" /> <keyword name="DebugUI.shutdown" id="DebugUI.shutdown" ref="eric6.Debugger.DebugUI.html#DebugUI.shutdown" />
--- a/Documentation/Source/eric6.Debugger.DebugServer.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugServer.html Tue Oct 10 19:05:00 2017 +0200 @@ -1226,11 +1226,15 @@ </dd> </dl><a NAME="DebugServer.remoteCoverage" ID="DebugServer.remoteCoverage"></a> <h4>DebugServer.remoteCoverage</h4> -<b>remoteCoverage</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) +<b>remoteCoverage</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) <p> Public method to load a new program to collect coverage data. </p><dl> -<dt><i>fn</i></dt> +<dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) +</dd><dt><i>fn</i></dt> <dd> the filename to run (string) </dd><dt><i>argv</i></dt> @@ -1273,11 +1277,15 @@ </dd> </dl><a NAME="DebugServer.remoteLoad" ID="DebugServer.remoteLoad"></a> <h4>DebugServer.remoteLoad</h4> -<b>remoteLoad</b>(<i>fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False</i>) +<b>remoteLoad</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, tracePython=False, autoContinue=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType="", enableCallTrace=False</i>) <p> Public method to load a new program to debug. </p><dl> -<dt><i>fn</i></dt> +<dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) +</dd><dt><i>fn</i></dt> <dd> the filename to debug (string) </dd><dt><i>argv</i></dt> @@ -1335,11 +1343,15 @@ </dd> </dl><a NAME="DebugServer.remoteProfile" ID="DebugServer.remoteProfile"></a> <h4>DebugServer.remoteProfile</h4> -<b>remoteProfile</b>(<i>fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) +<b>remoteProfile</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, erase=False, forProject=False, runInConsole=False, clientType=""</i>) <p> Public method to load a new program to collect profiling data. </p><dl> -<dt><i>fn</i></dt> +<dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) +</dd><dt><i>fn</i></dt> <dd> the filename to run (string) </dd><dt><i>argv</i></dt> @@ -1382,11 +1394,15 @@ </dd> </dl><a NAME="DebugServer.remoteRun" ID="DebugServer.remoteRun"></a> <h4>DebugServer.remoteRun</h4> -<b>remoteRun</b>(<i>fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType=""</i>) +<b>remoteRun</b>(<i>interpreter, fn, argv, wd, env, autoClearShell=True, forProject=False, runInConsole=False, autoFork=False, forkChild=False, clientType=""</i>) <p> Public method to load a new program to run. </p><dl> -<dt><i>fn</i></dt> +<dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) +</dd><dt><i>fn</i></dt> <dd> the filename to run (string) </dd><dt><i>argv</i></dt> @@ -1828,7 +1844,7 @@ </dd> </dl><a NAME="DebugServer.startClient" ID="DebugServer.startClient"></a> <h4>DebugServer.startClient</h4> -<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False</i>) +<b>startClient</b>(<i>unplanned=True, clType=None, forProject=False, runInConsole=False, interpreter=""</i>) <p> Public method to start a debug client. </p><dl> @@ -1845,6 +1861,10 @@ <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>interpreter=</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) </dd> </dl><a NAME="DebugServer.unregisterDebuggerInterface" ID="DebugServer.unregisterDebuggerInterface"></a> <h4>DebugServer.unregisterDebuggerInterface</h4>
--- a/Documentation/Source/eric6.Debugger.DebugUI.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.DebugUI.html Tue Oct 10 19:05:00 2017 +0200 @@ -292,6 +292,9 @@ <td><a href="#DebugUI.setExceptionReporting">setExceptionReporting</a></td> <td>Public slot to initialize the exception reporting flag.</td> </tr><tr> +<td><a href="#DebugUI.setInterpreterHistory">setInterpreterHistory</a></td> +<td>Public slot to initialize the interpreter history.</td> +</tr><tr> <td><a href="#DebugUI.setTracePython">setTracePython</a></td> <td>Public slot to initialize the trace Python flag.</td> </tr><tr> @@ -909,6 +912,23 @@ <dd> flag indicating exception reporting status (boolean) </dd> +</dl><a NAME="DebugUI.setInterpreterHistory" ID="DebugUI.setInterpreterHistory"></a> +<h4>DebugUI.setInterpreterHistory</h4> +<b>setInterpreterHistory</b>(<i>interpreterStr, clearHistories=False, history=None</i>) +<p> + Public slot to initialize the interpreter history. +</p><dl> +<dt><i>interpreterStr</i></dt> +<dd> +interpreter (string) +</dd><dt><i>clearHistories</i></dt> +<dd> +flag indicating, that the list should + be cleared (boolean) +</dd><dt><i>history</i></dt> +<dd> +list of history entries to be set (list of strings) +</dd> </dl><a NAME="DebugUI.setTracePython" ID="DebugUI.setTracePython"></a> <h4>DebugUI.setTracePython</h4> <b>setTracePython</b>(<i>tracePython</i>)
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Tue Oct 10 19:05:00 2017 +0200 @@ -657,17 +657,21 @@ the debug client. (Needed on Win OS) </p><a NAME="DebuggerInterfaceNone.startRemote" ID="DebuggerInterfaceNone.startRemote"></a> <h4>DebuggerInterfaceNone.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole</i>) +<b>startRemote</b>(<i>port, runInConsole, interpreter</i>) <p> Public method to start a remote Python interpreter. </p><dl> <dt><i>port</i></dt> <dd> -portnumber the debug server is listening on (integer) +port number the debug server is listening on (integer) </dd><dt><i>runInConsole</i></dt> <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) </dd> </dl><dl> <dt>Returns:</dt> @@ -678,17 +682,21 @@ </dd> </dl><a NAME="DebuggerInterfaceNone.startRemoteForProject" ID="DebuggerInterfaceNone.startRemoteForProject"></a> <h4>DebuggerInterfaceNone.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole</i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>) <p> Public method to start a remote Python interpreter for a project. </p><dl> <dt><i>port</i></dt> <dd> -portnumber the debug server is listening on (integer) +port number the debug server is listening on (integer) </dd><dt><i>runInConsole</i></dt> <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) </dd> </dl><dl> <dt>Returns:</dt>
--- a/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Tue Oct 10 19:05:00 2017 +0200 @@ -774,17 +774,21 @@ the debug client. (Needed on Win OS) </p><a NAME="DebuggerInterfacePython.startRemote" ID="DebuggerInterfacePython.startRemote"></a> <h4>DebuggerInterfacePython.startRemote</h4> -<b>startRemote</b>(<i>port, runInConsole</i>) +<b>startRemote</b>(<i>port, runInConsole, interpreter</i>) <p> Public method to start a remote Python interpreter. </p><dl> <dt><i>port</i></dt> <dd> -portnumber the debug server is listening on (integer) +port number the debug server is listening on (integer) </dd><dt><i>runInConsole</i></dt> <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) </dd> </dl><dl> <dt>Returns:</dt> @@ -795,17 +799,21 @@ </dd> </dl><a NAME="DebuggerInterfacePython.startRemoteForProject" ID="DebuggerInterfacePython.startRemoteForProject"></a> <h4>DebuggerInterfacePython.startRemoteForProject</h4> -<b>startRemoteForProject</b>(<i>port, runInConsole</i>) +<b>startRemoteForProject</b>(<i>port, runInConsole, interpreter</i>) <p> Public method to start a remote Python interpreter for a project. </p><dl> <dt><i>port</i></dt> <dd> -portnumber the debug server is listening on (integer) +port number the debug server is listening on (integer) </dd><dt><i>runInConsole</i></dt> <dd> flag indicating to start the debugger in a console window (boolean) +</dd><dt><i>interpreter</i></dt> +<dd> +interpreter to be used to execute the remote + side (string) </dd> </dl><dl> <dt>Returns:</dt>
--- a/Documentation/Source/eric6.Debugger.StartDialog.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Debugger.StartDialog.html Tue Oct 10 19:05:00 2017 +0200 @@ -108,13 +108,16 @@ </table> <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> <h4>StartDialog (Constructor)</h4> -<b>StartDialog</b>(<i>caption, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) +<b>StartDialog</b>(<i>caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) <p> Constructor </p><dl> <dt><i>caption</i></dt> <dd> the caption to be displayed (string) +</dd><dt><i>interpreterList</i></dt> +<dd> +list of interpreters (list of string) </dd><dt><i>argvList</i></dt> <dd> history list of commandline arguments (list of strings) @@ -208,9 +211,9 @@ </p><dl> <dt>Returns:</dt> <dd> -a tuple of argv (string), workdir (string), environment - (string), exceptions flag (boolean), clear interpreter flag - (boolean) and run in console flag (boolean) +a tuple of interpreter (string), argv (string), workdir + (string), environment (string), exceptions flag (boolean), + clear interpreter flag (boolean) and run in console flag (boolean) </dd> </dl><a NAME="StartDialog.getDebugData" ID="StartDialog.getDebugData"></a> <h4>StartDialog.getDebugData</h4> @@ -237,12 +240,12 @@ <dt>Returns:</dt> <dd> tuple containing the histories of command line arguments, - working directories and environment settings + working directories, environment settings and interpreters </dd> </dl><dl> <dt>Return Type:</dt> <dd> -tuple of three list of str +tuple of four list of str </dd> </dl><a NAME="StartDialog.getProfilingData" ID="StartDialog.getProfilingData"></a> <h4>StartDialog.getProfilingData</h4>
--- a/Documentation/Source/eric6.Project.Project.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.Project.Project.html Tue Oct 10 19:05:00 2017 +0200 @@ -2536,11 +2536,14 @@ </dd> </dl><a NAME="Project.setDbgInfo" ID="Project.setDbgInfo"></a> <h4>Project.setDbgInfo</h4> -<b>setDbgInfo</b>(<i>argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) +<b>setDbgInfo</b>(<i>interpreter, argv, wd, env, excReporting, excList, excIgnoreList, autoClearShell, tracePython=None, autoContinue=None</i>) <p> Public method to set the debugging information. </p><dl> -<dt><i>argv</i></dt> +<dt><i>interpreter</i></dt> +<dd> +interpreter to be used (string) +</dd><dt><i>argv</i></dt> <dd> command line arguments to be used (string) </dd><dt><i>wd</i></dt>
--- a/Documentation/Source/eric6.QScintilla.Editor.html Mon Oct 09 19:06:46 2017 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Tue Oct 10 19:05:00 2017 +0200 @@ -138,7 +138,7 @@ QsciScintillaCompat <h3>Class Attributes</h3> <table> -<tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr><tr><td>WarningCode</td></tr><tr><td>WarningStyle</td></tr> +<tr><td>AttributeID</td></tr><tr><td>AttributePrivateID</td></tr><tr><td>AttributeProtectedID</td></tr><tr><td>CancelEditToken</td></tr><tr><td>ClassID</td></tr><tr><td>ClassPrivateID</td></tr><tr><td>ClassProtectedID</td></tr><tr><td>EndEditToken</td></tr><tr><td>EnumID</td></tr><tr><td>FromDocumentID</td></tr><tr><td>KeywordsID</td></tr><tr><td>MethodID</td></tr><tr><td>MethodPrivateID</td></tr><tr><td>MethodProtectedID</td></tr><tr><td>ModuleID</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>TemplateImageID</td></tr><tr><td>WarningCode</td></tr><tr><td>WarningStyle</td></tr> </table> <h3>Class Methods</h3> <table>
--- a/E5XML/Config.py Mon Oct 09 19:06:46 2017 +0200 +++ b/E5XML/Config.py Tue Oct 10 19:05:00 2017 +0200 @@ -17,7 +17,7 @@ userProjectFileFormatVersion = "4.0" # version number of the project session file -sessionFileFormatVersion = "5.0" +sessionFileFormatVersion = "6.0" # version number of the shortcuts file shortcutsFileFormatVersion = "3.6"
--- a/E5XML/SessionReader.py Mon Oct 09 19:06:46 2017 +0200 +++ b/E5XML/SessionReader.py Tue Oct 10 19:05:00 2017 +0200 @@ -19,7 +19,7 @@ """ Class for reading an XML session file. """ - supportedVersions = ["4.3", "4.4", "5.0"] + supportedVersions = ["4.3", "4.4", "5.0", "6.0"] def __init__(self, device, isGlobal): """ @@ -253,7 +253,12 @@ self.project.dbgExcIgnoreList = dbgExcIgnoreList[:] if self.isStartElement(): - if self.name() == "CommandLine": + if self.name() == "Interpreter": + txt = self.readElementText() + self.dbg.setInterpreterHistory(txt) + if not self.isGlobal: + self.project.dbgInterpreter = txt + elif self.name() == "CommandLine": txt = self.readElementText() self.dbg.setArgvHistory(txt) if not self.isGlobal:
--- a/E5XML/SessionWriter.py Mon Oct 09 19:06:46 2017 +0200 +++ b/E5XML/SessionWriter.py Tue Oct 10 19:05:00 2017 +0200 @@ -169,6 +169,11 @@ dbgEnv = self.dbg.envHistory[0] else: dbgEnv = "" + if len(self.dbg.interpreterHistory): + dbgInterpreter = self.dbg.interpreterHistory[0] + else: + dbgInterpreter = "" + self.writeTextElement("Interpreter", dbgInterpreter) self.writeTextElement("CommandLine", dbgCmdline) self.writeTextElement("WorkingDirectory", dbgWd) self.writeTextElement("Environment", dbgEnv) @@ -190,6 +195,7 @@ self.writeAttribute("value", str(self.dbg.autoContinue)) self.writeEmptyElement("CovexcPattern") # kept for compatibility else: + self.writeTextElement("Interpreter", self.project.dbgInterpreter) self.writeTextElement("CommandLine", self.project.dbgCmdline) self.writeTextElement("WorkingDirectory", self.project.dbgWd) self.writeTextElement("Environment", self.project.dbgEnv)
--- a/Project/Project.py Mon Oct 09 19:06:46 2017 +0200 +++ b/Project/Project.py Tue Oct 10 19:05:00 2017 +0200 @@ -410,6 +410,7 @@ self.otherssubdirs = [] self.vcs = None self.vcsRequested = False + self.dbgInterpreter = '' self.dbgCmdline = '' self.dbgWd = '' self.dbgEnv = '' @@ -1237,11 +1238,13 @@ """ return self.debugProperties[key] - def setDbgInfo(self, argv, wd, env, excReporting, excList, excIgnoreList, - autoClearShell, tracePython=None, autoContinue=None): + def setDbgInfo(self, interpreter, argv, wd, env, excReporting, excList, + excIgnoreList, autoClearShell, tracePython=None, + autoContinue=None): """ Public method to set the debugging information. + @param interpreter interpreter to be used (string) @param argv command line arguments to be used (string) @param wd working directory (string) @param env environment setting (string) @@ -1255,6 +1258,7 @@ @keyparam autoContinue flag indicating, that the debugger should not stop at the first executable line (boolean) """ + self.dbgInterpreter = interpreter self.dbgCmdline = argv self.dbgWd = wd self.dbgEnv = env
--- a/UI/UserInterface.py Mon Oct 09 19:06:46 2017 +0200 +++ b/UI/UserInterface.py Tue Oct 10 19:05:00 2017 +0200 @@ -1425,7 +1425,7 @@ self.tr('&Shell'), QKeySequence(self.tr("Alt+Shift+S")), 0, self, - 'interprter_shell_activate') + 'interpreter_shell_activate') self.shellActivateAct.setStatusTip(self.tr( "Switch the input focus to the Shell window.")) self.shellActivateAct.setWhatsThis(self.tr(
--- a/changelog Mon Oct 09 19:06:46 2017 +0200 +++ b/changelog Tue Oct 10 19:05:00 2017 +0200 @@ -1,5 +1,12 @@ Change Log ---------- +Version 17.11: +- bug fixes +- Debugger + -- added capability to enter an interpreter in the Start... dialog +- Editor + -- added support for auto-completion lists being provided asynchronously + Version 17.10: - bug fixes - Web Browser (NG)
--- a/i18n/eric6_cs.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_cs.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5490,12 +5490,12 @@ <translation>změněno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Spojení z ilegálního hosta</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5504,18 +5504,18 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Pokus o spojení z ilegálního hosta <b>{0}</b>. Přijmout toto spojení?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5534,287 +5534,287 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Spustit skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>Spustit sk&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Spustit aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Spustit skript</b><p>Nastavení parametrů příkazové řádky a spuštění skriptu bez debugeru. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Spustit projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Spustit &projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Spustit aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Spustit projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu bez debugeru. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Spustit skript s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Spustit skript s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Provede se spuštění běhu aktuálního skriptu s kontrolou pokrytí kódu</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Provede se spuštění běhu aktuálního skriptu s kontrolou pokrytí kódu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Spustit skript s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v souboru neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Spustit projekt s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Spustit projekt s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Provede se spuštění běhu aktuálního projektu s kontrolou pokrytí kódu</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Provede se spuštění běhu aktuálního projektu s kontrolou pokrytí kódu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Spustit projekt s kontrolou pokrytí</b><p>Nastavení parametrů příkazové řádky a spuštění projektu pod kontrolou nástroje analýzy pokrytí kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Profilovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Profilovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profilovat skript</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Profilovat projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Profilovat aktuální projekt</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Profilovat aktuální projekt</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profilovat projekt</b><p>Nastavení parametrů příkazové řádky a spuštění projektu s profilováním kódu. Pokud jsou v projektu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Debugovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Debugovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Debugovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Debugovat skript</b><p>Nastavení parametrů příkazové řádky a aktuální řádky jako první python příkaz v aktuálním editačním okně. Pokud jsou ve skriptu neuložené změny, měly by se nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Debugovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>Debugovat pro&jekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Debugovat aktuální projekt</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Debugovat aktuální projekt</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Debugovat projekt</b><p>Nastavení parametrů příkazové řádky a nastavení aktuální řádky jako první python příkaz hlavního skriptu v aktuálním projektu. Pokud jsou v projektu neuložené změny, měly by se měly nejdříve uložit.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Restartovat posledně debugovaný skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Pokračovat v běhu programu od aktuální řádky</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Pokračovat v běhu programu od aktuální řádky</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Pokračovat</b><p>Pokračovat v běhu programu od aktuální řádky. Program se zastaví na nejbližším breakpointu nebo běží až do konce.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Pokračovat až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Pokračova&t až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Pokračovat v běhu programu od aktuální řádky až na pozici kurzoru</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Pokračovat až na kurzor</b><p>Běh programu pokračuje až na řádek, na kterém se nachází kurzor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>&Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Vykonat jen jeden python příkaz</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Krok dovnitř</b><p>Vykoná se jen jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger vstoupí dovnitř funkce a zastaví se na prvním příkazu v těle funkce.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Krok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>Kr&ok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Vykonat jeden python příkaz ale nevstupovat do něj</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Krok přes</b><p>Vykoná se jeden python příkaz. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger nevstupuje dovnitř funkce, ale vykoná ji celou a zastaví se až na následujícím příkazu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Krok ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Krok &ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Vykonávat python příkazy tak dlouho, dokud nedojde k opuštění těla kódu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Krok ven</b><p>Provádí se python příkazy tak dlouho, dokud nedojde k opuštění těla aktuálního bloku kódu. Pokud je příkaz <tt>import</tt>, konstruktor třídy, metoda nebo funkce, tak debuger provádí příkazy tak dlouho, dokud z daného bloku nevystoupí. Zastaví se až na příkazu následujícím za daným blokem.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Stop debugování</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Stop</b><p>Stop běhu aktuální debug relace.</p></translation> </message> @@ -5854,190 +5854,190 @@ <translation type="obsolete"><b>Execute</b><p>Vykonat jednu řádku kódu v aktuálním kontextu debugovaného programu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Filtr typů proměnných</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>&Filtr typů proměnných...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Nastavit filtr typů proměnných</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Nastavit filtr typů proměnných</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtr typů proměnných</b><p>Nastavení filtru typů proměnných. Během debugování jsou v okně globálních nebo lokálních proměnných zobrazovány jen ty typy proměnných, které nebyly vybrány.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Filtr výjimek</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Filtr výjim&ek...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Konfigurace filtru výjimek</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Konfigurace filtru výjimek</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtr výjimek</b><p>Nastavení filtru výjimek. Během debugování jsou zvýrazněny jen ty výjimky, které jsou uvedeny v seznamu.</p><p>Všimněte si, že neošetřené výjimky jsou zvýrazněny nezávisle na seznamu filtru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Přepnout breakpoint</b><p>Zapíná/vypíná breakpoint na aktuální řádce v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Editovat breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editovat breakpoint</b><p>Otevře dialog s editací vlastností breakpointů. Zpracovává aktuální řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Následující breakpoint</b><p>Jít na následující breakpoint v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Předchozí breakpoint</b><p>Jít na předchozí brakpoint v aktuálním editoru.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Zrušit breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Zrušit breakpointy</b><p>Zrušení breakpointů ve všech editorech.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Debugování</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>&Start</translation> + <source>&Debug</source> + <translation>&Debugování</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>&Start</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Program, který je právě debugován, obsahuje nespecifikovanou syntaktickou chybu.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Objevila se neošetřená výjimka. Detaily naleznete v shell okně.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Debugovaný program byl neočekávaně ukončen.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Chyba v podmíněném breakpointu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Pokrytí projektu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Pokrytí skriptu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>V aktuálním projektu není definován hlavní skript. Debugování není možné.</translation> </message> @@ -6052,7 +6052,7 @@ <translation type="obsolete">Zadejte příkaz pro vykonání</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Zastavit běžící skript.</translation> </message> @@ -6062,43 +6062,43 @@ <translation type="obsolete"><b>Vyhodnotit</b><p>Vyhodnotit výraz aktuálního kontextu debugovaného programu. Výsledek je zobrazen v shell okně.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Chyba sledovacího bodu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>Sledovací bod již existuje</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>&Ignorované výjimky...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Konfigurovat ignorované výjimky</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Konfigurovat ignorované výjimky</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Ignorované výjimky</b><p>Seznam ignorovaných výjimek. Během debugování jsou zvýrazněny jen ty typy výjimek, které nejsou uvedeny v tomto seznamu.</p><p>Všimněte si prosím, že výjimky typu unhalted nelze ignorovat.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> @@ -6114,128 +6114,128 @@ <translation type="obsolete"><p><b>{0}</b> byl ukončen s exit statusem {1}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Soubor <b>{0}</b> na řádce <b>{1}</b>, písmeno <b>{2}</b>, obsahuje syntaktickou chybu <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"<br>Soubor: <b>{2}</b>, řádek: <b>{3}</b></p><p>Zastavit zde?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Debugovaný program vyvolal výjimku <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Podmínka breakpointu <b>{0}, {1}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Sledovací bod <b>{0}</b> obsahuje syntaktickou chybu.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' již existuje.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Sledovací bod '<b>{0}</b>' pro proměnnou <b>{1}</b> již existuje.</p></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6689,27 +6689,27 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished">Rodičovský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished">Dětský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished">Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Pokračovat ve fork větvi.</translation> </message> @@ -6719,22 +6719,22 @@ <translation type="obsolete"><p>Python2 interpreter není nakonfigurován.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9592,97 +9592,97 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="682"/> - <source>Undo</source> - <translation>Vrátit</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>Znovu použít</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Vrátit</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>Znovu použít</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <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="692"/> - <source>Cut</source> - <translation>Vyjmout</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Kopírovat</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Vyjmout</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Kopírovat</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Odsadit</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Zrušit odsazení</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Vytvořit komentář</translation> + <source>Indent</source> + <translation>Odsadit</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Zrušit komentář</translation> + <source>Unindent</source> + <translation>Zrušit odsazení</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Proudový komentář</translation> + <source>Comment</source> + <translation>Vytvořit komentář</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Obdélníkový komentář</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> + <source>Uncomment</source> + <translation>Zrušit komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Proudový komentář</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Obdélníkový komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> + <location filename="../QScintilla/Editor.py" line="731"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Zkrátit prázdné řádky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> @@ -9692,22 +9692,22 @@ <translation type="obsolete">Zapnout autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> + <location filename="../QScintilla/Editor.py" line="798"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="798"/> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Tisk</translation> </message> @@ -9717,447 +9717,447 @@ <translation type="obsolete">Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">z dokumentu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">z API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">z dokumentu a API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Zkontrolovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Zobrazit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>Metrika kódu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>Pokrytí kódu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Zobrazit poznámky pokrytí kódu</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Skrýt poznámky pokrytí kódu</translation> + <source>Code metrics...</source> + <translation>Metrika kódu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>Pokrytí kódu...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Zobrazit poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Skrýt poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Profilovat data...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Diagramy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Diagram třídy...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Diagram balíčku...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Diagram importů...</translation> + <source>Diagrams</source> + <translation>Diagramy</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Diagram třídy...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Diagram balíčku...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Diagram importů...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Přepnout záložku</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Následující záložka</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Předchozí záložka</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Přepnout záložku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Následující záložka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Předchozí záložka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Zrušit všechny záložky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation>Jít na chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation>Zobrazit hlášení syntaktické chyby</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Clear syntax error</source> <translation>Zrušit chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>Přepnout dočasný breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>Zrušit všechny breakpointy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Následující odkrytá řádka</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>Předchozí odkrytá řádka</translation> + <source>Clear all breakpoints</source> + <translation>Zrušit všechny breakpointy</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Následující odkrytá řádka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>Předchozí odkrytá řádka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation>LMB přepínač záložek</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <source>LMB toggles breakpoints</source> <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="2472"/> + <location filename="../QScintilla/Editor.py" line="2478"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2489"/> + <location filename="../QScintilla/Editor.py" line="2495"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2491"/> + <location filename="../QScintilla/Editor.py" line="2497"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2494"/> + <location filename="../QScintilla/Editor.py" line="2500"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <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="5206"/> + <location filename="../QScintilla/Editor.py" line="5213"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <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="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Všechny řádky byly pokryty.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Všechny řádky byly pokryty.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <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="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6514"/> + <location filename="../QScintilla/Editor.py" line="6521"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Zdroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Přidat soubor...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Přidat lokalizované resource...</translation> + <source>Add file...</source> + <translation>Přidat soubor...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Přidat lokalizované resource...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6871"/> + <location filename="../QScintilla/Editor.py" line="6878"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6887"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Package Diagram</source> <translation>Diagram balíčku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Include class attributes?</source> <translation>Včetně atributů třídy?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <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="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> @@ -10167,317 +10167,317 @@ <translation type="obsolete">dynamický</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Typ Konec-řádku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Kódování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7291"/> + <location filename="../QScintilla/Editor.py" line="7298"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="731"/> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Odebrat ze slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <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="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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> <message> - <location filename="../QScintilla/Editor.py" line="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <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> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <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="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <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="1196"/> + <location filename="../QScintilla/Editor.py" line="1202"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1199"/> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <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="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6172"/> - <source>Warning: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <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="816"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation type="unfinished">Varování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation type="unfinished">Nástroje</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation type="unfinished"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation type="unfinished">Varování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation type="unfinished">Nástroje</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p> {0}?} {6.?}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -41682,192 +41682,192 @@ <translation>Ostatní</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Prosím, nejdříve uložte projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Uložit relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Smazat relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Načíst nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Uložit nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Má být projekt přidán do repozitáře?</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -41876,572 +41876,572 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Otevřít...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Otevřít...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Otevřít existující projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Zavřít projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Zavřít</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Uzavře aktuální projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Zavřít projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Zavřít</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Uzavře aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Uložit projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>&Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Uložit projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>&Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Uloží aktuální projekt do nového souboru</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Přidat soubory do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>&Přidat soubory...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Přidat soubory do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>&Přidat soubory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Přidat soubory do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Přidat adresář do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Přidat adresář...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Přidat adresář do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Přidat adresář...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Přida&t překlad...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Přida&t překlad...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Hledat nové soubory v adresáři projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation>Nastavení projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Natavení...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation>Nastavení projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Natavení...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>Uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>Uživat&elská nastavení...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>Uživat&elská nastavení...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Asociace typů souborů...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>Nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>Nastavení &debuggeru...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>Nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>Nastavení &debuggeru...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation>Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>&Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>Sma&zat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>Sma&zat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Reset</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Reset</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Načíst relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Načíst relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Uložit relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Uložit relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Smazat relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Smazat relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Metriky kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>Metriky &kódu...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Pokrytí python kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>Pokr&ytí kódu...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Zobrazit informace pokrytí kódu projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>Kontrola &verzí</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Relace</translation> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>Kontrola &verzí</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation></translation> + <source>Sho&w</source> + <translation>Zo&brazit</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished">Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> @@ -42451,22 +42451,22 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>None</translation> </message> @@ -42476,42 +42476,42 @@ <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> @@ -42531,107 +42531,107 @@ <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> @@ -42641,22 +42641,22 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> @@ -42666,32 +42666,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -42721,37 +42721,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p> {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -42776,83 +42776,83 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -42862,27 +42862,27 @@ <translation type="obsolete">Pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -54202,63 +54202,63 @@ <translation>Spustit běh pokrytí</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>Příkazový řá&dek:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Zadejte parametry příkazového řádku</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Příkazový řádek</b> <p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Pracovní adresář:</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Vybrat adresář za použití dialogu výběru adresáře</translation> + <source>Select this to erase the collected coverage information</source> + <translation>Vybrat pro vymazání shromážděných informací z pokrytí</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Vybrat adresář</b> -<p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation><b>Vymazat informace z pokrytí</b> +<p>Před dalším spuštěním procesu pokrytí vyberte toto pro vymazání předchozích nashromážděných informací.</p></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Zadejte pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Pracovní adresář</b> <p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>Prostř&edí:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí, které mají být nastaveny.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54267,81 +54267,85 @@ <p>Příklad: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> - <translation>Vybrat pro vymazání shromážděných informací z pokrytí</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> - <source><b>Erase coverage information</b> -<p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation><b>Vymazat informace z pokrytí</b> -<p>Před dalším spuštěním procesu pokrytí vyberte toto pro vymazání předchozích nashromážděných informací.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>&Vymazat info pokrytí</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Report výjimek</b> <p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>R&eport výjimek</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Vybrat pro vyčištění okna interpretru</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Vyčistit okno &interpretru</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Vybrat pro spuštění debugeru v okně konzole</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Spustit na konzoli</b> <p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation>Spustit na konzoli</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54351,29 +54355,29 @@ <translation>Spustit debuger</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Prostředí</b><p>Zadání proměnných prostředí, které mají být nastaveny. Jednotlivé položky musí být odděleny mezerou a musí být ve tvaru 'var=value'. Pro přičtení hodnoty zadejte výraz ve tvaru 'var+=value'.</p><p>Příklad: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>Prostř&edí:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Zadejte pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne ladění. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> @@ -54390,147 +54394,163 @@ <translation type="obsolete"><b>Vybrat adresář</b><p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Pracovní adresář:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Zadejte parametry příkazového řádku</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>Příkazový řá&dek:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>R&eport výjimek</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation></translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>Výběr pro trasování do Python knihovny</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>&Trasovat do knihoven inerpretru</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation></translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>Výběr pro trasování do Python knihovny</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Vybrat pro vyčištění okna interpretru</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>&Trasovat do knihoven inerpretru</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí ladicí klient.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Vybrat pro vyčištění okna interpretru</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí ladicí klient.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>Vyčistit okno &interpretru</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> <source>Select to not stop the debugger at the first executable line.</source> <translation>Vybrat pro zastavení debugeru na první spustitelné řádce.</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>Nezastavovat na první řádce</b><p>Toto debugeru zabrání zastavit se na první spustitelné řádce.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>Nezastavovat na prvním řádku</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>Nezastavovat na první řádce</b><p>Toto debugeru zabrání zastavit se na první spustitelné řádce.</p></translation> + <source>Select to start the debugger in a console window</source> + <translation>Vybrat pro spuštění debugeru v okně konzole</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>Nezastavovat na prvním řádku</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation>Vybrat pro spuštění debugeru v okně konzole</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>Spustit na konzoli</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source>Forking</source> <translation>Forkování</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> <source>Select to go through the fork without asking</source> <translation>Neptat se když se prochází přes fork</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Fork bez zastavení</b> <p>Procházet přes fork bez ptaní a provést rozhodnutí pro fork založeném na výběru Rodič/Potomek.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> <source>Fork without pausing</source> <translation>Fork bez zastavení</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> <source>Select to debug the child process after forking</source> <translation>Vybrat pro ladění potomka procesu po forku</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Ladit potomka procesu</b> <p>Výběr debugování potomka procesu po forku. Není-li toto vybráno, je laděn rodičovský proces. Toto nastavení nemá efekt, není-li nastaveno forkování bez zastavení.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> @@ -54540,35 +54560,40 @@ <translation type="obsolete">Pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Vyčistit historii</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">Pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54654,139 +54679,144 @@ <translation>Spustit profilování</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí, které mají být nastaveny.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Prostředí</b><p>Zadání proměnných prostředí, které mají být nastaveny. Jednotlivé položky musí být odděleny mezerou a musí být ve tvaru 'var=value'. Pro přičtení hodnoty zadejte výraz ve tvaru 'var+=value'.</p><p>Příklad: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>Prostř&edí:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Zadejte pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Vybrat adresář za použití dialogu výběru adresáře</translation> + <source>Select this to erase the collected timing data</source> + <translation>Vybrat pro vymazání shromážděných informací z timig</translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Vybrat adresář</b><p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation>&Pracovní adresář:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> - <source>Enter the commandline parameters</source> - <translation>Zadejte parametry příkazového řádku</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> - <source><b>Commandline</b> -<p>Enter the commandline parameters in this field.</p></source> - <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> - <source>Command&line:</source> - <translation>Příkazový řá&dek:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> - <translation>Vybrat pro vymazání shromážděných informací z timig</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation><b>Vymazat timig data</b> <p>Vyberete pro vymazání shomážděných timing dat před dalším spuštěním profilování.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <source>&Working directory:</source> + <translation>&Pracovní adresář:</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> + <source>Enter the commandline parameters</source> + <translation>Zadejte parametry příkazového řádku</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> + <source><b>Commandline</b> +<p>Enter the commandline parameters in this field.</p></source> + <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> + <source>Command&line:</source> + <translation>Příkazový řá&dek:</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Vymazat &timing data</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>R&eport výjimek</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Vybrat pro vyčištění okna interpretru</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Vyčistit okno &interpretru</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Vybrat pro spuštění debugeru v okně konzole</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation>Spustit na konzoli</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -54796,23 +54826,23 @@ <translation>Spustit běh</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>Příkazový řá&dek:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Zadejte parametry příkazového řádku</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Příkazový řádek</b><p>Zadání parametrů příkazového řádku do tohoto pole.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Pracovní adresář:</translation> </message> @@ -54828,124 +54858,140 @@ <translation type="obsolete"><b>Vybrat adresář</b><p>Výběr pracovního adresáře před dialog výběru adresáře.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Zadejte pracovní adresář</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Pracovní adresář</b><p>Zadání pracovního adresáře, ve kterém proběhne debugging. Ponechte jej prázdný pokud chcete pro spuštění použít adresář aplikace.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>Prostř&edí:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Zadání proměnných prostředí, které mají být nastaveny.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Prostředí</b><p>Zadání proměnných prostředí, které mají být nastaveny. Jednotlivé položky musí být odděleny mezerou a musí být ve tvaru 'var=value'. Pro přičtení hodnoty zadejte výraz ve tvaru 'var+=value'.</p><p>Příklad: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Zrušit zatržení pro vypnutí reportování výjimek</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Report výjimek</b><p>Zrušte zatržení přepínače pro vypnutí reportování výjimek.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>R&eport výjimek</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Vybrat pro vyčištění okna interpretru</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Vyčistit okno interpretru</b><p>Vyčistí displej okna interpretru před tím, než se spustí debugovací klient.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Vyčistit okno &interpretru</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Vybrat pro spuštění debugeru v okně konzole</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Spustit na konzoli</b><p>Vybrat pro spuštění debugeru v okně konzole. Příkaz konzole musí být nakonfigurován na Debugger-&gt;Hlavní straně</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>Spustit na konzoli</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="220"/> <source>Forking</source> <translation>Větvení</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> <source>Select to go through the fork without asking</source> <translation>Neptat se když se prochází přes větvení</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Větvení bez zastavení</b> <p>Procházet přes větvení bez ptaní a provést rozhodnutí pro fork založeném na výběru Rodič/Potomek.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> <source>Fork without pausing</source> <translation>Fork bez zastavení</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> <source>Select to debug the child process after forking</source> <translation>Vybrat pro ladění potomka procesu po větvení</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Ladit potomka procesu</b> <p>Výběr debugování potomka procesu po forku. Není-li toto vybráno, je laděn rodičovský proces. Toto nastavení nemá efekt, není-li nastaveno větvení bez zastavení.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_de.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_de.ts Tue Oct 10 19:05:00 2017 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -1958,8 +1957,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="163"/> @@ -1968,8 +1967,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="166"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="169"/> @@ -2057,8 +2056,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab Ctrl+LMB</source> - <translation>In neuem &Register öffnen Strg+LMK</translation> + <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/> @@ -2067,8 +2066,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="93"/> @@ -5408,12 +5407,12 @@ <translation>geändert</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Verbindung von ungültigem Rechner</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5422,19 +5421,19 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Es wurde versucht, eine Verbindung von dem nicht zugelassenen Rechner <b>{0}</b> aufzubauen. Soll die Verbindung angenommen werden?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation>Verbindung für passives Debuggen empfangen </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation>Verbindung für passives Debuggen geschlossen @@ -5454,621 +5453,621 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Skript ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>&Skript ausführen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Das aktuelle Skript ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Projekt ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Projekt &ausführen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Das aktuelle Projekt ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Weiter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Weiter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Führe das laufende Programm ab der aktuellen Zeile weiter aus</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Führe das laufende Programm ab der aktuellen Zeile weiter aus</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Weiter</b><p>Führe das laufende Programm ab der aktuellen Zeile weiter aus. Das Programm wird angehalten, wenn es das Ende oder einen Haltepunkt erreicht.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Einzelschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Führe eine einzelne Python-Anweisung aus</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Einzelschritt</b><p>Führe eine einzelne Python-Anweisung aus. Ist die Anweisung eine <tt>import</tt>-Anweisung, ein Klassenkonstruktor oder eine Methode oder Funktionsaufruf, so wird die Kontrolle bei der nächsten Anweisung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Prozedurschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>&Prozedurschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Führe eine einzelne Python-Anweisung aus, bleibe aber in der aktuellen Ebene</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Prozedurschritt</b><p>Führe eine einzelne Python-Anweisung aus, bleibe jedoch in der aktuellen Ebene. Ist die Anweisung eine <tt>import</tt>-Anweisung, ein Klassenkonstruktor oder eine Methode oder Funktionsaufruf, so wird die Kontrolle nach Beendigung der Anweisung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Rückschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>&Rückschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Führe Python-Anweisung bis zum Rücksprung aus</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Rücksprung</b><p>Führe Python-Anweisungen bis zum Rücksprung aus. Sind die Anweisungen innerhalb einer <tt>import</tt>-Anweisung, eines Klassenkonstruktors oder einer Methode oder Funktionsaufrufes, so wird die Kontrolle nach dem Rücksprung an den Debugger zurückgegeben.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Anhalten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Beende das Debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Anhalten</b><p>Beende das Debuggen des laufenden Programms.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Das untersuchte Programm enthält einen unspezifizierten Syntaxfehler.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Eine nicht abgefangene Ausnahme ist aufgetreten. Details finden Sie im Shell-Fenster.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Das untersuchte Programm wurde unerwartet beendet.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Projekt debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Das aktuelle Projekt besitzt kein Hauptskript. Debuggen ist nicht möglich.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>&Einzelschritt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>An&halten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Das zuletzt untersuchte Skript neu starten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>&Ausnahmenfilter …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Konfiguriert den Ausnahmenfilter</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Konfiguriert den Ausnahmenfilter</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Ausnahmen Filter</b><p>Konfiguriert den Ausnahmenfilter. Nur Ausnahmen, deren Typ aufgelistet sind, werden während einer Debug-Sitzung angezeigt.</p><p>Bitte beachten Sie, dass alle nicht abgefangenen Ausnahmen unabhängig von der Liste angezeigt werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skript ausführen</b><p>Bestimme die Kommandozeilenparameter und führe das Skript außerhalb des Debuggers aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Skript debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>Skript &debuggen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Das aktuelle Skript debuggen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skript debuggen</b><p>Bestimme die Kommandozeilenparameter und setze die erste ausführbare Python-Zeile des aktuellen Editors als aktuelle Zeile. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>&Projekt debuggen…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Das aktuelle Projekt debuggen</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Das aktuelle Projekt debuggen</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projekt debuggen</b><p>Bestimme die Kommandozeilenparameter und setze die erste ausführbare Python-Zeile des Hauptskriptes des aktuellen Projektes als aktuelle Zeile. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projekt ausführen</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes außerhalb des Debuggers aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Abdeckungslauf des Skriptes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Abdeckungslauf des Skriptes …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Führe einen Abdeckungslauf des aktuellen Skriptes durch</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Führe einen Abdeckungslauf des aktuellen Skriptes durch</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Abdeckungslauf des Skriptes</b><p>Bestimme die Kommandozeilenparameter und führe das Skript unter Kontrolle eines Abdeckungsanalysetools aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Abdeckungslauf des Projektes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Abdeckungslauf des Projektes …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Führe einen Abdeckungslauf des aktuellen Projektes durch</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Führe einen Abdeckungslauf des aktuellen Projektes durch</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Abdeckungslauf des Projektes</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes unter Kontrolle eines Abdeckungsanalysetools aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Abdeckung des Projektes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Abdeckung des Skriptes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Skriptprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Skriptprofil …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Profil des aktuellen Skriptes erstellen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Skriptprofil</b><p>Bestimme die Kommandozeilenparameter und führe das Skript unter Kontrolle des Python-Profilers aus. Falls die Datei ungesicherte Änderungen hat, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Projektprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Projektprofil …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Profil des aktuellen Projektes erstellen</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Profil des aktuellen Projektes erstellen</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Projektprofil</b><p>Bestimme die Kommandozeilenparameter und führe das Hauptskript des aktuellen Projektes unter Kontrolle des Python-Profilers aus. Falls Dateien des aktuellen Projektes ungesicherte Änderungen haben, so können diese zunächst gesichert werden.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Projektprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Skriptprofil</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Ausnahmen Filter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Haltepunkt setzen/löschen</b><p>Setzt/löscht einen Haltepunkt in der aktuellen Zeile des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Nächster Haltepunkt</b><p>Gehe zum nächsten Haltepunkt des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Vorheriger Haltepunkt</b><p>Gehe zum vorherigen Haltepunkt des aktuellen Editors.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Haltepunkte löschen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Haltepunkte löschen</b><p>Haltepunkte aller Editoren löschen.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Haltepunkte</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Haltepunkt bearbeiten</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Haltepunkt bearbeiten</b><p>Öffnet einen Dialog zum Bearbeiten der Haltepunkteigenschaften. Es wird mit der aktuellen Zeile des aktuellen Editors gearbeitet.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Weiter bis Einfügemarke</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Weiter bis Einfüge&marke</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Das Programm von der aktuellen Zeile bis zur Einfügemarke ausführen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Weiter bis Einfügemarke</b><p>Das Programm von der aktuellen Zeile bis zur Einfügemarke ausführen.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Variablentypenfilter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>&Variablentypenfilter …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Konfiguriert die Variablentypenfilter</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Konfiguriert die Variablentypenfilter</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Variablenfilter</b><p>Konfigurieren der Variablenfilter. Nur Variablen mit einem Typ, der nicht ausgewählt ist, werden im globalen oder lokalen Variablenfenster während einer Debuggingsitzung angezeigt.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Das untersuchte Programm erzeugte die Ausnahme <b>{0}</b><br>„<b>{1}</b>“</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Fehler in Haltepunktbedingung</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Die Bedingung des Haltepunktes <b>{0}, {1}</b> enthält einen Syntaxfehler.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>Debu&g</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> + <source>&Debug</source> + <translation>Debu&g</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="598"/> <source>&Start</source> <translation>&Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Das untersuchte Programm erzeugte die Ausnahme <b>{0}</b><br>„<b>{1}</b>“<br>Datei: <b>{2}</b>, Zeile: <b>{3}</b></p><p>Anhalten?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Die Datei <b>{0}</b> enthält den Syntaxfehler <b>{1}</b> in Zeile <b>{2}</b>, Position <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Halte das laufende Skript an.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Fehler in Beobachtungsausdruck</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Der Beobachtungsausdrucks <b>{0}</b> enthält einen Syntaxfehler.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Ein Beobachtungsausdruck „<b>{0}</b>“ existiert bereits.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Ein Beobachtungsausdruck „<b>{0}</b>“ für die Variable <b>{1}</b> existiert bereits.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>Beobachtungsausdruck existiert bereits</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Ignorierte Ausnahmen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>&Ignorierte Ausnahmen …</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Konfiguriert ignorierte Ausnahmen</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Konfiguriert ignorierte Ausnahmen</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Ignorierte Ausnahmen</b><p>Konfiguriert die ignorierten Ausnahmen. Nur Ausnahmen, deren Typ nicht aufgelistet sind, werden während einer Debug-Sitzung angezeigt.</p><p>Bitte beachten Sie, dass nicht abgefangenen Ausnahmen nicht ignoriert werden können.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Haltepunkt bearbeiten …</translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation>Programm beendet</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation>Neu starten</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation><b>Neu starten</b><p>Setzt die Kommandozeilenparameter und setzt die erste ausführbare Python-Zeile des zuletzt untersuchten Skriptes. Falls ungesicherte Änderungen vorliegen, so werden diese zunächst gesichert.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation><b>Anhalten</b><p>Dies hält das Skript, das im Debugger läuft, an.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation><p>Das Programm erzeugte das Signal "{0}".<br/>Datei: <b>{1}</b>, Zeile: <b>{2}</b></p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation><p>Nachricht: {0}</p></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation>Programm beendet</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation>Neu starten</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation><b>Neu starten</b><p>Setzt die Kommandozeilenparameter und setzt die erste ausführbare Python-Zeile des zuletzt untersuchten Skriptes. Falls ungesicherte Änderungen vorliegen, so werden diese zunächst gesichert.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation><b>Anhalten</b><p>Dies hält das Skript, das im Debugger läuft, an.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation><p>Das Programm erzeugte das Signal "{0}".<br/>Datei: <b>{1}</b>, Zeile: <b>{2}</b></p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation><p>Nachricht: {0}</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>Das Programm wurde mit dem Status {0} beendet.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> + <location filename="../Debugger/DebugUI.py" line="1067"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> wurde mit dem Status {1} beendet.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> + <location filename="../Debugger/DebugUI.py" line="1075"/> <source>Message: {0}</source> <translation>Nachricht: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> + <location filename="../Debugger/DebugUI.py" line="1082"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>Das Programm wurde mit dem Status {0} beendet. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>„{0}“ wurde mit dem Status {1} beendet. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6077,7 +6076,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6086,22 +6085,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation>Instruktionszeiger zur Cursorposition bewegen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation>Zum Cursor &springen</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation>Überspringe den Programmteil von der aktuellen Zeile bis zur aktuellen Cursorposition</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Instruktionszeiger zur Cursorposition bewegen</b><p>Bewege den Python Instruktionszeiger zur aktuellen Cursorposition, ohne Programmteile dazwischen auszuführen.</p><p>Es ist nicht möglich, aus einer Funktion herauszuspringen oder in eine Schleife hinein. In diesem Fall wird eine Fehlermeldung im Log-Fenster ausgegeben.</p></translation> </message> @@ -6560,47 +6559,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation>Debugger starten</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation><p>Kein {0}-Interpreter gefunden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation>Vaterprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation>Kindprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation>Client forkt</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation>Wähle den zu folgenden Forkpfad.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{0}</p></translation> </message> @@ -9238,877 +9237,877 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="682"/> - <source>Undo</source> - <translation>Rückgängig</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>Wiederherstellen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Ausschneiden</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="698"/> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Einrücken</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Einrücken rückgängig</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Kommentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Kommentar entfernen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="798"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="801"/> - <source>Save As...</source> - <translation>Speichern unter...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="724"/> - <source>Select all</source> - <translation>Alles auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation>Auswahl aufheben</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Zur Klammer auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="817"/> - <source>Print</source> - <translation>Drucken</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2472"/> - <source>Printing...</source> - <translation>Drucke...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation>Drucken beendet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation>Fehler beim Drucken</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation>Drucken abgebrochen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6514"/> - <source>File changed</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="864"/> - <source>Check</source> - <translation>Prüfen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>Quelltextmetriken...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="895"/> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="884"/> - <source>Show</source> - <translation>Zeige</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Stream Kommentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Box Kommentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="934"/> - <source>Languages</source> - <translation>Sprachen</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Rückgängig</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>Wiederherstellen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="709"/> + <source>Indent</source> + <translation>Einrücken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="712"/> + <source>Unindent</source> + <translation>Einrücken rückgängig</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="715"/> + <source>Comment</source> + <translation>Kommentar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="718"/> + <source>Uncomment</source> + <translation>Kommentar entfernen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="807"/> + <source>Save As...</source> + <translation>Speichern unter...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> + <source>Select all</source> + <translation>Alles auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation>Auswahl aufheben</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Zur Klammer auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="823"/> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2478"/> + <source>Printing...</source> + <translation>Drucke...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation>Drucken beendet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation>Fehler beim Drucken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation>Drucken abgebrochen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="870"/> + <source>Check</source> + <translation>Prüfen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="892"/> + <source>Code metrics...</source> + <translation>Quelltextmetriken...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="890"/> + <source>Show</source> + <translation>Zeige</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Stream Kommentar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Box Kommentar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="940"/> + <source>Languages</source> + <translation>Sprachen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <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="1180"/> - <source>Toggle bookmark</source> - <translation>Lesezeichen setzen/löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Nächstes Lesezeichen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Vorheriges Lesezeichen</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Lesezeichen setzen/löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Nächstes Lesezeichen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Vorheriges Lesezeichen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation>LMK schaltet Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <source>LMB toggles breakpoints</source> <translation>LMK schaltet Haltepunkte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>Alle Haltepunkte löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1211"/> - <source>Edit breakpoint...</source> - <translation>Haltepunkt bearbeiten...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5203"/> - <source>Enable breakpoint</source> - <translation>Haltepunkt aktivieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5206"/> - <source>Disable breakpoint</source> - <translation>Haltepunkt deaktivieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Code Coverage</source> - <translation>Quelltext Abdeckung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <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="5758"/> - <source>Profile Data</source> - <translation>Profildaten</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <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="4474"/> - <source>Autocompletion</source> - <translation>Automatische Vervollständigung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <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="746"/> - <source>Use Monospaced Font</source> - <translation>Benutze Monospace Font</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="739"/> - <source>Shorten empty lines</source> - <translation>Leere Zeilen verkürzen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1189"/> - <source>Goto syntax error</source> - <translation>Zu Syntaxfehler gehen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Syntaxfehler löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="751"/> - <source>Autosave enabled</source> - <translation>Autom. Speicherung aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source>Drop Error</source> - <translation>Drop Fehler</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1191"/> - <source>Show syntax error message</source> - <translation>Zeige Syntaxfehlermeldung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>Syntax Error</source> - <translation>Syntaxfehler</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>No syntax error message available.</source> - <translation>Keine Syntaxfehlermeldung verfügbar.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1208"/> - <source>Toggle temporary breakpoint</source> - <translation>Temporären Haltepunkt setzen/löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Markiere Zeilen ohne Abdeckung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Lösche Abdeckungsmarkierungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Nächste nichtabgedeckte Zeile</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> + <source>Clear all breakpoints</source> + <translation>Alle Haltepunkte löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1217"/> + <source>Edit breakpoint...</source> + <translation>Haltepunkt bearbeiten...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5210"/> + <source>Enable breakpoint</source> + <translation>Haltepunkt aktivieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5213"/> + <source>Disable breakpoint</source> + <translation>Haltepunkt deaktivieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation>Quelltext Abdeckung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <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="5765"/> + <source>Profile Data</source> + <translation>Profildaten</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <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="4481"/> + <source>Autocompletion</source> + <translation>Automatische Vervollständigung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <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="752"/> + <source>Use Monospaced Font</source> + <translation>Benutze Monospace Font</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="745"/> + <source>Shorten empty lines</source> + <translation>Leere Zeilen verkürzen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1195"/> + <source>Goto syntax error</source> + <translation>Zu Syntaxfehler gehen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Syntaxfehler löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="757"/> + <source>Autosave enabled</source> + <translation>Autom. Speicherung aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation>Drop Fehler</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1197"/> + <source>Show syntax error message</source> + <translation>Zeige Syntaxfehlermeldung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation>Syntaxfehler</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation>Keine Syntaxfehlermeldung verfügbar.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1214"/> + <source>Toggle temporary breakpoint</source> + <translation>Temporären Haltepunkt setzen/löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Markiere Zeilen ohne Abdeckung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Lösche Abdeckungsmarkierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Nächste nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Alle Zeilen sind abgedeckt.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Alle Zeilen sind abgedeckt.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <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="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht gelesen werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Die Makrodatei <b>{0}</b> ist zerstört.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <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="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="908"/> - <source>Diagrams</source> - <translation>Diagramme</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> + <source>Diagrams</source> + <translation>Diagramme</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Applikations-Diagramm...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Datei hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Aliased-Datei hinzufügen...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Lokalisierte Ressource hinzufügen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6871"/> - <source>Add file resource</source> - <translation>Dateiressource hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6887"/> - <source>Add file resources</source> - <translation>Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Add aliased file resource</source> - <translation>Aliased-Dateiressourcen hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <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="6979"/> - <source>Package Diagram</source> - <translation>Package-Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Include class attributes?</source> - <translation>Klassenattribute anzeigen?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> + <source>Add file...</source> + <translation>Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Aliased-Datei hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Lokalisierte Ressource hinzufügen...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation>Dateiressource hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation>Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation>Aliased-Dateiressourcen hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <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="6986"/> + <source>Package Diagram</source> + <translation>Package-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation>Klassenattribute anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <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="1229"/> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Vorherige Aufgabe</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="852"/> + <source>Complete from Document</source> + <translation>Vervollständigung vom Dokument</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="854"/> + <source>Complete from APIs</source> + <translation>Vervollständigung von APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="856"/> + <source>Complete from Document and APIs</source> + <translation>Vervollständigung vom Dokument und von APIs</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1063"/> + <source>Export as</source> + <translation>Exportieren als</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1286"/> + <source>Export source</source> + <translation>Quelltext exportieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1278"/> + <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="1286"/> + <source>No export format given. Aborting...</source> + <translation>Kein Exportformat angegeben. Abbruch...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Imports Diagram</source> + <translation>Imports Diagramm</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Include imports from external modules?</source> + <translation>Imports externer Module anzeigen?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="776"/> + <source>Calltip</source> + <translation>Calltip</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="820"/> + <source>Print Preview</source> + <translation>Druckvorschau</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="426"/> + <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>Quelltexteditorfenster</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="761"/> + <source>Typing aids enabled</source> + <translation>Eingabehilfen aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1027"/> + <source>End-of-Line Type</source> + <translation>Zeilenendemarkierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1031"/> + <source>Unix</source> + <translation>Unix</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1038"/> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1045"/> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="986"/> + <source>Encodings</source> + <translation>Kodierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="966"/> + <source>Guessed</source> + <translation>Ermittelt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1301"/> + <source>Alternatives</source> + <translation>Alternativen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1297"/> + <source>Alternatives ({0})</source> + <translation>Alternativen ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Wähle den anzuwendenden Pygments Lexer.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation>Rechtschreibprüfung...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> + <source>Check spelling of selection...</source> + <translation>Rechtschreibprüfung für Auswahl...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7301"/> + <source>Add to dictionary</source> + <translation>Zum Wörterbuch hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7303"/> + <source>Ignore All</source> + <translation>Alle ignorieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="741"/> + <source>Remove from dictionary</source> + <translation>Aus dem Wörterbuch entfernen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2913"/> + <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="3017"/> + <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="1202"/> + <source>Next warning</source> + <translation>Nächste Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> + <source>Previous warning</source> + <translation>Vorherige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1207"/> + <source>Show warning message</source> + <translation>Zeige Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1209"/> + <source>Clear warnings</source> + <translation>Warnungen löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3076"/> + <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="6328"/> + <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>Warnung: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> + <source>Error: {0}</source> + <translation>Fehler: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6517"/> + <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="816"/> + <source>Open 'rejection' file</source> + <translation>Öffne „Ablehnungs“-Datei</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation>Diagramm laden...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation>Nächste Änderung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation>Vorherige Änderung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation>Zeilen sortieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation>Warnung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation>Keine Warnmeldungen verfügbar.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation>Stil: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation>Neue Dokumentenansicht</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation>Werkzeuge</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation>Öffnen mit Kodierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric6 geöffnet war. Neu einlesen?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation>Automatische Vervollständigung aktiv</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="846"/> - <source>Complete from Document</source> - <translation>Vervollständigung vom Dokument</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="848"/> - <source>Complete from APIs</source> - <translation>Vervollständigung von APIs</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="850"/> - <source>Complete from Document and APIs</source> - <translation>Vervollständigung vom Dokument und von APIs</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1057"/> - <source>Export as</source> - <translation>Exportieren als</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1280"/> - <source>Export source</source> - <translation>Quelltext exportieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1272"/> - <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="1280"/> - <source>No export format given. Aborting...</source> - <translation>Kein Exportformat angegeben. Abbruch...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <source>Imports Diagram</source> - <translation>Imports Diagramm</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <source>Include imports from external modules?</source> - <translation>Imports externer Module anzeigen?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="770"/> - <source>Calltip</source> - <translation>Calltip</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="814"/> - <source>Print Preview</source> - <translation>Druckvorschau</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="424"/> - <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>Quelltexteditorfenster</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="755"/> - <source>Typing aids enabled</source> - <translation>Eingabehilfen aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1021"/> - <source>End-of-Line Type</source> - <translation>Zeilenendemarkierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1025"/> - <source>Unix</source> - <translation>Unix</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1032"/> - <source>Windows</source> - <translation>Windows</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1039"/> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="980"/> - <source>Encodings</source> - <translation>Kodierungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="960"/> - <source>Guessed</source> - <translation>Ermittelt</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1295"/> - <source>Alternatives</source> - <translation>Alternativen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Alternatives ({0})</source> - <translation>Alternativen ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Wähle den anzuwendenden Pygments Lexer.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation>Rechtschreibprüfung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="731"/> - <source>Check spelling of selection...</source> - <translation>Rechtschreibprüfung für Auswahl...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7294"/> - <source>Add to dictionary</source> - <translation>Zum Wörterbuch hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7296"/> - <source>Ignore All</source> - <translation>Alle ignorieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="735"/> - <source>Remove from dictionary</source> - <translation>Aus dem Wörterbuch entfernen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2907"/> - <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="3011"/> - <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="1196"/> - <source>Next warning</source> - <translation>Nächste Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1199"/> - <source>Previous warning</source> - <translation>Vorherige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1201"/> - <source>Show warning message</source> - <translation>Zeige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1203"/> - <source>Clear warnings</source> - <translation>Warnungen löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3070"/> - <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="6321"/> - <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6172"/> - <source>Warning: {0}</source> - <translation>Warnung: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6179"/> - <source>Error: {0}</source> - <translation>Fehler: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6510"/> - <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> + <source>Complete</source> + <translation>Vervollständigen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation>Provider für automatische Vervollständigungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation>Calltipps-Provider</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation>Maus Klick Handler registrieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation>Öffne „Ablehnungs“-Datei</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation>Diagramm laden...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation>Nächste Änderung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation>Vorherige Änderung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation>Zeilen sortieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation>Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation>Keine Warnmeldungen verfügbar.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation>Stil: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation>Neue Dokumentenansicht</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation>Werkzeuge</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation>Öffnen mit Kodierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric6 geöffnet war. Neu einlesen?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation>Automatische Vervollständigung aktiv</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation>Vervollständigen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation>Provider für automatische Vervollständigungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation>Calltipps-Provider</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation>Maus Klick Handler registrieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation>Kopie speichern...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation>Vervollständigungsspeicher löschen</translation> </message> @@ -17331,8 +17330,8 @@ </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1219"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1292"/> @@ -40686,542 +40685,542 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> + <location filename="../Project/Project.py" line="3779"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> - <source>New project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3544"/> - <source>&New...</source> - <translation>&Neu...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3549"/> + <source>New project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3549"/> + <source>&New...</source> + <translation>&Neu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Erstelle ein neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Öffnen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Öffnen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Öffnet ein bestehendes Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Projekt schließen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>Schl&ießen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Schließt das aktuelle Projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Projekt schließen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>Schl&ießen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Schließt das aktuelle Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Projekt speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Speichert das aktuelle Projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Projekt speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Speichert das aktuelle Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add translation to project</source> - <translation>Übersetzung zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>&Übersetzung hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add translation to project</source> + <translation>Übersetzung zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>&Übersetzung hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3690"/> <source>Project properties</source> <translation>Projekteigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Eigenschaften...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Zeigt die Projekteigenschaften an</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Zu&letzt geöffnete Projekte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1689"/> - <source>The target directory must not be empty.</source> - <translation>Das Zielverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3656"/> - <source>Search new files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3656"/> - <source>Searc&h new files...</source> - <translation>Neue &Dateien suchen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3660"/> - <source>Search new files in the project directory.</source> - <translation>Sucht neue Dateien im Projektverzeichnis.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1700"/> - <source>Add directory</source> - <translation>Verzeichnis hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1700"/> - <source>The source directory must not be empty.</source> - <translation>Das Quellverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1297"/> - <source>Add Language</source> - <translation>Sprache hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3595"/> - <source>Save &as...</source> - <translation>Speichern &unter...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4488"/> - <source>Version Control System</source> - <translation>Versionskontrollsystem</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4342"/> - <source>Search New Files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4342"/> - <source>There were no new files found to be added.</source> - <translation>Es wurden keine neuen Dateien gefunden.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="953"/> - <source>Read project session</source> - <translation>Projektsitzung lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1175"/> - <source>Please save the project first.</source> - <translation>Bitte speichern Sie zuerst das Projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="989"/> - <source>Save project session</source> - <translation>Projektsitzung speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Sitzung laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Laden der Projektsitzung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Sitzung speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Speichern der Projektsitzung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3818"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3836"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>&Quelltextdokumentation</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> + <source>Open &Recent Projects</source> + <translation>Zu&letzt geöffnete Projekte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1694"/> + <source>The target directory must not be empty.</source> + <translation>Das Zielverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3661"/> + <source>Search new files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3661"/> + <source>Searc&h new files...</source> + <translation>Neue &Dateien suchen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3665"/> + <source>Search new files in the project directory.</source> + <translation>Sucht neue Dateien im Projektverzeichnis.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1705"/> + <source>Add directory</source> + <translation>Verzeichnis hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1705"/> + <source>The source directory must not be empty.</source> + <translation>Das Quellverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1302"/> + <source>Add Language</source> + <translation>Sprache hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3600"/> + <source>Save &as...</source> + <translation>Speichern &unter...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4493"/> + <source>Version Control System</source> + <translation>Versionskontrollsystem</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4347"/> + <source>Search New Files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4347"/> + <source>There were no new files found to be added.</source> + <translation>Es wurden keine neuen Dateien gefunden.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="955"/> + <source>Read project session</source> + <translation>Projektsitzung lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1177"/> + <source>Please save the project first.</source> + <translation>Bitte speichern Sie zuerst das Projekt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="991"/> + <source>Save project session</source> + <translation>Projektsitzung speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Sitzung laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Laden der Projektsitzung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Sitzung speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Speichern der Projektsitzung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>&Quelltextdokumentation</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Quelltextmetriken</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>&Quelltextmetriken...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Python-Quelltext-Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>&Quelltext Abdeckung...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Profildaten...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Zeige Profildaten des aktuellen Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4013"/> + <location filename="../Project/Project.py" line="4018"/> <source>Sho&w</source> <translation>&Zeige</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Quelltext Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> + <location filename="../Project/Project.py" line="4012"/> <source>&Version Control</source> <translation>&Versionskontrolle</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>&Applikations-Diagramm...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Zeigt ein Diagramm des Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4014"/> + <location filename="../Project/Project.py" line="4019"/> <source>&Diagrams</source> <translation>&Diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Projektdatei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Verzeichnis zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Verzeichnis hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Verzeichnis zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Verzeichnis hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Existierende Dateien dem Projekt hinzufügen?</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Wähle das Versionskontrollsystem für das Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Projektsitzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Sitzung löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projektsitzungsdatei.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Sitzung löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Löscht die Projektsitzungsdatei.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Sitzung löschen</b><p>Dies löscht die Sitzungsdatei des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl).</p></translation> </message> @@ -41236,297 +41235,297 @@ <translation>Sonstige</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Verzeichnis löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Debugger-Eigenschaften lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Debugger-Eigenschaften speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Debugger-Eigenschaften löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> + <location filename="../Project/Project.py" line="3754"/> <source>Debugger Properties</source> <translation>Debugger-Eigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>Debugger-&Eigenschaften...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Debugger-Eigenschaften anzeigen</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>Debugger-&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Debugger-Eigenschaften anzeigen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3767"/> <source>Load</source> <translation>Laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Debugger-Eigenschaften laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Debugger-Eigenschaften zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Sitzung</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + <source>&Load</source> + <translation>&Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Debugger-Eigenschaften laden</translation> </message> <message> <location filename="../Project/Project.py" line="3779"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> </message> <message> <location filename="../Project/Project.py" line="3791"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Reset</source> + <translation>Zurücksetzen</translation> </message> <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Debugger-Eigenschaften zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Sitzung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Dateitypzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Dateitypzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4019"/> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Pa&ketierer</translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> + <location filename="../Project/Project.py" line="3615"/> <source>Add files to project</source> <translation>Dateien zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>&Dateien hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>&Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Projektdateien (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Nutzer bezogene Projektdaten lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Nutzer bezogene Projektdaten sichern</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>User project properties</source> - <translation>Nutzer bezogene Projektdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>&Nutzer bezogene Projektdaten...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>User project properties</source> + <translation>Nutzer bezogene Projektdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>&Nutzer bezogene Projektdaten...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform> @@ -41534,47 +41533,47 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Versionskontrollsystem auswählen</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Keines</translation> </message> @@ -41584,52 +41583,52 @@ <translation>Projekttyp Registrierung</translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Übersetzungsmuster</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Lexerzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Lexerzuordnungen</b><p>Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> </message> @@ -41649,12 +41648,12 @@ <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -41664,32 +41663,32 @@ <translation>Python 2-Dateien (*.py2);;Python 2-GUI-Dateien (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation>Hauptskript erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Das Hauptskript <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation>Diagramm laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation>Diagramm &laden...</translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation>Lade ein Diagramm aus einer Datei.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> </message> @@ -41719,27 +41718,27 @@ <translation>PyQt5 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Erzeugt eine erste PKGLIST-Datei für ein eric6-Plugin.</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric6 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -41759,123 +41758,123 @@ <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation>Projektverwaltungsverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> ist nicht beschreibbar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Projektdatei suchen</b><p>Dies sucht nach einer Datei in der Liste der Projektdateien.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation>Projektdatei suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation>Erzeuge Plugin Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> - <source>Create Plugin &Archives</source> - <translation>Erzeuge Plugin &Archive</translation> - </message> - <message> <location filename="../Project/Project.py" line="3956"/> + <source>Create Plugin &Archives</source> + <translation>Erzeuge Plugin &Archive</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation>Erzeugt eric6 Plugin Archivdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Erzeuge Pluginarchive</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Erzeuge Plugin Archive (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Erzeuge Plugin Archive (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Erzeuge Plugin Archive (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Erzeuge Pluginarchive (Snapshot)</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation>Wähle Paketlisten:</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation>Erzeuge Plugin Archive...</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation>Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation>%v/%m Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Die Datei <b>{0}</b> ist noch nicht bereit.</p><p>Bitte überarbeite sie und löschen die Zeile '; initial_list' des Dateikopfes.</p></translation> </message> @@ -53182,110 +53181,110 @@ <translation>Quelltextabdeckungslauf starten</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Kommandozeile:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Gib die Kommandozeilenparameter ein</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Kommandozeilenparameter</b> <p>Gib die Kommandozeilenparameter in dieses Feld ein.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Arbeits&verzeichnis:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Gib das Arbeitsverzeichnis ein</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Arbeitsverzeichnis</b> <p>Gib das Arbeitsverzeichnis für das zu untersuchende Programm ein. Lass es leer, um das Installationsverzeichnis als Arbeitsverzeichnis zu setzen.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Umgebung:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Gib die zu setzenden Umgebunsvariablen ein.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deselektiere, um die Anzeige von Ausnahmen abzuschalten</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Ausnahmen anzeigen</b> <p>Deselektiere, um die Anzeige von Ausnahmen abzuschalten.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Aus&nahmen anzeigen</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+N</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> <source>Select this to erase the collected coverage information</source> <translation>Wähle dies, um die gesammelten Abdeckungsinfos zu löschen</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation><b>Abdeckungsinfos löschen</b> <p>Wähle dies, um die gesammelten Abdeckungsinfos vor dem nächsten Abdeckungslauf zu löschen.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>&Lösche Abdeckungsinfo</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+L</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Auswählen, um das Interpreterfenster zu löschen</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Interpreterfenster löschen</b><p>Dies löscht das Interpreterfenster bevor der Debug-Client gestartet wird.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>&Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53294,22 +53293,39 @@ <p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>In Konsole starten</b> <p>Auswählen, um den Debugger in einem Konsolenfenster zu starten. Der Konsolenbefehl muss auf der Debugger-&gt;Allgemein Seite konfiguriert werden.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation>In Konsole starten</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation>Interpreter:</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation>Gib den zu verwendenden Interpreter ein</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation><b>Interpreter</b> +<p>Gib den zu verwendenden Interpreter ein. Leer lassen, um den Standardinterpreter (d.h. den global oder per Projekt konfigurierten) zu verwenden.</p></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -53319,118 +53335,118 @@ <translation>Debuggen starten</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Kommandozeile:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Gib die Kommandozeilenparameter ein</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Kommandozeilenparameter</b> <p>Gib die Kommandozeilenparameter in dieses Feld ein.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Arbeits&verzeichnis:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Gib das Arbeitsverzeichnis ein</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Arbeitsverzeichnis</b> <p>Gib das Arbeitsverzeichnis für das zu untersuchende Programm ein. Lass es leer, um das Installationsverzeichnis als Arbeitsverzeichnis zu setzen.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Umgebung:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Gib die zu setzenden Umgebunsvariablen ein.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deselektiere, um die Anzeige von Ausnahmen abzuschalten</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Ausnahmen anzeigen</b> <p>Deselektiere, um die Anzeige von Ausnahmen abzuschalten.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Aus&nahmen anzeigen</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+N</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>Auswählen, um in die Python-Bibliothek zu springen</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>In &Interpreterbibliotheken springen</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+I</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation>Auswählen, um nicht an der ersten ausführbaren Zeile anzuhalten.</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>Nicht an der ersten Zeile halten</b><p>Dies veranlasst den Debugger, nicht an der ersten ausführbaren Zeile zu halten.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>Nicht an der ersten Zeile halten</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>Auswählen, um in die Python-Bibliothek zu springen</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Auswählen, um das Interpreterfenster zu löschen</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>In &Interpreterbibliotheken springen</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>Interpreterfenster löschen</b><p>Dies löscht das Interpreterfenster bevor der Debug-Client gestartet wird.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+I</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> - <translation>Auswählen, um nicht an der ersten ausführbaren Zeile anzuhalten.</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>Nicht an der ersten Zeile halten</b><p>Dies veranlasst den Debugger, nicht an der ersten ausführbaren Zeile zu halten.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>Nicht an der ersten Zeile halten</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Auswählen, um das Interpreterfenster zu löschen</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Interpreterfenster löschen</b><p>Dies löscht das Interpreterfenster bevor der Debug-Client gestartet wird.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>&Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53439,94 +53455,116 @@ <p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> + <location filename="../Debugger/StartDebugDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> + <location filename="../Debugger/StartDebugDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>In Konsole starten</b> <p>Auswählen, um den Debugger in einem Konsolenfenster zu starten. Der Konsolenbefehl muss auf der Debugger-&gt;Allgemein Seite konfiguriert werden.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>In Konsole starten</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source>Forking</source> <translation>Forken</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> <source>Select to go through the fork without asking</source> <translation>Auswählen, um die Fork-Operation ohne Rückfrage auszuführen</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Forken ohne Pause</b> <p>Auswählen, um die Fork-Operation ohne Rückfrage auszuführen und die Fork-Entscheidung auf Basis der Vater/Kind Auswahl zu treffen.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> <source>Fork without pausing</source> <translation>Forken ohne Pause</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> <source>Select to debug the child process after forking</source> <translation>Auswählen, um den Kindprozess nach dem Fork zu debuggen</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Kindprozess debuggen</b> <p>Auswählen, um den Kindprozess nach dem Fork zu debuggen. Ist dies nicht ausgewählt, so wird der Vaterprozess debuggt. Diese Auswahl hat keinen Effekt, wenn Forken ohne Pause nicht ausgewählt ist.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>Folge Kindprozess</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation>Interpreter:</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation>Gib den zu verwendenden Interpreter ein</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation><b>Interpreter</b> +<p>Gib den zu verwendenden Interpreter ein. Leer lassen, um den Standardinterpreter (d.h. den global oder per Projekt konfigurierten) zu verwenden.</p></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Chroniken löschen</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation>Historie bearbeiten</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation>Kommandozeile</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation>Arbeitsverzeichnis</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation>Umgebung</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation>Wähle die zu bearbeitende Chronik aus:</translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation>Interpreter:</translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -53612,110 +53650,110 @@ <translation>Profillauf starten</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source>Select this to erase the collected timing data</source> <translation>Auswählen, um die gesammelten Zeitdaten zu löschen</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation><b>Zeitdaten löschen</b> <p>Wähle dies, um die gesammelten Zeitdaten vor dem nächstenProfillauf zu löschen.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Lösche &Timing Daten</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+A</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Kommandozeile:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Gib die Kommandozeilenparameter ein</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Kommandozeilenparameter</b> <p>Gib die Kommandozeilenparameter in dieses Feld ein.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Arbeits&verzeichnis:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Gib das Arbeitsverzeichnis ein</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Arbeitsverzeichnis</b> <p>Gib das Arbeitsverzeichnis für das zu untersuchende Programm ein. Lass es leer, um das Installationsverzeichnis als Arbeitsverzeichnis zu setzen.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Umgebung:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Gib die zu setzenden Umgebunsvariablen ein.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deselektiere, um die Anzeige von Ausnahmen abzuschalten</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Ausnahmen anzeigen</b> <p>Deselektiere, um die Anzeige von Ausnahmen abzuschalten.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Aus&nahmen anzeigen</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+N</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Auswählen, um das Interpreterfenster zu löschen</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Interpreterfenster löschen</b><p>Dies löscht das Interpreterfenster bevor der Debug-Client gestartet wird.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>&Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53724,22 +53762,39 @@ <p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>In Konsole starten</b> <p>Auswählen, um den Debugger in einem Konsolenfenster zu starten. Der Konsolenbefehl muss auf der Debugger-&gt;Allgemein Seite konfiguriert werden.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation>In Konsole starten</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation>Interpreter:</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation>Gib den zu verwendenden Interpreter ein</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation><b>Interpreter</b> +<p>Gib den zu verwendenden Interpreter ein. Leer lassen, um den Standardinterpreter (d.h. den global oder per Projekt konfigurierten) zu verwenden.</p></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -53749,88 +53804,88 @@ <translation>Ausführung starten</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deselektiere, um die Anzeige von Ausnahmen abzuschalten</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Ausnahmen anzeigen</b> <p>Deselektiere, um die Anzeige von Ausnahmen abzuschalten.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Aus&nahmen anzeigen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+N</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Gib die zu setzenden Umgebunsvariablen ein.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Umgebung:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Gib das Arbeitsverzeichnis ein</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Arbeitsverzeichnis</b> <p>Gib das Arbeitsverzeichnis für das zu untersuchende Programm ein. Lass es leer, um das Installationsverzeichnis als Arbeitsverzeichnis zu setzen.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Arbeits&verzeichnis:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Gib die Kommandozeilenparameter ein</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Kommandozeilenparameter</b> <p>Gib die Kommandozeilenparameter in dieses Feld ein.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Kommandozeile:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Auswählen, um das Interpreterfenster zu löschen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Interpreterfenster löschen</b><p>Dies löscht das Interpreterfenster bevor der Debug-Client gestartet wird.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>&Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53839,61 +53894,78 @@ <p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>In Konsole starten</b> <p>Auswählen, um den Debugger in einem Konsolenfenster zu starten. Der Konsolenbefehl muss auf der Debugger-&gt;Allgemein-Seite konfiguriert werden.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>In Konsole starten</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="220"/> <source>Forking</source> <translation>Forken</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> <source>Select to go through the fork without asking</source> <translation>Auswählen, um die Fork-Operation ohne Rückfrage auszuführen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Forken ohne Pause</b> <p>Auswählen, um die Fork-Operation ohne Rückfrage auszuführen und die Fork-Entscheidung auf Basis der Vater/Kind Auswahl zu treffen.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> <source>Fork without pausing</source> <translation>Forken ohne Pause</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> <source>Select to debug the child process after forking</source> <translation>Auswählen, um den Kindprozess nach dem Fork zu debuggen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Kindprozess debuggen</b> <p>Auswählen, um den Kindprozess nach dem Fork zu debuggen. Ist dies nicht ausgewählt, so wird der Vaterprozess debuggt. Diese Auswahl hat keinen Effekt, wenn Forken ohne Pause nicht ausgewählt ist.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>Folge Kindprozess</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation>Interpreter:</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation>Gib den zu verwendenden Interpreter ein</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation><b>Interpreter</b> +<p>Gib den zu verwendenden Interpreter ein. Leer lassen, um den Standardinterpreter (d.h. den global oder per Projekt konfigurierten) zu verwenden.</p></translation> + </message> </context> <context> <name>StatusMonitorLed</name> @@ -71049,8 +71121,8 @@ </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="617"/> - <source>Open Link in New Tab Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen Strg+LMK</translation> + <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/WebBrowserView.py" line="621"/>
--- a/i18n/eric6_empty.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_empty.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5366,30 +5366,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5398,648 +5398,648 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="299"/> + <location filename="../Debugger/DebugUI.py" line="301"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> - <source>Restart the last debugged script</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="305"/> + <source>Restart the last debugged script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="321"/> + <location filename="../Debugger/DebugUI.py" line="323"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> + <source>&Debug</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> + <location filename="../Debugger/DebugUI.py" line="1056"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> - <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> + <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> + <location filename="../Debugger/DebugUI.py" line="1268"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6491,47 +6491,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9133,877 +9133,877 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> + <source>Indent</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> + <source>Unindent</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> + <source>Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> + <source>Uncomment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="768"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="784"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="787"/> + <location filename="../QScintilla/Editor.py" line="793"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="801"/> - <source>Save As...</source> + <source>Close</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="804"/> - <source>Save Copy...</source> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="807"/> + <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="810"/> + <source>Save Copy...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="816"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="874"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> + <source>Code metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> + <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> - <source>Application Diagram...</source> + <source>Class Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> + <source>Application Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1002"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196"/> - <source>Next warning</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1202"/> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> - <source>Previous task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> + <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <source>LMB toggles breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="2472"/> + <location filename="../QScintilla/Editor.py" line="2478"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2489"/> + <location filename="../QScintilla/Editor.py" line="2495"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2491"/> + <location filename="../QScintilla/Editor.py" line="2497"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2494"/> + <location filename="../QScintilla/Editor.py" line="2500"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <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="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <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="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5206"/> + <location filename="../QScintilla/Editor.py" line="5213"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>Show Code Coverage Annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="5643"/> - <source>Show Code Coverage Annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5636"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6169"/> + <location filename="../QScintilla/Editor.py" line="6176"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6172"/> - <source>Warning: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6511"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <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="6514"/> + <location filename="../QScintilla/Editor.py" line="6521"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6871"/> + <location filename="../QScintilla/Editor.py" line="6878"/> <source>Add file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6887"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Package Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Include class attributes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -40554,1120 +40554,1120 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> + <location filename="../Project/Project.py" line="3576"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> + <location filename="../Project/Project.py" line="3615"/> <source>Add files to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3690"/> <source>Project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> + <location filename="../Project/Project.py" line="3754"/> <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3767"/> <source>Load</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> + <location filename="../Project/Project.py" line="3791"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> - <source>Create &Package List</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3940"/> + <source>Create &Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> + <source>Chec&k</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> + <source>Sho&w</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3956"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -52725,127 +52725,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> + <source>Select this to erase the collected coverage information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -52855,206 +52871,227 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> + <source>Clear &interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Don't stop at first line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -53140,127 +53177,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> + <source>Select this to erase the collected timing data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -53270,143 +53323,159 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_en.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_en.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5363,30 +5363,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5405,648 +5405,648 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> + <source>&Debug</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6498,47 +6498,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9147,877 +9147,877 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> + <source>Indent</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> + <source>Unindent</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> + <source>Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> + <source>Uncomment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> + <source>Code metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> + <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196"/> - <source>Next warning</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1202"/> + <source>Next warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>LMB toggles bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>LMB toggles breakpoints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1286"/> + <source>Export source</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1278"/> + <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="1286"/> + <source>No export format given. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1297"/> + <source>Alternatives ({0})</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Pygments Lexer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Select the Pygments lexer to apply.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="2478"/> + <source>Printing...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source><p>The file <b>{0}</b> has unsaved changes.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2913"/> + <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="3076"/> + <source>Save File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3017"/> + <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="3076"/> + <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="4481"/> + <source>Autocompletion</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <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="5213"/> + <source>Disable breakpoint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Please select a coverage file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>Show Code Coverage Annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>There is no coverage file available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Please select a profile file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Macro Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Select a macro name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6268"/> + <source>Load macro file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Macro files (*.macro)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6291"/> + <source>Error loading macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6282"/> + <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="6291"/> + <source><p>The macro file <b>{0}</b> is corrupt.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Save macro file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <source>Save macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <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="6344"/> + <source>Error saving macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <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="6357"/> + <source>Start Macro Recording</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6357"/> + <source>Macro recording is already active. Start new?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Macro Recording</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Enter name of the macro:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6685"/> + <source>{0} (ro)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6846"/> + <source>Resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6848"/> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> + <source>Add resource frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Alias for file <b>{0}</b>:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Package Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Imports Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Include imports from external modules?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Application Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7301"/> + <source>Add to dictionary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7303"/> + <source>Ignore All</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> + <source>Error: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6517"/> + <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="816"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1240"/> - <source>LMB toggles bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1244"/> - <source>LMB toggles breakpoints</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1280"/> - <source>Export source</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1272"/> - <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="1280"/> - <source>No export format given. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Alternatives ({0})</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Pygments Lexer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Select the Pygments lexer to apply.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="2472"/> - <source>Printing...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source><p>The file <b>{0}</b> has unsaved changes.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2907"/> - <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="3070"/> - <source>Save File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3011"/> - <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="3070"/> - <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="4474"/> - <source>Autocompletion</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <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="5206"/> - <source>Disable breakpoint</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Code Coverage</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Please select a coverage file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5643"/> - <source>Show Code Coverage Annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5643"/> - <source>There is no coverage file available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Profile Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Please select a profile file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>Syntax Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>No syntax error message available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Macro Name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Select a macro name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6261"/> - <source>Load macro file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Macro files (*.macro)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6284"/> - <source>Error loading macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6275"/> - <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="6284"/> - <source><p>The macro file <b>{0}</b> is corrupt.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Save macro file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <source>Save macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <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="6337"/> - <source>Error saving macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6337"/> - <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="6350"/> - <source>Start Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6350"/> - <source>Macro recording is already active. Start new?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Macro Recording</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Enter name of the macro:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6514"/> - <source>File changed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6678"/> - <source>{0} (ro)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source>Drop Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6839"/> - <source>Resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6852"/> - <source>Add resource frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6871"/> - <source>Add file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6887"/> - <source>Add file resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Add aliased file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Alias for file <b>{0}</b>:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Package Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Include class attributes?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <source>Imports Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <source>Include imports from external modules?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Application Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Include module names?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7294"/> - <source>Add to dictionary</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7296"/> - <source>Ignore All</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6172"/> - <source>Warning: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6179"/> - <source>Error: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6510"/> - <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -40548,327 +40548,327 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>The project contains one file with syntax errors.</numerusform> @@ -40876,617 +40876,617 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> + <source>Chec&k</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> + <source>Sho&w</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -41496,32 +41496,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -41551,27 +41551,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -41591,123 +41591,123 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3956"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -52767,127 +52767,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> + <source>Select this to erase the collected coverage information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -52897,206 +52913,227 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> + <source>Clear &interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Don't stop at first line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -53182,127 +53219,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> + <source>Select this to erase the collected timing data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -53312,143 +53365,159 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="94"/> - <source>&Environment:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> + <source>&Working directory:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> + <source>&Environment:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_es.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_es.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5402,12 +5402,12 @@ <translation>cambiado</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Conexión desde un host ilegal</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5416,19 +5416,19 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Se ha intentado una conexión desde el host ilegal <b>{0}</b>. ¿Aceptar esta conexión?.</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation>Recibida conexión pasiva de depuración </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation>Cerrada conexión pasiva de depuración @@ -5448,621 +5448,621 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Ejecutar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>&Ejecutar script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Ejecutar el script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Ejecutar Script</b><p>Establece los parámetros de la línea de comandos y ejecuta el script fuera del depurador. Si tiene cambios sin guardar, deben ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Ejecutar Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Ejecutar &Proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Ejecutar el proyecto Actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Ejecutar Proyecto</b><p>Establece los argumentos de la línea de comandos y ejecuta el proyecto actual fuera del depurador. Si los archivos del proyecto actual tienen archivos sin guardar, deben ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Ejecutar Script con definición de cobertura</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Ejecutar Script con definición de cobertura...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Llevar a cabo una ejecución con definición de cobertura del Script actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Llevar a cabo una ejecución con definición de cobertura del Script actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Ejecutar Script con definición de cobertura</b><p>Establece los argumentos de línea de comando y ejecuta el script bajo el control de una herramienta de análisis de cobertura. Si el archivo tiene cambios sin guardar, pueden ser guardados primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Ejecutar el Proyecto con definición de cobertura</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Ejecutar el Proyecto con definición de cobertura...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Llevar a cabo una ejecución con definición de cobertura del Proyecto actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Llevar a cabo una ejecución con definición de cobertura del Proyecto actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Ejecutar Proyecto con definición de cobertura</b><p>Establecer los argumentos de línea de comando y ejecutar el proyecto actual bajo el control de una herramienta de análisis de cobertura. Si hay archivos con cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Hacer Profiling del Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Hacer Profiling del Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Hacer Profiling del Script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Hacer Profiling del Script</b><p>Establecer los argumentos de línea de comandos y hacer profiling del script. Si el archivo tiene cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Hacer Profiling del Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Hacer Profiling del Proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Hacer Profiling del Proyecto actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Hacer Profiling del Proyecto actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Hacer Profiling del Proyecto</b><p>Establecer los argumentos de línea de comandos y hacer profiling del proyecto actual. Si hay archivos que tienen cambios sin guardar, se puede guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Depurar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Depurar script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Depurar el script actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Depurar Script</b><p>Establecer los argumentos de línea de comandos y establecer la línea actual en la ventana actual de edición como la primera sentencia Python ejecutable. Si el archivo tiene cambios sin guardar, se puede guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Depurar proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>Depurar &proyecto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Depurar el proyecto actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Depurar el proyecto actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Depurar Proyecto</b><p>Establecer los argumentos de línea de comandos y establecer la línea actual en la ventana actual de edición como la primera sentencia Python ejecutable. Si hay archivos que tienen cambios sin guardar, se pueden guardar primero.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Reiniciar el último script depurado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Detener el script en ejecución.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Continúa el programa a partir de la línea actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Continúa el programa a partir de la línea actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continuar</b><p>Continúa la ejecución del programa a partir de la línea actual. El programa se detendrá al terminar o al alcanzar un breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Continuar hasta el cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Continuar &hasta el cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Continúa ejecutando el programa desde la línea actual hasta la posición actual del cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuar hasta el Cursor</b><p>Continúa ejecutando el programa desde la línea actual hasta la posición actual del cursor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Un paso</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>Un &paso</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Ejecuta una sentencia python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Paso Único</b><p>Ejecutar una única sentencia Python. Si la sentencia es un <tt>import</tt>, un constructor de clase, o un método o llamada a función entonces el control se devuelve al depurador en la siguiente sentencia.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>Salta&r</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Ejecutar una única sentencia Python sin salir del marco actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Saltar</b><p>Eejcutar una única sentencia Python sin salir del marco actual. Si la sentencia es un <tt>import</tt>, un constructor de clase, o un método o llamada a función, el control se devuelve al depurador despues de que la sentencia se haya completado.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Paso atras</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Paso &atras</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Ejecutar sentencia Python hasta abandonar el marco actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Saltar fuera</b><p>Ejecuta sentencias Python hasta salir del marco actual. Si las sentencias están dentro de una sentencia <tt>import</tt>, un constructor de clase, o un método o llamada a función, el control se devuelve al depurador despues de que el marco actual ha sido abandonado.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Detener</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>&Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Detener depuración</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Detener</b><p>Detener la sesión de depuración en ejecución.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Fitro por tipo de variable</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>&Fitro por tipo de variable...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Configurar Fitro por tipo de variable</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Configurar Fitro por tipo de variable</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Fitro por tipo de variable</b><p>Configurar el fitro por tipo de variable. Durante una sesión de depuración, solo se muestran en las ventanas de variables locales o globales los tipos de variable que no han sido seleccionados.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Filtro de excepciones</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Filtro de e&xcepciones...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Configurar Filtro de excepciones</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Configurar Filtro de excepciones</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro de excepciones</b><p>Configurar el filtro de excepciones. Durante una sesión de depuración solo se resaltan los tipos de excepción de la lista.</p><p>Por favor, note que se resaltarán todas las excepciones que no sean gestionadas, independientemente de la lista de filtros.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Alternar Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Alternar Punto de Interrupción</b><p>Inserta o elimina un punto de interrupción en la línea actual del editor actual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Editar Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Editar Punto de Interrupción (Breakpoint)...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editar Punto de Interrupción (Breakpoint)</b><p>Abre un diálogo para editar las propiedades de los breakpoints. Se aplica a la línea actual del editor actual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Siguiente Punto de Interrupción (Breakpoint)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Siguiente Breakpoint</b><p>Mueve el cursor al siguiente breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Breakpoint (Punto de interrupción) Anterior</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Punto de Interrupción (Breakpoint) Anterior</b><p>Mueve el cursor al anterior punto de interrupción.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Eliminar Puntos de Interrupción (Breakpoints)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Eliminar Puntos de Interrupción (Breakpoints)</b><p>Elimina todos los puntos de interrupción del editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Depurar</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>&Iniciar</translation> + <source>&Debug</source> + <translation>&Depurar</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>&Iniciar</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>Puntos de interrupción (&Breakpoints)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>El programa en depuración contiene un error de sintaxis no especificado.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Ha saltado una excepción que no ha sido manejada. Vea la ventana de shell para mas detalles.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>El programa en depuración ha terminado inesperadamente.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Error en la condición del Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Cobertura del Proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Cobertura del Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Profiling del proyecto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Profiling del script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>No hay script principal definido para el proyecto actual. La depuración no es posible.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Error en la Expresión a Examinar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>La expresión a Examinar ya existe</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Excepciones Ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>Excepciones &Ignoradas...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Configurar excepciones ignoradas</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Configurar excepciones ignoradas</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Excepciones ignoradas</b><p>Configurar las excepciones ignoradas. Durante una sesión de depuración se resaltarán solamente los tipos de excepción que no están en la lista.</p><p>Por favor, note que las excepciones no gestionadas no pueden ser ignoradas..</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>El archivo <b>{0}</b> contiene el error de sintaxis <b>{1}</b> en la línea<b>{2}</b>, carácter <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>El programa en depuración ha lanzado la excepción <b>{0}</b><br>"<b>{1}</b>"<br>Archivo: <b>{2}</b>, Línea: <b>{3}</b></p><p>¿Interrumpir aquí?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>El programa en depuración ha lanzado la excepción <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>La condición del punto de ruptura <b>{0},{1}</b> tiene un error de sintaxis.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>La expresión a examinar <b>{0}</b> contiene un error de sintaxis.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' ya existe.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Una expresión a examinar '<b>{0}</b>' para la variable <b>{1}</b> ya existe.</p></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation>Programa terminado</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation>Reiniciar</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation><b>Reiniciar</b><p>Establecer los argumentos de línea de comandos y la línea actual para que sea la primera sentencia del script que se depuró en último lugar. Si hay cambios sin guardar, pueden ser guardados primero.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation><b>Detener</b><p>Esto detiene el script que está corriendo en el backend del depurador.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation><p>El programa ha generado la señal "{0}".<br/>Archivo: <b>{1}</b>, Línea: <b>{2}</b></p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation><p>Mensaje: {0}</p></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation>Programa terminado</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation>Reiniciar</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation><b>Reiniciar</b><p>Establecer los argumentos de línea de comandos y la línea actual para que sea la primera sentencia del script que se depuró en último lugar. Si hay cambios sin guardar, pueden ser guardados primero.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation><b>Detener</b><p>Esto detiene el script que está corriendo en el backend del depurador.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation><p>El programa ha generado la señal "{0}".<br/>Archivo: <b>{1}</b>, Línea: <b>{2}</b></p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation><p>Mensaje: {0}</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>El programa ha terminato con estado de salida {0}.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> + <location filename="../Debugger/DebugUI.py" line="1067"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> ha terminado con estado de salida {1}.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> + <location filename="../Debugger/DebugUI.py" line="1075"/> <source>Message: {0}</source> <translation>Mensaje: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> + <location filename="../Debugger/DebugUI.py" line="1082"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>El programa ha terminado con estado de salida {0}. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>"{0}" ha terminado con estado de salida {1}. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6071,7 +6071,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6080,22 +6080,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation>Mover el Puntero de Instrucción hasta el Cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation>Saltar al &Cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation>Omitir el código desde la línea actual hasta la posición actual del cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Mover Puntero de Instrucción hasta el Cursor</b><p>Mover el puntero interno de instrucción de Python hasta la posición actual del cursor sin executar el código entre ambos puntos.</p><p>No es posible saltar fuera de una función o saltar a un bloque de código, por ej. un bucle. En estos casos, se imprime un error de mensaje a la ventana de log.</p></translation> </message> @@ -6555,47 +6555,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation>Iniciar Depurador</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation><p>No se ha encontrado un intérprete de {0} configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>No ha sido posible lanzar el extremo del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation>Proceso Padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation>Proceso hijo</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation>Fork del cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation>Seleccionar la rama de fork para continuar.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation>Error de Protocolo de Depuración</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.</p><p>Error: {0}</p><p>Datos:<br/>{0}</p></translation> </message> @@ -9231,877 +9231,877 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="682"/> - <source>Undo</source> - <translation>Deshacer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>Rehacer</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Deshacer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>Rehacer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Volver al último estado guardado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Cortar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Copiar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Cortar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Copiar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Pegar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Indentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Desindentar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Pasar a comentario</translation> + <source>Indent</source> + <translation>Indentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Sacar de comentario</translation> + <source>Unindent</source> + <translation>Desindentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Bloque de comentario</translation> + <source>Comment</source> + <translation>Pasar a comentario</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Caja de comentario</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> + <source>Uncomment</source> + <translation>Sacar de comentario</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Bloque de comentario</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Caja de comentario</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> + <location filename="../QScintilla/Editor.py" line="731"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Acortar las líneas vacías</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Usar fuente monoespaciada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>Autoguardar habilitado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation>Cerrar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation>Cerrar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation>Completar desde documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation>Completar desde APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation>Completar desde Documento y APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Verificar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Mostrar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>Métricas de código...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>Cobertura de código...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Mostrar anotaciones de cobertura de codigo</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Ocultar anotaciones de cobertura de codigo</translation> + <source>Code metrics...</source> + <translation>Métricas de código...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>Cobertura de código...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Mostrar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Ocultar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Datos de profiling...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Diagramas</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Diagrama de clases...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Diagrama de paquetes...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Diagrama de imports...</translation> + <source>Diagrams</source> + <translation>Diagramas</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Diagrama de clases...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Diagrama de paquetes...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Diagrama de imports...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Diagrama de aplicación...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Alternar marcador</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Nuevo marcador</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Marcador anterior</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Alternar marcador</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Nuevo marcador</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Marcador anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation>Ver el mensaje de error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> + <location filename="../QScintilla/Editor.py" line="1199"/> <source>Clear syntax error</source> <translation>Borrar error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Alternar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>Alternar punto de interrupción temporal</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Siguiente punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Punto de interrupción anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>Borrar todos los puntos de interrupción</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Siguiente línea sin cobertura</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>Anterior línea sin cobertura</translation> + <source>Clear all breakpoints</source> + <translation>Borrar todos los puntos de interrupción</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Siguiente línea sin cobertura</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>Anterior línea sin cobertura</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Nueva tarea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation>LMB (botón izquierdo del ratón) alterna marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <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="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>Exportar fuente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <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="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="2472"/> + <location filename="../QScintilla/Editor.py" line="2478"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2489"/> + <location filename="../QScintilla/Editor.py" line="2495"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2491"/> + <location filename="../QScintilla/Editor.py" line="2497"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2494"/> + <location filename="../QScintilla/Editor.py" line="2500"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <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="5206"/> + <location filename="../QScintilla/Editor.py" line="5213"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Todas las líneas han sido cubiertas.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Todas las líneas han sido cubiertas.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <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="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <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="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6514"/> + <location filename="../QScintilla/Editor.py" line="6521"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source>Drop Error</source> <translation>Error al soltar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Añadir archivo...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Añadir archivos...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Añadir archivo con un alias...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Añadir recursos localizados...</translation> + <source>Add file...</source> + <translation>Añadir archivo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Añadir archivos...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Añadir archivo con un alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Añadir recursos localizados...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>Añadir ventana de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6871"/> + <location filename="../QScintilla/Editor.py" line="6878"/> <source>Add file resource</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6887"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>Add file resources</source> <translation>Añadir archivo de recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Add aliased file resource</source> <translation>Añadir archivo de recursos con un alias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Package Diagram</source> <translation>Digrama de paquetes</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Include class attributes?</source> <translation>¿Incluir atributos de clase?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>Diagrama de imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>¿Incluir los imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Application Diagram</source> <translation>Diagrama de aplicación</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Consejo de llamada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Ayudas al tecleo habilitadas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Tipo de fin-de-línea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Codificaciones</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Suposición</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <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="7291"/> + <location filename="../QScintilla/Editor.py" line="7298"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="731"/> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Eliminar del diccionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <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="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <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="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <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="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <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="1196"/> + <location filename="../QScintilla/Editor.py" line="1202"/> <source>Next warning</source> <translation>Siguiente advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1199"/> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Anterior advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Mostrar mensaje de advertencia</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Limpiar advertencias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <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="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6172"/> - <source>Warning: {0}</source> - <translation>Advertencia: {0}</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>Advertencia: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <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="816"/> + <source>Open 'rejection' file</source> + <translation>Abrir archivo 'de rechazo'</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation>Cargar Diagrama...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation>Siguiente cambio</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation>Cambio anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation>Ordenar Líneas</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation>La selección contiene datos ilegales para una ordenación numérica.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation>Advertencia</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation>No hay mensajes de advertencia disponibles.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation>Estilo: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation>Nueva Vista de Documento</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation>Nueva Vista de Documento (con nueva división)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation>Herramientas</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation>Reabrir Con Codificación</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric6. ¿Desea volver a cargarlo?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation>Autocompletar habilitado</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation>Completo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation>Proveedor de Autocompletado</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation>Proveedor de Call-Tips</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation>Registrar Manejador de Clicks de Ratón</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation>Abrir archivo 'de rechazo'</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation>Cargar Diagrama...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation>Siguiente cambio</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation>Cambio anterior</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation>Ordenar Líneas</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation>La selección contiene datos ilegales para una ordenación numérica.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation>Advertencia</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation>No hay mensajes de advertencia disponibles.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation>Estilo: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation>Nueva Vista de Documento</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation>Nueva Vista de Documento (con nueva división)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation>Herramientas</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation>Reabrir Con Codificación</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric6. ¿Desea volver a cargarlo?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation>Autocompletar habilitado</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation>Completo</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation>Proveedor de Autocompletado</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation>Proveedor de Call-Tips</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation>Registrar Manejador de Clicks de Ratón</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation>Guardar Copia...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -40716,207 +40716,207 @@ <translation>Otro</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Leer archivo de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Leer las propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Guardar propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Leer sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Por favor guarde primero el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Guardar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Borrar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Guardar Tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Leer propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Borrar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Añadir lenguaje</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Borrar traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Agregar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>El directorio de destino no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Añadir directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>El directorio de origen no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Renombrar Archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Borrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Borrar directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Crear directorio de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>¿Agregar archivos existentes al proyecto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Seleccion el Sistema de control de versiones (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>¿Le gustaría editar las opciones de comando para VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Ninguno</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Seleccione el sistema de control de versiones para el proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Abrir proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Guardar proyecto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Cerrar Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>El proyecto actual tiene cambios sin guardar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Se detectaron errores de sintaxis</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform> @@ -40924,577 +40924,577 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>&Nuevo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Generar un nuevo proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Abrir un proyecto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Cerrar proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Cerrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Cierra el proyecto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Cerrar proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Cerrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Cierra el proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Guardar proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>&Guardar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Guarda el proyecto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Guardar proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>&Guardar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Guarda el proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Guardar el proyecto actual en un nuevo archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Agregar archivos al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>&Agregar archivos...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Agregar archivos al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>&Agregar archivos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Añadir archivos al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Agregar directorio al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Agregar directorio...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Agregar directorio al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Agregar directorio...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Agregar directorio al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation>Añadir traducción al proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Añadir &Traducción...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Añadir &Traducción...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Añadir una traducción al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Buscar archivos nuevos</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>Bus&car archivos nuevos...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Buscar nuevos archivos...</b><p>Busca nuevos archivos (fuentes, *.ui, *.idl) en el directorio del proyecto y en los subdirectorios registrados.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation>Propiedades del proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Propiedades...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation>Propiedades del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Propiedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Ver las propiedades del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>Propiedades del usuario del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>Propiedades del &Usuario...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>Propiedades del &Usuario...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Muestra propiedades del proyecto específicas del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Asociación de tipos de archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Asociación de tipos de archivo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Ver las asociaciones del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociaciones de Tipo de Archivo...</b><p>Muestra un diálogo para editar las asociaciones de los tipos de archivos del proyecto. Estas asociaciones determinan el tipo (fuente, formulario, interfaz u otras) con un patrón de nombres de archivo. Se usan cuando se añade un archivo al proyecto y cuando se realiza una búsqueda de nuevos archivos.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>Propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>&Propiedades del depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Muestra las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>Propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>&Propiedades del depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Muestra las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation>Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Cargar las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation>Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>&Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Cargar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Guardar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Guardar propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>Guardar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Guardar propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Borrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Borrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Borrar las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation>Borrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Borrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Borrar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Restablecer las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Reiniciar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Restablecer las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Cargar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Cargar archivo de sesión de proyectos.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Cargar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Cargar archivo de sesión de proyectos.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Guardar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Guardar archivos de sessión de proyecto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Guardar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Guardar archivos de sessión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Borrar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Borrar el archivo de sesión de proyecto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Borrar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Borrar el archivo de sesión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Métricas de código</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>Métricas de &código...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Muestra algunas métricas del código para este proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Cobertura de Código Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>Co&bertura de código...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Muestra información de cobertura de código para el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Datos de perfil</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>Datos de &pefil...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Mostrar datos de profiling para el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Diagrama de Aplicación</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>Diagrama de &Aplicación...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Mostrar diagrama del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama de Aplicación...</b><p>Muestra un diagrama del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Crear Lista del Paquete</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation>Crear &Package List</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Crear Archivo de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Abrir Proyectos &Recientes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>Control de &Versiones</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>Veri&ficar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>V&er</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Sesión</translation> + <source>Open &Recent Projects</source> + <translation>Abrir Proyectos &Recientes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>Control de &Versiones</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>Origen de &Documentación</translation> + <source>Chec&k</source> + <translation>Veri&ficar</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Depurador</translation> + <source>Sho&w</source> + <translation>V&er</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>Origen de &Documentación</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Empa&quetadores</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Buscar nuevos archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>No se han encontrado nuevos archivos para ser añadidos.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Sistema de control de versiones</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Datos de Cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>PKGLIST</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>No hay script principal definido para el proyecto actual. Abortando...</translation> </message> @@ -41504,42 +41504,42 @@ <translation>Registrando Tipo de Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation>Crear &Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Debe especificar primero un patrón de traducción.</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Patrón de Traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Asociaciones de Analizador Léxico</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Asociaciones de Analizador Léxico...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Asociaciones de Analizador Léxico ...</b><p>Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.</p></translation> </message> @@ -41559,127 +41559,127 @@ <translation>Archivos Python3 (*.py *.py3);;Archivos de GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de traducción seleccionado <b>{0}</b> no ha podido ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser renombrado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>El directorio seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>El directorio de proyecto <b>{0}</b> no pudo ser creado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Deshabilitando control de versiones.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser creado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>El fichero<b>{0}</b> no ha podido ser almacenado en el archivo. Va a ser ignorado.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido se añadido a <b>{1}</b>.</p><p>Razón: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El directorio de destino <b>{0}</b> no ha podido ser creado.</p><p>Razón: {1}</p></translation> </message> @@ -41689,32 +41689,32 @@ <translation>Archivos Python2(*.py2);;Archivos de GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation>Crear script principal</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>El script principal <b>{0}</b> no se ha podido crear.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation>Cargar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation>&Cargar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation>CArgar diagrama desde archivo.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Cargar Diagrama...</b><p>Carga un diagrama desde un archivo.</p></translation> </message> @@ -41744,37 +41744,37 @@ <translation>Consola PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Crear un archivo inicial PKGLIST para un plugin para eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Crear Package List</b><p>Crea una lista inicial de archivos para incluir en un archivo de plugin para eric6. Esta lista se crea a partir del archivo de proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation>Crear ficheros para archivo de plugin de eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Crear Archivo de Plugin</b><p>Crea ficheros para archivo de plugin de eric6 utilizando el listado de ficheros proporcionados en un archivo PKGLIST*. El nombre de archivo se crea a partir del nombre del script principal si no se desinga uno en el archivo de lista de package.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin de eric6 <b>{0}</b> no ha podido ser creado. Abortando...</p><p>Razón: {1}</p></translation> </message> @@ -41794,108 +41794,108 @@ <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation>Crear directorio de gestión del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>El directorio del proyecto <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation>Bucar un archivo en el listado de archivos del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Buscar Archivo en el Proyecto</b><p>Busca un archivo en el listado de archivos del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation>Buscar Archivo en Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation>Buscar Archivo en Proyecto...</translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation>Crear Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Crear Archivos de Plugin (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Crear Archivos de Plugin (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Crear Archivos de Plugin (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Crear ficheros para archivo de plugin de eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Crear Archivos de Plugin (Snapshot)</b><p>Crea ficheros para archivo de plugin de eric6 usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation>Seleccionar package lists:</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation>Creando archivos de plugin...</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation>Abortar</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation>%v/%m Archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser leído.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado con errores.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado correctamente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>El archivo <b>{0}</b> todavía no está listo.</p><p>Por favor, revíselo y borre la línea '; initial_list' del encabezado.</p></translation> </message> @@ -53168,51 +53168,51 @@ <translation>Comenzar ejecución de cobertura</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Línea de comandos:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzca los parámetros de la línea de comandos</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Línea de comandos</b> <p>Introduzca los parámetros en este campo.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directorio de &Trabajo:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Introduzca el directorio de trabajo</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directorio de trabajo</b> <p>Introduzca el directorio de trabajo de la aplicación a depurar. Déjelo en blanco para establecer el directorio de trabajo como el directorio del ejecutable.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Entorno:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Introduzca las variables de entorno a establecer.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53221,81 +53221,97 @@ <p>Ejemplo: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> <source>Select this to erase the collected coverage information</source> <translation>Seleccionar para borrar la información recogida de cobertura</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation><b>Borrar información de cobertura</b> <p>Seleccionar para borrar la información recogida de cobertura antes de la siguiente ejecución de cobertura.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>Borrar información de &cobertura</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarcar para deshabilitar informes de excepciones</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Informar de excepciones</b> <p>Desmarcar para deshabilitar el informe de excepciones.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar de &excepciones</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Seleccionar para limpiar la pantalla de la ventana de intérprete</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Limpiar ventana del intérprete</b><p>Limpia la ventana del intérprete antes de empezar el cliente de depuración.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Limpiar ventana de &intérprete</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleccionar para iniciar el depurador en una ventana de consola</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Iniciar en consola</b> <p>Seleccionar para iniciar el depurador en una ventana de consola. El comando de consola debe ser configurado en Depurador-&gt;Página General</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation>Iniciar en consola</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -53305,12 +53321,12 @@ <translation>Comenzar depuración</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Introduzca las variables de entorno a establecer.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53319,200 +53335,221 @@ <p>Ejemplo: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Entorno:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Introduzca el directorio de trabajo</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directorio de trabajo</b> <p>Introduzca el directorio de trabajo de la aplicación a depurar. Déjelo en blanco para establecer el directorio de trabajo como el directorio del ejecutable.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directorio de &Trabajo:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzca los parámetros de la línea de comandos</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Línea de comandos</b> <p>Introduzca los parámetros en este campo.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>Línea de coman&dos:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarcar para deshabilitar informes de excepciones</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Informar de excepciones</b> <p>Desmarcar para deshabilitar el informe de excepciones.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar de &excepciones</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>Seleccionar para trazar dentro de la biblioteca de Python</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>&Trazar dentro de bibliotecas del intérprete</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>Seleccionar para trazar dentro de la biblioteca de Python</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Seleccionar para limpiar la pantalla de la ventana de intérprete</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>&Trazar dentro de bibliotecas del intérprete</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>Limpiar ventana del intérprete</b><p>Limpia la ventana del intérprete antes de empezar el cliente de depuración.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+T</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Seleccionar para limpiar la pantalla de la ventana de intérprete</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Limpiar ventana del intérprete</b><p>Limpia la ventana del intérprete antes de empezar el cliente de depuración.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>Limpiar ventana de &intérprete</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> <source>Select to not stop the debugger at the first executable line.</source> <translation>Seleccionar para no parar el depurador en la primera línea ejecutable.</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>No detener el la primera línea</b><p>Hace que el depurador no se detenga en la primera línea ejecutable.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>No detener en la primera línea</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>No detener el la primera línea</b><p>Hace que el depurador no se detenga en la primera línea ejecutable.</p></translation> + <source>Select to start the debugger in a console window</source> + <translation>Seleccionar para iniciar el depurador en una ventana de consola</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>No detener en la primera línea</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation>Seleccionar para iniciar el depurador en una ventana de consola</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Iniciar en consola</b> <p>Seleccionar para iniciar el depurador en una ventana de consola. El comando de consola debe ser configurado en Depurador-&gt;Página General</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>Iniciar en consola</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source>Forking</source> <translation>Haciendo un fork</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> <source>Select to go through the fork without asking</source> <translation>Seleccionar para ir a través del fork sin preguntar</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Fork sin pausa</b> <p>Seleccionar para ir a traves del fork sin preguntar, basando la decisión sobre el fork en la selección Padre/Hijo.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> <source>Fork without pausing</source> <translation>Fork sin pausa</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> <source>Select to debug the child process after forking</source> <translation>Seleccionar para depurar el proceso hijo despues del fork</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Depurar Proceso Hijo</b> <p>Seleccionar para depurar el proceso hijo despues del fork. Si no se selecciona, se depurará el proceso padre. No tiene efecto si no se selecciona 'fork sin pausa'.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>Seguir Proceso Hijo</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Borrar Histórico</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation>Editar Historial</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation>Línea de Comando</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation>Directorio de trabajo</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation>Entorno</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation>Seleccionar el listado de historial a editar:</translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -53598,12 +53635,12 @@ <translation>Comenzar profiling</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Introduzca las variables de entorno a establecer.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53612,120 +53649,136 @@ <p>Ejemplo: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Entorno:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Introduzca el directorio de trabajo</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directorio de trabajo</b> <p>Introduzca el directorio de trabajo de la aplicación a depurar. Déjelo en blanco para establecer el directorio de trabajo como el directorio del ejecutable.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directorio de &Trabajo:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzca los parámetros de la línea de comandos</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Línea de comandos</b> <p>Introduzca los parámetros en este campo.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Línea de comandos:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source>Select this to erase the collected timing data</source> <translation>Seleccionar para borrar la información recogida de tiempos</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation><b>Borrar datos de timing</b> <p>Seleccionar para borrar los datos recogidos de timing antes de la siguiente ejecución de cobertura.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Borrar datos de &timing</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarcar para deshabilitar informes de excepciones</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Informar de excepciones</b> <p>Desmarcar para deshabilitar el informe de excepciones.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar de &excepciones</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Seleccionar para limpiar la pantalla de la ventana de intérprete</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Limpiar ventana del intérprete</b><p>Limpia la ventana del intérprete antes de empezar el cliente de depuración.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Limpiar ventana de &intérprete</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleccionar para iniciar el depurador en una ventana de consola</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Iniciar en consola</b> <p>Seleccionar para iniciar el depurador en una ventana de consola. El comando de consola debe ser configurado en Depurador-&gt;Página General</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation>Iniciar en consola</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -53735,51 +53788,51 @@ <translation>Comenzar ejecución</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>Línea de co&mandos:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzca los parámetros de la línea de comandos</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Línea de comandos</b> <p>Introduzca los parámetros en este campo.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directorio de &Trabajo:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Introduzca el directorio de trabajo</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directorio de trabajo</b> <p>Introduzca el directorio de trabajo de la aplicación a depurar. Déjelo en blanco para establecer el directorio de trabajo como el directorio del ejecutable.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Entorno:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Introduzca las variables de entorno a establecer.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53788,98 +53841,114 @@ <p>Ejemplo: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarcar para deshabilitar informes de excepciones</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Informar de excepciones</b> <p>Desmarcar para deshabilitar el informe de excepciones.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar de &excepciones</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Seleccionar para limpiar la pantalla de la ventana de intérprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Limpiar ventana del intérprete</b><p>Limpia la ventana del intérprete antes de empezar el cliente de depuración.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Limpiar ventana de &intérprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleccionar para iniciar el depurador en una ventana de consola</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Iniciar en consola</b> <p>Seleccionar para iniciar el depurador en una ventana de consola. El comando de consola debe ser configurado en Depurador-&gt;Página General</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>Iniciar en consola</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="220"/> <source>Forking</source> <translation>Haciendo un fork</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> <source>Select to go through the fork without asking</source> <translation>Seleccionar para ir a través del fork sin preguntar</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Fork sin pausa</b> <p>Seleccionar para ir a traves del fork sin preguntar, basando la decisión sobre el fork en la selección Padre/Hijo.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> <source>Fork without pausing</source> <translation>Fork sin pausa</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> <source>Select to debug the child process after forking</source> <translation>Seleccionar para depurar el proceso hijo despues del fork</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Depurar Proceso Hijo</b> <p>Seleccionar para depurar el proceso hijo despues del fork. Si no se selecciona, se depurará el proceso padre. No tiene efecto si no se selecciona 'fork sin pausa'.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>Seguir Proceso Hijo</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_fr.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_fr.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5500,30 +5500,30 @@ <translation>modifiée</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Connexion en provenance d'un hote illégal</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> <translation>Non connecté</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5542,267 +5542,267 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Lancer le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>&Lancer le script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Lance le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Lancer le script</b><p>Entrer les arguments de la ligne de commande et lancer le script sans le débogueur. Si le script a des modifications, elles doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Lancer le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Lancer &projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Lance le projet courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Lancer le projet</b><p>Entrer les arguments de la ligne de commande et lancer le projet sans le débogueur. Si des fichiers du projet on été modifiés ils doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Lancer le script en mode Coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Lancer le script en mode Coverage...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Lance le script courant en mode Coverage</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Lance le script courant en mode Coverage</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Lancement du script en mode Coverage</b><p>Indiquer les paramètres de la ligne de commande et lancer le script en exploitant les outils d'analyse 'Coverage'. Si le fichier a été modifié, il doit être sauvé avant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Lancer le projet en mode Coverage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Lancer le projet en mode Coverage...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Lance le projet courant en mode coverage</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Lance le projet courant en mode coverage</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Lancement du projet en mode Coverage</b><p>Indiquer les paramètres de la ligne de commande et lancer le projet courant en exploitant les outils d'analyse 'Coverage'. Si des fichiers du projet ont été modifiés, ils doivent être sauvés avant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Profiler le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Profiler le script....</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Profiler le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profiler le script</b><p>Entrer les arguments de la ligne de commande et profiler le script. Si le script a subi des modifications, celles-ci doivent d'abord être enregistrées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Profiler le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Profiler le projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Profile le projet courant</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Profile le projet courant</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profiler le projet</b><p>Entrer les arguments de la ligne de commande et profiler le projet. Si des fichiers du projet ont été modifiés, ils doivent d'abord être enregistrés.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Déboguer le script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Déboguer le script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Débogue le script courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Deboguer le script</b><p>Entrer les arguments de la ligne de commande et donner la ligne qui correspond à la première instruction Python. Si le fichier a été modifié, il doit d'abord être sauvé.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Déboguer le projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>Déboguer le &Projet...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Déboguer le projet en cours</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Déboguer le projet en cours</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Deboguer le projet</b><p>Entrer les arguments de la ligne de commande et donner la ligne correspondant à la première instruction Python du script principal du projet en cours.Si des fichiers du projet ont été modifiés, ils doivent d'abord être sauvés.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Relance le dernier script débogué</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Continuer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Continuer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Continuer le programme à partir de la ligne courante</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Continuer le programme à partir de la ligne courante</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continuer</b><p>Continue le programme à partir de la ligne courante. Le programme s'arrêtera à la fin si aucun point d'arrêt n'est rencontré.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Instruction suivante (Single Step)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>Instruction &suivante (Single Step)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Execute une seule instruction Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Un seul Pas</b><p>Execute une seule instruction Python. Si l'instruction est dans un <tt>import</tt> , un constructeur de classe, ou un appel à une méthode ou à une fonction, alors le contrôle est rendu au débogueur à l'instruction suivante.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Bloc d'instructions suivant (Step Over)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>&Bloc d'instructions suivant (Step Over)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Execute une seule instruction Python en restant dans le même niveau d'instructions</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Bloc suivant</b><p>Execute une seule instruction Python en restant au même niveau (profondeur) d'instructions. Si l'instruction est dans un <tt>import</tt> , un constructeur de classe, ou un appel à une méthode ou à une fonction, alors le contrôle est rendu au débogueur quand l'instruction est terminée.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Sortie du bloc (Step Out)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Sortie du bloc (Step &Out)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Débogue les instructions Python à partir de la sortie du bloc courant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Sortie du Bloc (Step Out)</b><p>Débogue les instructions Python à partir de la sortie du bloc courant. Si les instructions sont dans un <tt>import</tt> , un constructeur de classe, ou dans une méthode ou une fonction, alors le contrôle est rendu au débogueur au début du bloc suivant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>&Arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Arrêter le débogage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Arrêt</b><p>Arrête le débogage courant.</p></translation> </message> @@ -5842,127 +5842,127 @@ <translation type="obsolete"><b>Execution</b><p>Execution d'une ligne d'instruction dans le contexte courant du programme débogué.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Filtre d'exceptions</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Filtre d'&exceptions...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Configuration du filtre d'exceptions</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Configuration du filtre d'exceptions</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtre d'exceptions</b><p>Configuration du filtre d'exceptions. Seuls les types d'exceptions listés sont signalés pendant le débogage.</p><p>Notez que toutes les exceptions non prises en charge sont signalés, indépendamment de la liste de filtres.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Placer/Supprimer un point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Placer/supprimer un point d'arrêt</b><p>Place ou enlève un point d'arrêt sur la ligne courante de l'éditeur en cours.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Edition Point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation type="unfinished">Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Edition Point d'arrêt</b><p>Edite les propriétés des points d'arrêt au travers d'une boite de dialogue. Ceci s'applique à la ligne courante de l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Point d'arrêt suivant</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Point d'arrêt suivant</b><p>Avance au point d'arrêt suivant dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Point d'arrêt précédent</b><p>Remonte au point d'arrêt précédent dans l'éditeur courant.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Suppression des point d'arrêts</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Suppression des points d'arrêts</b><p>Supprime les points d'arrêts de tous les éditeurs.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Point d'arrêts</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Le programme débogué contient une erreur de syntaxe non identifiée.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Une erreur imprévue est apparue. Regardez les détails dans la fenêtre shell.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Le programme débogué s'est terminé de façon prématurée.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Coverage du projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Coverage du Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Profil du projet</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Profil du Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Débogage impossible.</translation> </message> @@ -5977,90 +5977,90 @@ <translation type="obsolete">Entrer une instruction à exécuter</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Continuer jusqu'au curseur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Continuer &jusqu'au curseur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Continue le programme en cours de la ligne en cours jusqu'à la position du curseur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuer jusqu'au curseur</b><p>Continue le programme depuis la ligne courante jusqu'au curseur.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Filtre sur les types de variables</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>Filtre sur les types de varia&bles...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Configurer le filtre de variables</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Configurer le filtre de variables</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtre de Variables</b><p>Configure le filtre de variables. Seuls les types de variables non sélectionnés sont affichés dans la fenêtre des variables globales (resp. locales) pendant la session de débogage.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Erreur de condition pour le point d'arrêt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Débogage</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> + <source>&Debug</source> + <translation>&Débogage</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="598"/> <source>&Start</source> <translation>&Lancer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Lancer</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Débogage</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Arrête le run en cours.</translation> </message> @@ -6070,170 +6070,170 @@ <translation type="obsolete"><b>Evaluer</b><p>Evalue une expression dans le contexte courant du programme débogué. Le résultat est affiché dans la fenêtre Shell</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Erreur dans l'expression</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>L'expression existe déjà</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Exceptions ignorées</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>Exceptions &ignorées...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Configuration des exceptions ignorées</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Configuration des exceptions ignorées</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Exceptions ignorées</b><p>Configuration des exceptions ignorées. Seuls les types d'exception non listés seront indiqués pendant le débogage.</p><p>Les exceptions non gérées ne pourront pas être ignorées.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation type="unfinished">Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation type="unfinished">Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"><p>L'expression de contrôle '<b>{0}</b>' existe déjà.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"><p>L'expression de contrôle '<b>{0}</b>' pour la variable <b>{1}</b> existe déjà.</p></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6693,47 +6693,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">Démarrage du débogueur</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9543,92 +9543,92 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="682"/> + <location filename="../QScintilla/Editor.py" line="688"/> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="685"/> + <location filename="../QScintilla/Editor.py" line="691"/> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="688"/> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Couper</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Copier</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Couper</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Coller</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Indenter</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Désindenter</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Commenter</translation> + <source>Indent</source> + <translation>Indenter</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Décommenter</translation> + <source>Unindent</source> + <translation>Désindenter</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Commentaire type "Stream"</translation> + <source>Comment</source> + <translation>Commenter</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Commentaire type "Bloc"</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Sélection parenthèses</translation> + <source>Uncomment</source> + <translation>Décommenter</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Commentaire type "Stream"</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Commentaire type "Bloc"</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Sélection parenthèses</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> + <location filename="../QScintilla/Editor.py" line="731"/> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Raccourcir les lignes vides</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Langages</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Utiliser une police monospacée</translation> </message> @@ -9638,422 +9638,422 @@ <translation type="obsolete">Autocomplétion activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Vérification</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Afficher...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation>Fermer</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation>Fermer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> + <location filename="../QScintilla/Editor.py" line="892"/> <source>Code metrics...</source> <translation>Statistiques du code...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="887"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Code coverage...</source> <translation>Code coverage...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="895"/> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Profiler les données...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Placer/supprimer un signet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Signet suivant</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Signet précédent</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Placer/supprimer un signet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Signet suivant</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Signet précédent</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Effacer tous les signets</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Placer/supprimer un point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Point d'arrêt suivant</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>Effacer tous les points d'arrêts</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1240"/> - <source>LMB toggles bookmarks</source> - <translation>Le click principal place des signets</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1244"/> - <source>LMB toggles breakpoints</source> - <translation>Le click principal place les points d'arrêts</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation>Modification de la lecture seule</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="2472"/> - <source>Printing...</source> - <translation>Impression....</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation>Impression terminée</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation>Erreur durant l'impression</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation>Impression abandonnée</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2907"/> - <source>Open File</source> - <translation>Ouvrir Fichier</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3070"/> - <source>Save File</source> - <translation>Enregistrer Fichier</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation>Fichier Modifié</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <source>Autocompletion</source> - <translation>Autocompletion</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <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="5206"/> - <source>Disable breakpoint</source> - <translation>Désactiver le point d'arrêt</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Code Coverage</source> - <translation>Code Coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Please select a coverage file</source> - <translation>Sélectionner un fichier coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Profile Data</source> - <translation>Profiler de données</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Please select a profile file</source> - <translation>Sélectionner un fichier profile</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Macro Name</source> - <translation>Nom de la macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Select a macro name:</source> - <translation>Sélectionner un nom de macro:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Macro files (*.macro)</source> - <translation>Fichier Macro (*.macro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6261"/> - <source>Load macro file</source> - <translation>Charger un fichier macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6284"/> - <source>Error loading macro</source> - <translation>Erreur lors du chargement de la macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Save macro file</source> - <translation>Enregistrer le fichier macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <source>Save macro</source> - <translation>Enregistrer la macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6337"/> - <source>Error saving macro</source> - <translation>Erreur lors de l'enregistrement de la macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6350"/> - <source>Start Macro Recording</source> - <translation>Démarrer l'enregistrement de la macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Macro Recording</source> - <translation>Enregistrement de macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Enter name of the macro:</source> - <translation>Entrer le nom de la macro:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6514"/> - <source>File changed</source> - <translation>Fichier modifié</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="751"/> - <source>Autosave enabled</source> - <translation>Sauvegarde automatique activée</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1189"/> - <source>Goto syntax error</source> - <translation>Aller à l'erreur de syntaxe suivante</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Supprimer les flags d'erreurs de syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source>Drop Error</source> - <translation>Erreur de suppression</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1191"/> - <source>Show syntax error message</source> - <translation>Afficher le message d'erreur de syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>Syntax Error</source> - <translation>Erreur de syntaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>No syntax error message available.</source> - <translation>Aucun message d'erreur de syntaxe..</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1208"/> - <source>Toggle temporary breakpoint</source> - <translation>Placer/Supprimer un point d'arret temporaire</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Afficher les annotations de code coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Masquer les annotations de code coverage</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Ligne non executée suivante</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> + <source>Clear all breakpoints</source> + <translation>Effacer tous les points d'arrêts</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>LMB toggles bookmarks</source> + <translation>Le click principal place des signets</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>LMB toggles breakpoints</source> + <translation>Le click principal place les points d'arrêts</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation>Modification de la lecture seule</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="2478"/> + <source>Printing...</source> + <translation>Impression....</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation>Impression terminée</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation>Erreur durant l'impression</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation>Impression abandonnée</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2913"/> + <source>Open File</source> + <translation>Ouvrir Fichier</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3076"/> + <source>Save File</source> + <translation>Enregistrer Fichier</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation>Fichier Modifié</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <source>Autocompletion</source> + <translation>Autocompletion</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <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="5213"/> + <source>Disable breakpoint</source> + <translation>Désactiver le point d'arrêt</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation>Code Coverage</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Please select a coverage file</source> + <translation>Sélectionner un fichier coverage</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Profile Data</source> + <translation>Profiler de données</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Please select a profile file</source> + <translation>Sélectionner un fichier profile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Macro Name</source> + <translation>Nom de la macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Select a macro name:</source> + <translation>Sélectionner un nom de macro:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Macro files (*.macro)</source> + <translation>Fichier Macro (*.macro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6268"/> + <source>Load macro file</source> + <translation>Charger un fichier macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6291"/> + <source>Error loading macro</source> + <translation>Erreur lors du chargement de la macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Save macro file</source> + <translation>Enregistrer le fichier macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <source>Save macro</source> + <translation>Enregistrer la macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <source>Error saving macro</source> + <translation>Erreur lors de l'enregistrement de la macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6357"/> + <source>Start Macro Recording</source> + <translation>Démarrer l'enregistrement de la macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Macro Recording</source> + <translation>Enregistrement de macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Enter name of the macro:</source> + <translation>Entrer le nom de la macro:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation>Fichier modifié</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="757"/> + <source>Autosave enabled</source> + <translation>Sauvegarde automatique activée</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1195"/> + <source>Goto syntax error</source> + <translation>Aller à l'erreur de syntaxe suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Supprimer les flags d'erreurs de syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation>Erreur de suppression</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1197"/> + <source>Show syntax error message</source> + <translation>Afficher le message d'erreur de syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation>Erreur de syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation>Aucun message d'erreur de syntaxe..</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1214"/> + <source>Toggle temporary breakpoint</source> + <translation>Placer/Supprimer un point d'arret temporaire</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Afficher les annotations de code coverage</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Masquer les annotations de code coverage</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Ligne non executée suivante</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Toutes les lignes ont été executées.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Toutes les lignes ont été executées.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Diagrammes</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Diagramme des classes...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Diagramme des packages...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Diagramme des modules...</translation> + <source>Diagrams</source> + <translation>Diagrammes</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Diagramme des classes...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Diagramme des packages...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Diagramme des modules...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Diagramme de l'application...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Pas de langage</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Ajouter un fichier...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Ajouter des fichiers...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Ajouter un fichier alias...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Ajouter une ressource localisée...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6871"/> - <source>Add file resource</source> - <translation>Ajoute un fichier ressource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6887"/> - <source>Add file resources</source> - <translation>Ajoute des fichiers ressources</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Add aliased file resource</source> - <translation>Ajoute un alias de fichier ressource</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Package Diagram</source> - <translation>Diagramme de package</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Include class attributes?</source> - <translation>Inclure les attributs de classes ?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Application Diagram</source> - <translation>Diagramme de l'application</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Include module names?</source> - <translation>Inclure les noms de modules ?</translation> + <source>Add file...</source> + <translation>Ajouter un fichier...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Ajouter des fichiers...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Ajouter un fichier alias...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Ajouter une ressource localisée...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation>Ajoute un fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation>Ajoute des fichiers ressources</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation>Ajoute un alias de fichier ressource</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Package Diagram</source> + <translation>Diagramme de package</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation>Inclure les attributs de classes ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Application Diagram</source> + <translation>Diagramme de l'application</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation>Inclure les noms de modules ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <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> @@ -10063,52 +10063,52 @@ <translation type="obsolete">Autocomplétion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">à partir du document</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">à partir des fichiers API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">à partir du document et des fichiers API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1229"/> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Tâche précédente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Exporter en tant que</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>Exportation de source</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>No export format given. Aborting...</source> <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> @@ -10118,317 +10118,317 @@ <translation type="obsolete">Dynamique</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Aide à la frappe activée</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Type de fin de ligne</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Encodings</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Suggestion</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7291"/> + <location filename="../QScintilla/Editor.py" line="7298"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="731"/> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Supprimer du dictionnaire</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b> a des modifications non enregistrées. </p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1196"/> + <location filename="../QScintilla/Editor.py" line="1202"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1199"/> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6172"/> - <source>Warning: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <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="816"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation type="unfinished">Warning</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation type="unfinished">Outils</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation type="unfinished">Warning</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation type="unfinished">Outils</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -41408,492 +41408,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Lire un fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Enregistrer le fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Lire la session du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Ajouter un répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Suppression de fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Ouvir un projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Enregistrer le projet sous</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> + <location filename="../Project/Project.py" line="3779"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> - <source>&New...</source> - <translation>&Nouveau...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3549"/> + <source>&New...</source> + <translation>&Nouveau...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Génerer un nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Ouvrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Ouvrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Ouvrir un projet existant</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Fermer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Fermer le projet en cours</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Fermer le projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Fermer le projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Enregistrer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Enregistre le projet courant</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Enregistrer le projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Enregistre le projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Enregistre le projet en cours dans un nouveau fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add translation to project</source> - <translation>Ajouter une traduction au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Ajouter une &traduction...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add translation to project</source> + <translation>Ajouter une traduction au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Ajouter une &traduction...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Ajoute une traduction au projet en cours</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>Re&chercher des nouveaux fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3690"/> <source>Project properties</source> <translation>Propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Propriétés...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Affiche les propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Charger la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Charge le fichier de session du projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Charger la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Charge le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Enregistrer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Enregistre le fichier de session du projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Enregistrer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Enregistre le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Statistiques du code</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>Statistiques du &Code...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Affiche des statistiques sur le code du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation> Code Coverage Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>Code Co&verage...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Affiche les informations de code coverage pour le projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Profiling des données</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Profiling des données...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Affiche le profiling des données du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>&Diagramme de l'application...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Affiche le diagramme de l'application.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Ouvrir un projet &récent</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Diagrammes</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>&Vérification</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>&Contrôle de version</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>&Affichage</translation> + <source>Open &Recent Projects</source> + <translation>Ouvrir un projet &récent</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Diagrammes</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> + <source>Chec&k</source> + <translation>&Vérification</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>&Contrôle de version</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4018"/> + <source>Sho&w</source> + <translation>&Affichage</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> <source>Source &Documentation</source> <translation>&Documentation automatique</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>Aucun fichier à ajouter n'a été trouvé.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Système de conrôle des versions (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Ajouter un répertoire au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Ajouter un répertoire...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Ajouter un répertoire au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Ajouter un répertoire...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Ajouter un répertoire au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Supprime la session de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Supprimer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Suppression du fichier session de projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Supprimer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Suppression du fichier session de projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> @@ -41903,7 +41903,7 @@ <translation type="obsolete">Fichiers Ruby (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Chercher des nouveaux fichiers...</b><p>Cette commande recherche des nouveaux fichiers (sources, *.ui, *.idl) dans le répertoire projet et dans les sous-répertoires enregistrés.</p></translation> </message> @@ -41918,247 +41918,247 @@ <translation>Autre</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Suppression répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Tâches lues</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Tâches enregistrées</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Lecture des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Enregistrement des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Suppression des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> + <location filename="../Project/Project.py" line="3754"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>Débogueur & Propriétés...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Affichage des propriétés du débogueur</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>Débogueur & Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Affichage des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3767"/> <source>Load</source> <translation>Charger</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Charger les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Enregistrer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Supprimer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>Reset</source> - <translation>Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Réinitialise des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + <source>&Load</source> + <translation>&Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Charger les propriétés du débogueur</translation> </message> <message> <location filename="../Project/Project.py" line="3779"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Enregistrer les propriétés du débogueur</translation> </message> <message> <location filename="../Project/Project.py" line="3791"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Supprimer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Reset</source> + <translation>Réinitialiser</translation> </message> <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Réinitialise des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4019"/> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Création de pac&kage</translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Ajouter des fichiers au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>Ajouter des &fichiers...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Ajouter des fichiers au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>Ajouter des &fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Ajouter des fichiers au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Fichiers projets (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Lire les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Enregistrer les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>User project properties</source> - <translation>Propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>Propriétés &Utilisateur...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>User project properties</source> + <translation>Propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>Propriétés &Utilisateur...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Erreurs de syntaxe détectées</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -42166,22 +42166,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Création de la liste de package</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished">Création de l'&archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Création de l'archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> @@ -42191,22 +42191,22 @@ <translation type="obsolete"><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Auncun</translation> </message> @@ -42216,42 +42216,42 @@ <translation>Enregistrement du type de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> </message> @@ -42271,127 +42271,127 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42401,32 +42401,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished">Charger le diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -42456,37 +42456,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Créé le fichier d'archive pour un plugin eric4. {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42506,83 +42506,83 @@ <translation type="unfinished">Plugin Eric4 {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -42592,27 +42592,27 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -53941,122 +53941,110 @@ <translation>Lancement en mode coverage</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Ligne de commande:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Entrer les paramètres de la ligne de commande</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Ligne de commande</b> <p>Entrer les paramètres de la ligne de commande dans ce champ.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Répertoire de &travail:</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Sélectionner un répertoire en utilisant une boite de dialogue</translation> + <source>Select this to erase the collected coverage information</source> + <translation>Cocher pour effacer les informations de coverage collectées</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Sélection de répertoire</b> -<p>Selection du répertoire de travail via une boite de dialogue.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation><b>Effacer les informations de coverage</b> +<p>Cocher pour effacer les statistiques de coverage collectées, avant de lancer un nouveau run coverage.</p></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Entrer le répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Répertoire de travail</b> <p>Entrer le nom du répertoire de travail de l'application à déboguer. Laisser vide pour que le répertoire de travail soit le répertoire des executables.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Environnement:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Décocher pour désactiver le rapport d'exceptions</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Rapport d'exceptions</b> <p>Décocher pour désactiver le rapport d'exceptions.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Rapport d'&exceptions</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> + <source>Erase &coverage information</source> + <translation>Effacer les statistiques de &Coverage</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> + <source>Alt+C</source> + <translation>Alt+C</translation> + </message> + <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> - <translation>Cocher pour effacer les informations de coverage collectées</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> - <source><b>Erase coverage information</b> -<p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation><b>Effacer les informations de coverage</b> -<p>Cocher pour effacer les statistiques de coverage collectées, avant de lancer un nouveau run coverage.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> - <source>Erase &coverage information</source> - <translation>Effacer les statistiques de &Coverage</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> - <source>Alt+C</source> - <translation>Alt+C</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Effacer la fenêtre de l'interpréteur</b><p>Efface l'interpréteur avant de lancer le débogueur.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Effacer l'&interpréteur</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54065,21 +54053,37 @@ <p>Exemple: var1=1 var2="bonjour le monde" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54089,24 +54093,24 @@ <translation>Démarrage du débogage</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Ligne de commande:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Entrer les paramètres de la ligne de commande</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Ligne de commande</b> <p>Entrer les paramètres de la ligne de commande dans ce champ.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Répertoire de &travail:</translation> </message> @@ -54123,154 +54127,170 @@ <p>Selection du répertoire de travail via une boite de dialogue.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Entrer le répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Répertoire de travail</b> <p>Entrer le nom du répertoire de travail de l'application à déboguer. Laisser vide pour que le répertoire de travail soit le répertoire des executables.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Environnement:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Décocher pour désactiver le rapport d'exceptions</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Rapport d'exceptions</b> <p>Décocher pour désactiver le rapport d'exceptions.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Rapport d'&exceptions</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>Cocher pour poursuivre le débogage dans les librairie Python</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>&Tracer à l'intérieur des librairies de l'interpréteur</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation>Cocher pour ne pas arrêter le débogueur à la première ligne.</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>Ne pas s'arrêter à la première ligne</b><p>Permet d'empêcher le débogueur de marquer l'arrêt à la première ligne exécutable.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>Ne pas s'arrêter à la première ligne</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>Cocher pour poursuivre le débogage dans les librairie Python</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>&Tracer à l'intérieur des librairies de l'interpréteur</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>Effacer la fenêtre de l'interpréteur</b><p>Efface l'interpréteur avant de lancer le débogueur.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+T</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> - <translation>Cocher pour ne pas arrêter le débogueur à la première ligne.</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>Ne pas s'arrêter à la première ligne</b><p>Permet d'empêcher le débogueur de marquer l'arrêt à la première ligne exécutable.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>Ne pas s'arrêter à la première ligne</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Effacer la fenêtre de l'interpréteur</b><p>Efface l'interpréteur avant de lancer le débogueur.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>Effacer l'&interpréteur</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Environnement</b><p>Entrer les variables d'environnement pour le programme. Les paramètres individuels doivent être séparés par des espaces et donnés sous la forme 'var=valeur'. Pour compléter une variable d'environnement existante, utiliser la syntaxe : 'var+=valeur'.</p><p>Exemple: var1=1 var2="bonjour le monde" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> + <location filename="../Debugger/StartDebugDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> + <location filename="../Debugger/StartDebugDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> @@ -54280,35 +54300,40 @@ <translation type="obsolete">Répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Effacer les historiques</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">Répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54394,143 +54419,147 @@ <translation>Lancement du profiling</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source>Select this to erase the collected timing data</source> - <translation>Cocher pour effacer les précédentes données de profiling</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <translation type="unfinished">Sélectionner un répertoire en utilisant une boite de dialogue</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> - <translation><b>Effacer les données de chronométrage</b> -<p>Cocher pour effacer les données de profiling avant le prochain run.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <translation type="unfinished"><b>Sélection de répertoire</b> +<p>Selection du répertoire de travail via une boite de dialogue.</p></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Effacer les &données de chronométrage</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+A</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Ligne de commande:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Entrer les paramètres de la ligne de commande</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Ligne de commande</b> <p>Entrer les paramètres de la ligne de commande dans ce champ.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Répertoire de &travail:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Sélectionner un répertoire en utilisant une boite de dialogue</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Sélection de répertoire</b> -<p>Selection du répertoire de travail via une boite de dialogue.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Entrer le répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Répertoire de travail</b> <p>Entrer le nom du répertoire de travail de l'application à déboguer. Laisser vide pour que le répertoire de travail soit le répertoire des executables.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Environnement:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Décocher pour désactiver le rapport d'exceptions</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Rapport d'exceptions</b> <p>Décocher pour désactiver le rapport d'exceptions.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Rapport d'&exceptions</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Effacer la fenêtre de l'interpréteur</b><p>Efface l'interpréteur avant de lancer le débogueur.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Effacer l'&interpréteur</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Environnement</b><p>Entrer les variables d'environnement pour le programme. Les paramètres individuels doivent être séparés par des espaces et donnés sous la forme 'var=valeur'. Pour compléter une variable d'environnement existante, utiliser la syntaxe : 'var+=valeur'.</p><p>Exemple: var1=1 var2="bonjour le monde" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -54540,44 +54569,44 @@ <translation>Lancement du run</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Décocher pour désactiver le rapport d'exceptions</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Rapport d'exceptions</b> <p>Décocher pour désactiver le rapport d'exceptions.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Rapport d'&exceptions</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Entrer les variables d'environnement à définir.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>&Environnement:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Entrer le répertoire de travail</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Répertoire de travail</b> @@ -54596,102 +54625,118 @@ <p>Selection du répertoire de travail via une boite de dialogue.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Répertoire de &travail:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Entrer les paramètres de la ligne de commande</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Ligne de commande</b> <p>Entrer les paramètres de la ligne de commande dans ce champ.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Ligne de commande:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Cocher pour effacer l'affichage de l'interpréteur</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Effacer la fenêtre de l'interpréteur</b><p>Efface l'interpréteur avant de lancer le débogueur.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Effacer l'&interpréteur</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation><b>Environnement</b><p>Entrer les variables d'environnement pour le programme. Les paramètres individuels doivent être séparés par des espaces et donnés sous la forme 'var=valeur'. Pour compléter une variable d'environnement existante, utiliser la syntaxe : 'var+=valeur'.</p><p>Exemple: var1=1 var2="bonjour le monde" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_it.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_it.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5543,30 +5543,30 @@ <translation>modificato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Connessione da un non vietato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> <translation>Non connesso</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Una connessione è stata tentata da un host vietato <b>{0}</b>. Accettare questa connessione ?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5585,267 +5585,267 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Esegui Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>Esegui Sc&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Esegui lo script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Esegui Script</b><p>Imposta gli argomenti della linea di comando ed esegue lo script al di fuori del debugger. Se il file non è stato salvato può essere salvato prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Esegui Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Esegui &Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Esegui il progetto corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Esegui Progetto</b><p>Imposta gli argomenti della linea di comando ed esegue il progetto corrente fuori dal debugger. Se file del progetto corrente non sono stati salvati, è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Esecuzione sotto analisi dello Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Esecuzione sotto analisi del progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Esegui un'esecuzione coperta dello script corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Esegui un'esecuzione coperta dello script corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Copertura eseguzione dello scitp</b><p>Imposta gli argomenti alla linea di comando ed esegui lo script sotto il controllo di uno strumento di analisi. Se il file ha delle modifiche non salvate è possibile salvarlo prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Esecuzione sotto analisi del progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Esecuzione sotto analisi del progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Esegui un'esecuzione coperta del progetto corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Esegui un'esecuzione coperta del progetto corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Esecuzione sotto analisi del progetto</b><p>Imposta gli argomenti alla linea di comando ed esegui il progetto sotto il controllo di uno strumento di analisi. Se ci sono file del progetto con modifiche non salvate è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Profila Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Profila Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Profile lo script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Profila Script</b><p>Imposta gli argomenti della linea di comando profila lo script. Se il file non è stato salvato può essere salvato prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Profila Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Profila Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Profila il progetto corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Profila il progetto corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Profila Progetto</b><p>Imposta gli argomenti della linea di comando e profila il progetto. Se file del progetto corrente non sono stati salvati, è possibile salvarli prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Debug dello script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Debug dello script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Debug dello script corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Debug dello Script</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python della finestra dell'editor. Se il file ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Debug del Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>Debug del &Progetto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Debug del progetto corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Debug del progetto corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Debug del Progetto</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python della finestra dell'editor. Se il progetto ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Riavvia l'ultimo script debuggato</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Continua</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Continua</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Continua l'esecuzione del programma dalla linea corrente</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Continua l'esecuzione del programma dalla linea corrente</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continua</b><p>Continua l'esecuzione del programma dalla linea corrente. Il programma si fermerà quando finirà o quando incontrerà un breakpoint.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Step Singolo</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>Step Sin&golo</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Esegui una singola istruzione Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Passo singolo</b><p>Esegue una singola istruzione Python. Se l'istruzione è una <tt>import</tt>, un costruttore di una classe, o un metodo o una chiamata di funzione allora il controllo verrà tornato al debugger alla prossima istruzione.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Step Over</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>Step &Over</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Esegui una singola istruzione Python restando nella stessa struttura</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Singolo passor</b><p>Esegui una singola istruzione Python restando nella stessa struttura. Se l'istruzione e' un <tt>import</tt>, un costruttore di classe, o un metodo o una chiamata di funzione allora il controllo tornerà al debugger dopo che l'istruzione è completata.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Step Out</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Step Ou&t</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Esegue istruzioni Python fino a quando esce dal blocco corrente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Step Out</b><p>Esegue istruzioni Python fino a quando esce dal blocco corrente. Se l'istruzione e' un <tt>import</tt>, un costruttore di classe, o un metodo o una chiamata di funzione allora il controllo tornerà al debugger dopo l'uscita dal blocco corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Ferma il debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Stop</b><p>Ferma la sessione di debug.</p></translation> </message> @@ -5885,127 +5885,127 @@ <translation type="obsolete"><b>Esegui</b><p>Esegui un'istruzione di una riga nel blocco corrente del programma in debug.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Filtro per le eccezioni</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Filtro per le &Eccezioni...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Configura il filtro per le eccezioni</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Configura il filtro per le eccezioni</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro per le Eccezioni</b><p>Configura il filtro per le eccezioni. Solo i tipi di eccezione che sono elencati sono evidenziati durante una sessione di debug.</p><p>Notare che, tutte le eccezioni non gestite sono evidenziate indipendentemente dalla lista del filtro.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Toggle Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Toggle Breakpoint</b><p>Attiva un breakpoint sulla linea corrente dell'editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Modifica Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Modifica Breakpoint</b><p>Apre un dialogo per modificare le proprietà del breakpoint. Lavora sulla linea corrente dell'editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Prossimo Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Prossimo Breakpoint</b><p>Va al prossimo breakpoint dell'editor corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Breakpoint Precedente</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Breakpoint Precedente</b><p>Va al breakpoint precedente dell'editor corrente.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Pulisci i Breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Pulisci i Breakpoints</b><p>Elimina i breakpoint di tutti gli editor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="598"/> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Breakpoints</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Il programma che viene debuggato contiene un errore di sintassi non specificato.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Un'eccezione non gestita è occorso. Guarda la finestra di shell per dettagli.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Il programma debuggato è terminato in maniera inaspettata.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Analisi del Progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Analisi delle Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Profilazione del progetto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Profilazione dello script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Non c'è uno script principale per il progetto. Non è possibile il debug.</translation> </message> @@ -6020,90 +6020,90 @@ <translation type="obsolete">Inserisci l'istruzione da eseguire</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Continua fino al cursore</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Con&tinua fino al Cursore</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Continua l'esecuzione del programma dalla linea attuale fino alla posizione del cursore</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continua fino al cursore</b><p>Continua l'esecuzione del programma dalla linea attuale fino alla posizione del cursore.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Filtro per i tipi di variabili</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>Filtro per i tipi di varia&bili...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Configura il filtro per i tipi di variabile</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Configura il filtro per i tipi di variabile</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtro tipo variabili</b><p>Configura il filtro per i tipi variabile. Solo i tipi di variabile che non sono selezionati sono mostrati nella finestra delle variabili globali o locali durante una sessione di debug. </p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Errore condizione di interruzione</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Debug</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> + <source>&Debug</source> + <translation>&Debug</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="598"/> <source>&Start</source> <translation>&Avvia</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Inizia</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Ferma lo script in esecuzione.</translation> </message> @@ -6113,43 +6113,43 @@ <translation type="obsolete"><b>Valuta</b><p>Valuta un'espressione nel contesto corrente del programma debuggato. Il risultato è mostrato nella shell.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Errore espressione di watch</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>L'espressione di controllo esiste già</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Eccezione ignorata</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>Eccezione &ignorata...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Configura eccezioni ignorate</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Configura eccezioni ignorate</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Eccezioni ignorate</b><p>Configura le eccezioni da ignorare. Solo i tipi di eccezione che non sono elencati sono evidenziati durante una sessione di debug.</p><p>Per favore nota che le eccezioni non gestite non possono essere ignorate.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> @@ -6165,45 +6165,44 @@ <translation type="obsolete"><p><b>{0}</b> è terminato con lo stato di uscita {1}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Il file <b>{0}</b> contiene l'errore di sintassi <b>{1}</b> alla linea <b>{2}</b>, carattere <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Il programma in debug ha sollevato un'eccezione <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Linea: <b>{3}</b></p><p>Interrompere qui ?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Il programma debuggato ha sollevato un'eccezione <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>La condizione del breakpoint <b>{0}, {1}</b> contiene un errore di sintassi.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>L'espressione <b>{0}</b> contiene un errore di sintassi.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' esiste già.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>L'espressione '<b>{0}</b>' per la variabile <b>{1}</b> esiste già.</p></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>The program has terminated with an exit status of {0}. -</source> - <translation type="obsolete">Il programma è terminato con uno stato di uscita di {0}.</translation> + <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="1066"/> @@ -6212,7 +6211,7 @@ <translation type="obsolete">"{0}" è terminato con lo stato di uscita {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1089"/> <source>Program terminated</source> <translation>Programma terminato</translation> </message> @@ -6227,88 +6226,83 @@ <translation type="obsolete">"{0}" è terminato con un 'exit status" di {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="299"/> + <location filename="../Debugger/DebugUI.py" line="301"/> <source>Restart</source> <translation>Riavvio</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="307"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Riavvia</b><p>Imposta gli argomenti della linea di comando e imposta la linea corrente per essere la prima istruzione eseguibile di Python dell'ultimo script in debug. Se il file ha modifiche non salvate è possibile salvarle prima.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="321"/> + <location filename="../Debugger/DebugUI.py" line="323"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Ferma</b><p>Questo ferma lo script in esecuzione nel backend del debugger.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> + <location filename="../Debugger/DebugUI.py" line="1268"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> + <location filename="../Debugger/DebugUI.py" line="1056"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> - <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6768,32 +6762,32 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">Avvia Debugger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Il debugger non può essere avviato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished">Processo padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished">Processo figlio</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished">Lancio processo figlio in corso</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Seleziona il client da seguire.</translation> </message> @@ -6803,17 +6797,17 @@ <translation type="obsolete"><p>Nessun interprete Python2 configurato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9736,92 +9730,92 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="682"/> + <location filename="../QScintilla/Editor.py" line="688"/> <source>Undo</source> <translation>Annulla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="685"/> + <location filename="../QScintilla/Editor.py" line="691"/> <source>Redo</source> <translation>Rifai</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="688"/> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Ritorna all'ultimo stato salvato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Taglia</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Copia</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Taglia</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Copia</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Incolla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Identa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Annulla identazione</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Commenta</translation> + <source>Indent</source> + <translation>Identa</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Annulla commenta</translation> + <source>Unindent</source> + <translation>Annulla identazione</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Flusso commento</translation> + <source>Comment</source> + <translation>Commenta</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Commenti nel riquadro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Seleziona per parentesizzare</translation> + <source>Uncomment</source> + <translation>Annulla commenta</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Flusso commento</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Commenti nel riquadro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Seleziona per parentesizzare</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Seleziona tutti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> + <location filename="../QScintilla/Editor.py" line="731"/> <source>Deselect all</source> <translation>Deseleziona tutti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Abbrevia righe vuote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Linguaggi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Usa un font Monospaced</translation> </message> @@ -9831,422 +9825,422 @@ <translation type="obsolete">Autocompletamento abilitato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Controlla</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Mostra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation>Chiudi</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation>Chiudi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Salva come...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> + <location filename="../QScintilla/Editor.py" line="892"/> <source>Code metrics...</source> <translation>Statistiche codice...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="887"/> + <location filename="../QScintilla/Editor.py" line="893"/> <source>Code coverage...</source> <translation>Analisi codice...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="895"/> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Profilazione dati...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Inverti bookmark</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Prossimo segnalibro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Segnalibro precedente</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Inverti bookmark</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Prossimo segnalibro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Segnalibro precedente</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Pulisci di tutti di segnalibri</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Abilita/Disabilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Abilita breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Prossimo breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Breakpoint precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>Elimina tutti i breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1240"/> - <source>LMB toggles bookmarks</source> - <translation>Inverti bookmark LMB</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1244"/> - <source>LMB toggles breakpoints</source> - <translation>Toggle Breakpoint LMB</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation>Modifica di un file di sola lettura</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="2472"/> - <source>Printing...</source> - <translation>In stampa...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation>Stampa completata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation>Errore durante la stampa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation>Stampa annullata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2907"/> - <source>Open File</source> - <translation>Apri File</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3070"/> - <source>Save File</source> - <translation>Salva file</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation>File modificato</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <source>Autocompletion</source> - <translation>Autocompletamento</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <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="5206"/> - <source>Disable breakpoint</source> - <translation>Disabilita breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Code Coverage</source> - <translation>Analisi codice</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <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="5758"/> - <source>Profile Data</source> - <translation>Profilazione dati</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <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="6233"/> - <source>Macro Name</source> - <translation>Nome Macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Select a macro name:</source> - <translation>Seleziona un nome per la macro:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Macro files (*.macro)</source> - <translation>File Macro (*.macro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6261"/> - <source>Load macro file</source> - <translation>Carica un file di macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6284"/> - <source>Error loading macro</source> - <translation>Errore nel caricamento della macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Save macro file</source> - <translation>Salva un file di macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <source>Save macro</source> - <translation>Salva macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6337"/> - <source>Error saving macro</source> - <translation>Errore nel salvataggio della macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6350"/> - <source>Start Macro Recording</source> - <translation>Avvia registrazione della macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Macro Recording</source> - <translation>Registrazione Macro</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Enter name of the macro:</source> - <translation>Inserisci un nome per la macro:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6514"/> - <source>File changed</source> - <translation>File modificato</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="751"/> - <source>Autosave enabled</source> - <translation>Salvataggio automatico abilitato</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1189"/> - <source>Goto syntax error</source> - <translation>Vai all'errore di sintassi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Elimina errori di sintassi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source>Drop Error</source> - <translation>Errore Drop</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1191"/> - <source>Show syntax error message</source> - <translation>Mostra i messaggi degli errori di sintassi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>Syntax Error</source> - <translation>Errore di sintassi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>No syntax error message available.</source> - <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1208"/> - <source>Toggle temporary breakpoint</source> - <translation>Abilita/Disabilita breakpoint temporaneo</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Mostra le annotazioni dell'analisi del codice</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Nascondi le annotazioni dell'analisi del codice</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Prossimo file non analizzato</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> + <source>Clear all breakpoints</source> + <translation>Elimina tutti i breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>LMB toggles bookmarks</source> + <translation>Inverti bookmark LMB</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>LMB toggles breakpoints</source> + <translation>Toggle Breakpoint LMB</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation>Modifica di un file di sola lettura</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="2478"/> + <source>Printing...</source> + <translation>In stampa...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation>Stampa completata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation>Errore durante la stampa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation>Stampa annullata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2913"/> + <source>Open File</source> + <translation>Apri File</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3076"/> + <source>Save File</source> + <translation>Salva file</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation>File modificato</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <source>Autocompletion</source> + <translation>Autocompletamento</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <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="5213"/> + <source>Disable breakpoint</source> + <translation>Disabilita breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation>Analisi codice</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <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="5765"/> + <source>Profile Data</source> + <translation>Profilazione dati</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <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="6240"/> + <source>Macro Name</source> + <translation>Nome Macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Select a macro name:</source> + <translation>Seleziona un nome per la macro:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Macro files (*.macro)</source> + <translation>File Macro (*.macro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6268"/> + <source>Load macro file</source> + <translation>Carica un file di macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6291"/> + <source>Error loading macro</source> + <translation>Errore nel caricamento della macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Save macro file</source> + <translation>Salva un file di macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <source>Save macro</source> + <translation>Salva macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <source>Error saving macro</source> + <translation>Errore nel salvataggio della macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6357"/> + <source>Start Macro Recording</source> + <translation>Avvia registrazione della macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Macro Recording</source> + <translation>Registrazione Macro</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Enter name of the macro:</source> + <translation>Inserisci un nome per la macro:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation>File modificato</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="757"/> + <source>Autosave enabled</source> + <translation>Salvataggio automatico abilitato</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1195"/> + <source>Goto syntax error</source> + <translation>Vai all'errore di sintassi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Elimina errori di sintassi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation>Errore Drop</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1197"/> + <source>Show syntax error message</source> + <translation>Mostra i messaggi degli errori di sintassi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation>Errore di sintassi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1214"/> + <source>Toggle temporary breakpoint</source> + <translation>Abilita/Disabilita breakpoint temporaneo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Mostra le annotazioni dell'analisi del codice</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Nascondi le annotazioni dell'analisi del codice</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Prossimo file non analizzato</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> <source>Previous uncovered line</source> <translation>File non analizzato precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>Mostra le annotazioni dell'analisi del codice</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Tutte le linee sono state analizzate.</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Tutte le linee sono state analizzate.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <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="908"/> - <source>Diagrams</source> - <translation>Diagrammi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Diagrammi di classe...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Diagrammi del package...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Importa diagrammi...</translation> + <source>Diagrams</source> + <translation>Diagrammi</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Diagrammi di classe...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Diagrammi del package...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Importa diagrammi...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Diagrammi dell'applicazione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Nessun linguaggio</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Aggiungi file...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Aggiungi files...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Aggiungi file sinonimo...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Aggiungi una risorsa localizzata...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6871"/> - <source>Add file resource</source> - <translation>Aggiungi un file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6887"/> - <source>Add file resources</source> - <translation>Aggiundi dei file risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Add aliased file resource</source> - <translation>Aggiungi file sinonimo delle risorse</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Package Diagram</source> - <translation>Diagrammi del package</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Include class attributes?</source> - <translation>Includi gli attributi della classe ?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Application Diagram</source> - <translation>Diagrammi dell'applicazione</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Include module names?</source> - <translation>Includi i nomi dei moduli ?</translation> + <source>Add file...</source> + <translation>Aggiungi file...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Aggiungi files...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Aggiungi file sinonimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Aggiungi una risorsa localizzata...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation>Aggiungi un file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation>Aggiundi dei file risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation>Aggiungi file sinonimo delle risorse</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Package Diagram</source> + <translation>Diagrammi del package</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation>Includi gli attributi della classe ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Application Diagram</source> + <translation>Diagrammi dell'applicazione</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation>Includi i nomi dei moduli ?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Macro recording is already active. Start new?</source> <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation> </message> @@ -10256,52 +10250,52 @@ <translation type="obsolete">Autocompletamento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">dal Documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">dalle APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">dal Documento e dalle APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1229"/> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Prossimo task</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Task precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Esporta come</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>Esporta sorgenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>No export format given. Aborting...</source> <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> @@ -10311,197 +10305,197 @@ <translation type="obsolete">dinamico</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Aiuti alla digitazione abilitati</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Tipo di fine-linea</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Codifica</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Indovinato</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternative</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <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="7291"/> + <location filename="../QScintilla/Editor.py" line="7298"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="731"/> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Rimuovi dal dizionario</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <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="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <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="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <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="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <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="1196"/> + <location filename="../QScintilla/Editor.py" line="1202"/> <source>Next warning</source> <translation>Warning successivo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1199"/> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Warning precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Mostra Warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Pulisci warning</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <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="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6172"/> - <source>Warning: {0}</source> - <translation>Attenzione: {0}</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>Attenzione: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation>Errore: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <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> @@ -10526,122 +10520,122 @@ <translation type="obsolete">Il fornitore di autocompletamento non può essere connesso perchè è gia attivo un altro. Per cortesia controlla la configurazione.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="810"/> + <location filename="../QScintilla/Editor.py" line="816"/> <source>Open 'rejection' file</source> <translation>Apri file 'rifiuto'</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Load Diagram...</source> <translation>Carica Diagramma...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1234"/> + <location filename="../QScintilla/Editor.py" line="1240"/> <source>Next change</source> <translation>Modifica successiva</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1237"/> + <location filename="../QScintilla/Editor.py" line="1243"/> <source>Previous change</source> <translation>Modifica precedente</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>Sort Lines</source> <translation>Righe ordinate</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>La selezione contiene dati non validi per un ordinamento numerico.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>Warning</source> <translation>Attenzione</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>No warning messages available.</source> <translation>Nessun messaggio di attenzione disponibile.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6169"/> + <location filename="../QScintilla/Editor.py" line="6176"/> <source>Style: {0}</source> <translation>Stile: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="784"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>New Document View</source> <translation>Nuova vista Documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="787"/> + <location filename="../QScintilla/Editor.py" line="793"/> <source>New Document View (with new split)</source> <translation>Nuova vista Documento (con nuova divisione)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="874"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1002"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6511"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> è stato modificato mentre era aperto in eric5. Rileggerlo ?</p> {0}?} {6.?}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="768"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="840"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="804"/> + <location filename="../QScintilla/Editor.py" line="810"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -41972,492 +41966,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Leggi file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Salva file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Leggi sessione del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Prima salvare il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Salva sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Aggiungi Lingua</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Cancella traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Aggiungi file</translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>La directory di destinazione non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Aggiungi directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>La directory sorgente non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Cancella file</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Crea la directory del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Apri progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Salva progetto come</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Il progetto attuale ha delle modifiche non salvate.</translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> + <location filename="../Project/Project.py" line="3779"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> - <source>&New...</source> - <translation>&Nuovo...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3549"/> + <source>&New...</source> + <translation>&Nuovo...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Genera un nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Apri...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Apri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Apri un progetto esistente</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Chiudi progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Chiudi</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Chiudi il progetto corrente</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Chiudi progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Chiudi</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Chiudi il progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Salva progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Salva il progetto corrente</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Salva progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Salva il progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>S&alva come...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Salva il progetto attuale come un nuovo file</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add translation to project</source> - <translation>Aggiungi le traduzioni al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Aggiungi &traduzione...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add translation to project</source> + <translation>Aggiungi le traduzioni al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Aggiungi &traduzione...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Aggiungi le traduzioni al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Cerca nuovi file</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>Cerca &nuovi file...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Cerca nei file nella directory del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3690"/> <source>Project properties</source> <translation>Proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Proprietà...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Proprietà...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Mostra le proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Proprietà...</b><p>Mosta un dialogo per modificare le proprietà di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Carica sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Carica il file di sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Carica sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Carica il file di sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Salva sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Salva il file sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Salva sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Salva il file sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Salva sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Statistiche codice</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>Statistiche &codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Mostra alcune statistiche del codice per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Analisi codice Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>A&nalisi codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Profilazione dati...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Mostra la profilazione dei dati per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>Diagramma dell' &Applicazione...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Mostra un diagramma del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Apri un progetto &recente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Diagrammi</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>&Controlla</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>Controllo di &Versione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>&Mostra</translation> + <source>Open &Recent Projects</source> + <translation>Apri un progetto &recente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Diagrammi</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> + <source>Chec&k</source> + <translation>&Controlla</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>Controllo di &Versione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4018"/> + <source>Sho&w</source> + <translation>&Mostra</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> <source>Source &Documentation</source> <translation>&Documentazione sorgenti</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Cerca Nuovi File</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>Non sono stati trovati file da aggiungere.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Dati Analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Rinomina file</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Rinomina File</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Nuovo Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Aggiungi file esistenti al progetto ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Vuoi modificare le opzioni del comando VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Il file progetto deve essere aggiunto al repository ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Seleziona il version control system per il progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Aggiungi directory al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Aggiungi directory...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Aggiungi directory al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Aggiungi directory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Aggiungi una directory al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Cancella sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Cancella sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Cancella il file di sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Cancella sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Cancella il file di sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> @@ -42467,7 +42461,7 @@ <translation type="obsolete">File Ruby (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Cerca nuovi file...</b><p>Cerca per nuovi file (sorgenti, *.ui, *.idl) nella directory del progetto e in tutte le sottodirectory registrate.</p></translation> </message> @@ -42482,247 +42476,247 @@ <translation>Altro</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Cancella directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Leggi tesk</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Leggi le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> + <location filename="../Project/Project.py" line="3754"/> <source>Debugger Properties</source> <translation>Proprietà Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>&Proprietà Debugger...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Mostra le proprietàd el debugger</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>&Proprietà Debugger...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Mostra le proprietàd el debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3767"/> <source>Load</source> <translation>Carica</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Carica</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Carica le proprietàd el debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Salva</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Salva le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Cancella le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>Reset</source> - <translation>Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Resetta le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Sessione</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> + <source>&Load</source> + <translation>&Carica</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Carica le proprietàd el debugger</translation> </message> <message> <location filename="../Project/Project.py" line="3779"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> + <source>Save</source> + <translation>Salva</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Salva le proprietà del debugger</translation> </message> <message> <location filename="../Project/Project.py" line="3791"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + <source>Delete</source> + <translation>Cancella</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Cancella</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Cancella le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>Reset</source> + <translation>Resetta</translation> </message> <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Resetta</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Resetta le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Associazione tipi file</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Associazione tipi file...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Associazione tipi file...</b><p>Mostra un dialogo per modificare le associazioni dei tipi file del progetto. Queste associazioni determinano il tipo (codice sorgente, interfaccia o altro) con un pattern del nome file. Sono usati quando aggiungi un file al progetto e quanto esegui una ricerca per nuovi file.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4019"/> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Pac&kagers</translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Aggiungi file al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>Aggiungi &files...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Aggiungi file al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>Aggiungi &files...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Aggiungi file al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>File progetto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Leggi le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Salva le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>User project properties</source> - <translation>Proprietà utente del progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>Proprietà &utente...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>User project properties</source> + <translation>Proprietà utente del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>Proprietà &utente...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Proprietà utente...</b><p>Mosta un dialogo per modificare le proprietà utente di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Errore di sintassi rilevato</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform> @@ -42730,22 +42724,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Crea lista del package</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished">Crea un &archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Crea un archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>PKGLIST</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> @@ -42755,22 +42749,22 @@ <translation type="obsolete"><p>Il file <b>PKGLIST </b> non esiste. Uscita...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Non c'è uno script principale definito per il progetto. Esco...</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>La directory di partenza non contiene nessun file appartenente alla categoria selezionata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Nessuno</translation> </message> @@ -42780,42 +42774,42 @@ <translation>Registrazione tipo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Devi prima specificare un pattern di traduzione.</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Pattern di traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Associazioni analizzatore lessicale</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Associazioni analizzatore lessicale...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associazioni analizzatore lessicale...</b><p>Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l'evidenziazione del testo nell'editor.</p></translation> </message> @@ -42835,107 +42829,107 @@ <translation>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Il file progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file progetto <b{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere letta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere scritta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file di traduzione selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>La directory del progetto <b>{0}</b> non può essere creata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Disabilito il controllo di versione.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere creato.<br />Motivo: {0}</p></translation> </message> @@ -42945,22 +42939,22 @@ <translation type="obsolete"><p>Il file <b>PKGLIST</b> non può essere letto.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aggiunto all'archivio.Lo ignoro.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Il file plugin <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere aggiunto a <b>{1}</b>.</p><p>Motivo: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>La directory di destinazione<b>{0}</b> non può essere creata.</p><p>Motivo: {1}</p></translation> </message> @@ -42970,32 +42964,32 @@ <translation>Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished">Carico Diagramma</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -43025,37 +43019,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Crea un file archivio per il plugin di eric5. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric5 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p> {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Il file archivio del plugin di eric5<b>{0}</b> non può essere creato.<br />Motivo: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -43080,83 +43074,83 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished">Termina</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -43166,27 +43160,27 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -54517,122 +54511,110 @@ <translation>Avvia esecuzione coverage</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directory di &Lavoro:</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Seleziona la directory con un dialogo</translation> + <source>Select this to erase the collected coverage information</source> + <translation>Seleziona per cancellare le informazioni di coverage collezionate</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Seleziona directory</b> -<p>Seleziona la directory di lavoro con un dialogo.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation><b>Cancella informazioni di coverage</b> +<p>Seleziona per cancellare le informazioni di coverage collezionate prima della prossima esecuzione.</p></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> + <source>Erase &coverage information</source> + <translation>Cancella informazioni di &coverage</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> + <source>Alt+C</source> + <translation>Alt+C</translation> + </message> + <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> - <translation>Seleziona per cancellare le informazioni di coverage collezionate</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> - <source><b>Erase coverage information</b> -<p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation><b>Cancella informazioni di coverage</b> -<p>Seleziona per cancellare le informazioni di coverage collezionate prima della prossima esecuzione.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> - <source>Erase &coverage information</source> - <translation>Cancella informazioni di &coverage</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> - <source>Alt+C</source> - <translation>Alt+C</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Selezione per pulire il display della finestra dell'interprete</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Pulisci finestra dell'&Interprete</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54641,22 +54623,38 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54666,24 +54664,24 @@ <translation>Avvia debug</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Inserisci i parametri della linea di comando</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directory di &Lavoro:</translation> </message> @@ -54700,96 +54698,96 @@ <p>Seleziona la directory di lavoro con un dialogo.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>Seleziona per tracciare anche le librerie Python</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>&Traccia nelle librerie dell'interprete</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation>Selezione per non fermare il debugger alla prima riga eseguibile.</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>Non fermare alla prima riga</b><p>Evitar che il debugger si fermi alla prima riga eseguibile.</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>Non fermare alla prima riga</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>Seleziona per tracciare anche le librerie Python</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>&Traccia nelle librerie dell'interprete</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+T</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> - <translation>Selezione per non fermare il debugger alla prima riga eseguibile.</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>Non fermare alla prima riga</b><p>Evitar che il debugger si fermi alla prima riga eseguibile.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>Non fermare alla prima riga</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>Selezione per pulire il display della finestra dell'interprete</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>Pulisci finestra dell'&Interprete</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54798,61 +54796,77 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> + <location filename="../Debugger/StartDebugDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> + <location filename="../Debugger/StartDebugDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source>Forking</source> <translation>Forking</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> <source>Select to go through the fork without asking</source> <translation>Seleziona per andare al fork senza chiedere</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Fork senza interruzione</b> <p>Seleziona per andare al fork senza chiedere decidendo basandosi sulla selezione Parent/Child.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> <source>Fork without pausing</source> <translation>Fork senza interruzione</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> <source>Select to debug the child process after forking</source> <translation>Select per debuggare il processo figlio dopo il fork</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Debug del processo figlio</b> <p>Seleziona per debuggare il processo figlio dopo il fork. Se non è selezionato, verrà debuggato il processo padre. Non ha effetto se il fork senza interruzione non è selezionato.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>Segui pocesso figlio</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> @@ -54862,35 +54876,40 @@ <translation type="obsolete">Directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Pulisci cronologia</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">Directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54976,122 +54995,110 @@ <translation>Avvia analisi</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source>Select this to erase the collected timing data</source> - <translation>Seleziona per cancellare i dati di timing raccolti</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <translation type="unfinished">Seleziona la directory con un dialogo</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> - <translation><b>Cancella dati di timing</b> -<p>Seleziona per cancellare i dati di timing raccolti prima del prossimo giro di analisi.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <translation type="unfinished"><b>Seleziona directory</b> +<p>Seleziona la directory di lavoro con un dialogo.</p></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Cancella dati di &timing</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Inserisci i parametri della linea di comando</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Seleziona la directory con un dialogo</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Seleziona directory</b> -<p>Seleziona la directory di lavoro con un dialogo.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> <p>Inserisci la directory di lavoro dell'applicazione da debuggare. Lascia vuoto per impostare la directory di lavoro a quella di esecuzione.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Pulisci finestra dell'&Interprete</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -55100,22 +55107,38 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -55125,44 +55148,44 @@ <translation>Avvia esecuzione</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Deseleziona per disabilitare la notifica delle eccezioni</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Notifica eccezioni</b> <p>Deseleziona per disabilitare la notifica delle eccezioni.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Notifica &eccezioni</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Inserisci la variabile d'ambiente da impostare.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ambient&e:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Inserisci la directory di lavoro</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Directory di lavoro</b> @@ -55181,44 +55204,44 @@ <p>Seleziona la directory di lavoro con un dialogo.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>Directory di &Lavoro:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Linea di comando</b> <p>Inserisci i parametri della linea di comando in questo campo.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linea di comando:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Selezione per pulire il display della finestra dell'interprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Pulisci finestra interprete</b><p>Pulisce il display della finestra dell'interprete prima di avviare il client di debug.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Pulisci finestra dell'&Interprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -55227,61 +55250,77 @@ <p>Esempio: var1=1 var2="hello world" var3+=":/tmp"<p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Seleziona per avviare il debugger in una console</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Avvia in console</b> <p>Seleziona per avviare il debugger in una console. Il comando della console deve essere configurato nella pagina Debugger-&gt;General page</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>Avvia in console</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="220"/> <source>Forking</source> <translation>Forking</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> <source>Select to go through the fork without asking</source> <translation>Seleziona per andare al fork senza chiedere</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Fork senza interruzione</b> <p>Seleziona per andare al fork senza chiedere decidendo basandosi sulla selezione Parent/Child.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> <source>Fork without pausing</source> <translation>Fork senza interruzione</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> <source>Select to debug the child process after forking</source> <translation>Select per debuggare il processo figlio dopo il fork</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Debug del processo figlio</b> <p>Seleziona per debuggare il processo figlio dopo il fork. Se non è selezionato, verrà debuggato il processo padre. Non ha effetto se il fork senza interruzione non è selezionato.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>segui Processo figlio</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_pt.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_pt.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5550,17 +5550,17 @@ <translation>alterado</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Conexão desde anfitrião ilegal</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>O anfitrião ilegal <b>{0}</b> tentou conectar. Aceitar esta conexão?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5569,14 +5569,14 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation>Conexão de depuração passiva recebida </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation>Conexão de depuração passiva fechada @@ -5596,292 +5596,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Executar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>&Executar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Executar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Executar Script</b><p>Definir os argumentos da linha de comandos e executar o script fora do depurador. Poderão gravar-se primeiro as alterações que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Executar Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Executar &Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Executar Projeto actual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Executar Projeto</b><p>Definir os argumentos da linha de comandos e executar o projeto atual fora do depurador. Poderão gravar-se primeiro as alterações dos ficheiros do projeto que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Execução Cobertura de Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Execução Cobertura de Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Realizar execução de cobertura do Script actual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Realizar execução de cobertura do Script actual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Perfilar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Perfilar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Perfilar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Perfilar Script</b><p>Define os argumentos da linha de comandos e perfila o script. Antes, poderá gravar as alterações.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Perfilar Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Perfilar Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Perfilar o Projeto atual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Perfilar o Projeto atual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Perfilar Projeto</b><p>Define os argumentos da linha de comandos e perfila o projeto atual. Poderá gravar antes os ficheiros alterados por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Depurar Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Depurar Script...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Depurar o Script atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Depurar Script</b><p>Definir os argumentos da linha de comandos e definir a linha atual para que seja a primeira instrução Python executável da janela do editor atual. Poderão gravar-se primeiro as alterações que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Depurar projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>Depurar &Projeto...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Depurar o Projeto atual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Depurar o Projeto atual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Depurar Projeto</b><p>Definir os argumentos da linha de comandos e definir a linha atual para que seja a primeira instrução Python executável do script principal do projeto atual. Poderão gravar-se primeiro as alterações dos ficheiros do projeto que estejam por gravar.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Reiniciar o último script depurado</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Parar o script em execução.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Continuar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Continuar a execução do programa a partir da linha atual</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Continuar a execução do programa a partir da linha atual</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Continue</b><p>Continuar a execução do programa a partir da linha atual. O programa parará quando terine ou alcance outro ponto de interrupção.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Continuar até ao cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Continuar a&té ao cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Continuar a execução do programa a partir da linha atual até à posição atual do cursor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Continuar até Cursor</b><p>Continuar a execução do programa desde a linha atual até à posição atual do cursor.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Passo Único</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>Passo &Único</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Executar uma única instrução Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Passo Único</b><p>Executa uma.única instrução Python. Se a instrução é um <tt>import<tt>, um construtor de classe, uma chamada de função ou método, então o controlo é devolvido ao depurador na instrução seguinte.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>&Saltar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Executar uma única instrução Python e ficar no marco atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Sair</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Sai&r</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Executar instruções Python até sair do marco atual</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>&Parar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Parar de depurar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Parar</b><p>Parar a sessão de depuração.</p></translation> </message> @@ -5926,172 +5926,172 @@ <translation type="obsolete"><b>Executar</b><p>Executa instrução de uma linha no contexto atual do programa depurado.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Filtro do Tipo de Varáveis</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>Filtro do Tipo de &Variáveis...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Configurar o filtro de tipo de variáveis</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Configurar o filtro de tipo de variáveis</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Filtro de Tipo de Variáveis</b><p>Configurar o filtro do tipo de variáveis. Apenas se mostrarão as variáveis que não estejam selecionadas, na janela global ou local, durante a sessão de depuração.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Filtro de Exceções</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Filtro de &Exceções...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Configurar filtro de exceções</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Configurar filtro de exceções</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Filtro de Exceções</b><p>Configurar o filtro de exceções. Apenas os tipos de exceções que estão listadas serão ressaltadas durante a sessão de depuração.</p><p>Por favor tenha em conta que todas as exceções sem tratamento serão ressaltadas independentemente da lista do filtro.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Exceções Ignoradas</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>Exceções &Ignoradas...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Configurar exceções ignoradas</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Configurar exceções ignoradas</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Exceções Ignoradas</b><p>Configura as exceções ignoradas. Apenas os tipos de exceções que não estão listadas são realçadas durante uma sessão de depuração.</p><p>Note-se que não se podem ignorar as exceções sem tratamento.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Alternar Pontos de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Alternar Ponto de Interrupção</b><p>Alterna um ponto de instrução na linha atual do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Editar o Ponto de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Editar o Ponto de Interrupção...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Editar Ponto de Interrupção</b><p>Abre uma caixa de diálogo para editar as propriedades dos pontos de interrupção. Funciona na linha atual do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Ponto de Interrupção Seguinte</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Ponto de Interrupção Seguinte</b><p>Vai ao próximo ponto de interrupção do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Ponto de Interrupção Anterior</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Ponto de Interrupção Anterior</b><p>Vai ao ponto de interrupção anterior do editor atual.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Limpar Pontos de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Limpar Pontos de Interrupção</b><p>Limpar pontos de interrupção dos editores todos.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Depurar</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>&Iniciar</translation> + <source>&Debug</source> + <translation>&Depurar</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>&Iniciar</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>Pontos de &Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Iniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Depurar</translation> </message> @@ -6106,97 +6106,97 @@ <translation type="obsolete"><p><b>{0}</b> terminou com estado de saída de {1}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>O programa a depurar tem um erro de sintaxe não especificado.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>O ficheiro <b>{0}</b> tem um erro de sintaxe <b>{1}</b> na linha <b>{2}</b>, caráter <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Ocurreu uma exceção sem tratamento. Ver a janela da shell para mais detalhes.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>O programa depurado provocou a exceção <b>{0}</b><br>"<b>{1}</b>"<br>Ficheiro: <b>{2}</b>, Linha :<b>{3}</b></p><p>Interromper aqui?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>O programa depurado provocou a exceção <b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>O programa a depurar acabou inesperadamente.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Erro de Condição de Ponto de Interrupção</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>A condição do ponto de interrupção <b>{0}, {1}</b>tem um erro de sintaxe.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Observar Erro de Expressão</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Perfil de Projeto</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Perfil do Script</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>O projeto atual não tem um script principal definido. Impossível depurar.</translation> </message> @@ -6212,9 +6212,8 @@ </message> <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>The program has terminated with an exit status of {0}. -</source> - <translation type="obsolete">O programa terminou com estado de saída {0}.</translation> + <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="1066"/> @@ -6223,7 +6222,7 @@ <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1089"/> <source>Program terminated</source> <translation>Programa Terminado</translation> </message> @@ -6238,88 +6237,83 @@ <translation type="obsolete">"{0}" terminou com o estado de saída {1}.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="299"/> + <location filename="../Debugger/DebugUI.py" line="301"/> <source>Restart</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="307"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation><b>Reiniciar</b><p>Define os argumentos da linha de comandos e define a linha atual como a primeira instrução Python executável do último script depurado. Poderão gravar-se primeiro as alterações não gravadas.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="321"/> + <location filename="../Debugger/DebugUI.py" line="323"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation><b>Parar</b><p>Parar o script em execução na instalação de retaguarda do depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> + <location filename="../Debugger/DebugUI.py" line="1268"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> + <location filename="../Debugger/DebugUI.py" line="1056"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> - <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6779,7 +6773,7 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">Iniciar o Depurador</translation> </message> @@ -6789,42 +6783,42 @@ <translation type="obsolete"><p>Intérprete de Python2 não configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished">Processo Pai</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished">Processo Filho</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished">Bifurcação do Cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Selecionar o ramo da bifurcação a seguir.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9720,127 +9714,127 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Abrir Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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>O tamanho do ficheiro <b>{0}</b> é <b>{1} KB</b>. Tem a certeza de que o quer carregar?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation>Desfazer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>Refazer</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Desfazer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>Refazer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Voltar ao último estado guardado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Cortar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Copiar</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Cortar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Copiar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Colar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Indentar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Tirar Indentação</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Comentar</translation> + <source>Indent</source> + <translation>Indentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Descomentar</translation> + <source>Unindent</source> + <translation>Tirar Indentação</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation type="unfinished"></translation> + <source>Comment</source> + <translation>Comentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Selecionar até parentesis</translation> + <source>Uncomment</source> + <translation>Descomentar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Selecionar até parentesis</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Selecionar tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation>Desselecionar tudo</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation>Verificação ortográfica...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation>Desselecionar tudo</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation>Verificação ortográfica...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Verificação ortográfica da seleção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Retirar do dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Encolher linhas vazias</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Usar Tipo de Letra de Tamanho Único</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>Ativado autogravar </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Habilitada a ajuda à escritura</translation> </message> @@ -9850,27 +9844,27 @@ <translation type="obsolete">Autocompletar Habilitado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> + <location filename="../QScintilla/Editor.py" line="798"/> <source>Close</source> <translation>Fechar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="798"/> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Gravar Como...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Antevisão da Impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Imprimir</translation> </message> @@ -9885,607 +9879,607 @@ <translation type="obsolete">dinâmico</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">desde Documento</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">desde APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">desde Documento e APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Dica</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Verificar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Mostrar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> + <source>Code metrics...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Dados de Perfil...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Diagramas</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Diagrama de Classes...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Diagrama do Pacote...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Diagrama de Imports...</translation> + <source>Diagrams</source> + <translation>Diagramas</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Diagrama de Classes...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Diagrama do Pacote...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Diagrama de Imports...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Diagrama da Aplicação...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Linguagens</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Nenhuma Linguagem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Adivinhado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Codificações</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Tipo do Fim-de-Linha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Alternar marcadores</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Marcador seguinte</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Marcador anterior</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Alternar marcadores</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Marcador seguinte</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Marcador anterior</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Limpar os marcadores todos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Alternar pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>Alternar pontos de interrupção temporais</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Editar ponto de interrupção...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Habilitar pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Ponto de interrupção seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Ponto de interrupção anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all breakpoints</source> <translation>Apagar todos os pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation>Ir ao erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation>Mostrar a mensagem de erro de sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Limpar o erro de sintaxe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196"/> - <source>Next warning</source> - <translation>Aviso seguinte</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Limpar o erro de sintaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1202"/> + <source>Next warning</source> + <translation>Aviso seguinte</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Aviso anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Mostrar mensagem de aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Limpar avisos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Linha seguinte sem cobrir</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>Linha anterior sem cobrir</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Linha seguinte sem cobrir</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>Linha anterior sem cobrir</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Tarefa seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Tarefa anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation>Botão Esq. do Rato alterna marcadores</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <source>LMB toggles breakpoints</source> <translation>Botão Esq. do Rato alterna pontos de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>Exportar fonte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Não está disponível um exportador para formato <b>{0}</b>. A cancelar...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>No export format given. Aborting...</source> <translation>Não foi dado o formato para exportar. A cancelar...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation>Analizador Léxico Pygments</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Select the Pygments lexer to apply.</source> <translation>Selecionar o analizador léxico Pygments a aplicar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <source>Modification of Read Only file</source> <translation>Modificação do ficheiro de Apenas Leitura</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Tenta alterar um ficheiro de Apenas Leitura. Por favor guarde-o primeiro num ficheiro diferente. </translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2472"/> + <location filename="../QScintilla/Editor.py" line="2478"/> <source>Printing...</source> <translation>A imprimir...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2489"/> + <location filename="../QScintilla/Editor.py" line="2495"/> <source>Printing completed</source> <translation>Impressão completa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2491"/> + <location filename="../QScintilla/Editor.py" line="2497"/> <source>Error while printing</source> <translation>Erro durante a impressão</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2494"/> + <location filename="../QScintilla/Editor.py" line="2500"/> <source>Printing aborted</source> <translation>Impressão cancelada</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source>File Modified</source> <translation>Ficheiro Modificado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>O ficheiro <b>{0}</b> tem alterações por gravar.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Não se pôde abrir o ficheiro <b>{0}</b>.</p><p> Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde gravar. <br/>Motivo: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar não está disponivel porque a fonte de autocompletar não está definida.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5206"/> + <location filename="../QScintilla/Editor.py" line="5213"/> <source>Disable breakpoint</source> <translation>Inabilitar ponto de interrupção</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>Show Code Coverage Annotations</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="5643"/> - <source>Show Code Coverage Annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5636"/> <source>All lines have been covered.</source> <translation>Foram cobertas as linhas todas.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Profile Data</source> <translation>Dados de Perfil</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>Syntax Error</source> <translation>Erro de Sintaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>No syntax error message available.</source> <translation>Não está disponível a mensagem de erro de sintaxe.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation>Nome de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation>Selecionar um nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation>Carregar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation>Ficheiros Macro (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation>Erro ao carregar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não se pode ler.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>O ficheiro macro <b>{0}</b> está corrompido.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation>Gravar ficheiro macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation>Gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro macro <b>{0}</b> já existe. Sobreescrever-lo?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation>Erro ao gravar macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>O ficheiro macro <b>{0}</b> não pode ser escrito.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation>Iniciar Registo de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Macro recording is already active. Start new?</source> <translation>A gravação de macro já está ativada. Começar nova?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation>Gravação de Macro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Enter name of the macro:</source> <translation>Introduza o nome de macro:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6514"/> + <location filename="../QScintilla/Editor.py" line="6521"/> <source>File changed</source> <translation>Ficheiro alterado</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>Recursos</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Adicionar Ficheiro...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Adicionar Ficheiros...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Adicionar ficheiro com pseudónimo...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Adicionar recursos localizado...</translation> + <source>Add file...</source> + <translation>Adicionar Ficheiro...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Adicionar Ficheiros...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Adicionar ficheiro com pseudónimo...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Adicionar recursos localizado...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6871"/> + <location filename="../QScintilla/Editor.py" line="6878"/> <source>Add file resource</source> <translation>Adicionar recurso de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6887"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>Add file resources</source> <translation>Adicionar recursos de ficheiro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Add aliased file resource</source> <translation>Adicionar recurso de ficheiro com pseudónimo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Alias for file <b>{0}</b>:</source> <translation>Pseudónimo para o ficheiro <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Package Diagram</source> <translation>Diagrama do Pacote</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Include class attributes?</source> <translation>Incluir atributos de classes?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>Diagrama de Imports</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>Incluir imports de módulos externos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Include module names?</source> <translation>Incluir nome dos módulos?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>Adicionar dicionário</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>Ignorar Tudo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6172"/> - <source>Warning: {0}</source> - <translation>Aviso: {0}</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>Aviso: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation>Erro: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Aviso:</b> Perderá todas as alterações uma vez que o volte a abrir.</translation> </message> @@ -10510,122 +10504,122 @@ <translation type="obsolete">O fornecedor de dicas não pode ser conetado porque já há outro activado. Por favor verifique a sua configuração.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="810"/> + <location filename="../QScintilla/Editor.py" line="816"/> <source>Open 'rejection' file</source> <translation>Abrir ficheiro de 'rejeição'</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="920"/> + <location filename="../QScintilla/Editor.py" line="926"/> <source>Load Diagram...</source> <translation>Carregar Diagrama...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1234"/> + <location filename="../QScintilla/Editor.py" line="1240"/> <source>Next change</source> <translation>Alteração seguinte</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1237"/> + <location filename="../QScintilla/Editor.py" line="1243"/> <source>Previous change</source> <translation>Alteração anterior</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>Sort Lines</source> <translation>Ordenar Linhas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7708"/> + <location filename="../QScintilla/Editor.py" line="7715"/> <source>The selection contains illegal data for a numerical sort.</source> <translation>A seleção contém dados ilegais para uma ordenação numérica.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>Warning</source> <translation>Aviso</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6108"/> + <location filename="../QScintilla/Editor.py" line="6115"/> <source>No warning messages available.</source> <translation>Não estão disponíveis mensagens de aviso.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6169"/> + <location filename="../QScintilla/Editor.py" line="6176"/> <source>Style: {0}</source> <translation>Estilo: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="784"/> + <location filename="../QScintilla/Editor.py" line="790"/> <source>New Document View</source> <translation>Vista de Documento Novo</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="787"/> + <location filename="../QScintilla/Editor.py" line="793"/> <source>New Document View (with new split)</source> <translation>Vista de Documento Novo (com divisão nova)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="874"/> + <location filename="../QScintilla/Editor.py" line="880"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1002"/> + <location filename="../QScintilla/Editor.py" line="1008"/> <source>Re-Open With Encoding</source> <translation>Reabrir Com Codificação</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6504"/> + <location filename="../QScintilla/Editor.py" line="6511"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> <translation><p>O ficheiro <b>{0}</b> foi alterado enquanto estava aberto em eric6. Recarregar?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="768"/> <source>Automatic Completion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="840"/> + <location filename="../QScintilla/Editor.py" line="846"/> <source>Complete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4588"/> + <location filename="../QScintilla/Editor.py" line="4595"/> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>Call-Tips Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4943"/> + <location filename="../QScintilla/Editor.py" line="4951"/> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>Register Mouse Click Handler</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7795"/> + <location filename="../QScintilla/Editor.py" line="7802"/> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="804"/> + <location filename="../QScintilla/Editor.py" line="810"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -42142,327 +42136,327 @@ <translation>A registar Tipo de Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Ler ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Não se pôde ler o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Gravar ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Não se pôde escrever o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Ler propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Gravar propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Ler sessão de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Guarde primeiro o projeto por favor.</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Gravar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Apagar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Ler propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Gravar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Apagar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Adicionar Idioma</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Primeiro tem que especificar um padrão de tradução.</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Apagar a Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Adicionar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. </p><p>Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>O diretório de destino não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Adicionar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>O diretório fonte não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Renomear ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Renomear Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Apagar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Apagar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Criar diretório de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>O diretorio do projeto <b>{0}</b> não se pôde criar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Projeto Novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Adicionar os ficheiros existentes ao projeto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Selecionar o Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Quer editar as opções de commandos VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Nenhum</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Selecionar o sistema de control de versão para o projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Padrão de Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Abrir projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Ficheiros de Projeto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Gravar projeto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Fechar Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>O projeto atual tem alterações por gravar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Detetados erros de sintaxe</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform> @@ -42470,617 +42464,617 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>&Novo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Criar um projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Novo...</b><p>Abre uma caixa de diálogo para introduzir a informação para um projeto novo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Abrir um projeto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Isto abre um projeto existente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Fechar projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Fechar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Fechar o projeto atual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Fechar projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Fechar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Fechar o projeto atual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fechar</b><p>Fecha o projeto atual</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Gravar projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>&Gravar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Gravar o projeto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Gravar projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>&Gravar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Gravar o projeto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Gravar</b><p>Guarda o projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>Gravar &como...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Gravar o projeto atual para um ficheiro novo</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Adicionar ficheiros ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>Adicionar &ficheiros...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Adicionar ficheiros ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>Adicionar &ficheiros...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Adicionar ficheiros ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Adicionar diretório ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Adicionar diretório...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Adicionar diretório ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Adicionar diretório...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Adicionar um diretório ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Adicionar diretório</b><p>Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Adicionar &tradução...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Adicionar &tradução...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Procurar ficheiros novos</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>&Procurar ficheiros novos...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Procurar ficheiros novos no diretório do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation>Propriedades do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Propriedades...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation>Propriedades do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Propriedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Mostrar as propriedades do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>Propriedades de projecto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>Propriedades de &Usuário...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>Propriedades de &Usuário...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Mostrar as propriedades do projeto específicas do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Associações de Tipos de Ficheiros</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Associações de Tipos de Ficheiros...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>Propriedades do Depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>&Propriedades do Depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Mostrar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>Propriedades do Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>&Propriedades do Depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Mostrar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation>Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Carregar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation>Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>&Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Carregar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Gravar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Gravar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>Gravar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Gravar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Apagar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Apagar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Apagar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation>Apagar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Apagar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Apagar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation>Reinicializar</translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Reinicializar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Reinicializar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Reinicializar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Carregar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Carregar o ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Carregar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Carregar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Guargar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Gravar ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Guargar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Gravar ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Apagar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Apagar o ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Apagar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Apagar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation type="unfinished">Métricas de Código</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation type="unfinished">Dados de Perfil</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>Diagrama da &Aplicação...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Mostrar o diagrama do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama da Aplicação...</b><p>Mostra um diagrama do projeto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Abrir Projetos &Recentes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>Contro&l de Versão</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>&Verificar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>&Mostrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Sessão</translation> + <source>Open &Recent Projects</source> + <translation>Abrir Projetos &Recentes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>Contro&l de Versão</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>&Documentação Fonte</translation> + <source>Chec&k</source> + <translation>&Verificar</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Depurador</translation> + <source>Sho&w</source> + <translation>&Mostrar</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>&Documentação Fonte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Limpar</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Procurar Ficheiros Novos</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>Não se encontraram ficheiros novos para adicionar.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Incluir nomes de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>O projeto atual não tem um script principal definido. A cancelar...</translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -43090,32 +43084,32 @@ <translation>Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation>Carregar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation>&Carregar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation>Carregar um diagrama desde um ficheiro.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Carregar Diagrama...</b><p>Carga um diagrama desde um ficheiro.</p></translation> </message> @@ -43145,12 +43139,12 @@ <translation>Consola de PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -43170,17 +43164,17 @@ <translation>Complemento de Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Criar um ficheiro PKGLIST inicial para complemento eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -43190,123 +43184,123 @@ <translation type="obsolete"><p>O ficheiro de complemento de eric6 <b>{0}</b> foi criado com êxito.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3956"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler. </p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -54480,127 +54474,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linha de Comandos:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzir os parâmetros da linha de comandos</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation>Diretório de &trabalho:</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation>Introduzir o diretório de trabalho</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> - <source>&Environment:</source> - <translation>Ambi&ente:</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> - <translation>Introduzir as variáveis ambiente a definir.</translation> + <source>&Working directory:</source> + <translation>Diretório de &trabalho:</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation>Introduzir o diretório de trabalho</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> + <source>&Environment:</source> + <translation>Ambi&ente:</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation>Introduzir as variáveis ambiente a definir.</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarque para inabilitar informe de exceções</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar &exceções</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished">Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Limpar a janela do &intérprete</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation>Limpar a janela do &intérprete</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> + <source>Select this to erase the collected coverage information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54610,178 +54620,194 @@ <translation>Começar a depurar</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linha de Comandos:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzir os parâmetros da linha de comandos</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation>Diretório de &trabalho:</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation>Introduzir o diretório de trabalho</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="94"/> - <source>&Environment:</source> - <translation>Ambi&ente:</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> - <translation>Introduzir as variáveis ambiente a definir.</translation> + <source>&Working directory:</source> + <translation>Diretório de &trabalho:</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation>Introduzir o diretório de trabalho</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> + <source>&Environment:</source> + <translation>Ambi&ente:</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation>Introduzir as variáveis ambiente a definir.</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarque para inabilitar informe de exceções</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation type="unfinished">Informar &exceções</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation type="unfinished">Alt+E</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Limpar a janela do &intérprete</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> - <translation type="unfinished"></translation> + <source>Clear &interpreter window</source> + <translation>Limpar a janela do &intérprete</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Don't stop at first line</source> <translation>Não parar na primeira linha</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>Seguir Processos Filho</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Limpar Historiais</translation> </message> @@ -54791,30 +54817,35 @@ <translation type="obsolete">Diretório de trabalho</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">Directório de Trabalho</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54900,127 +54931,143 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linha de Comandos:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzir os parâmetros da linha de comandos</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation>Diretório de &trabalho:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation>Introduzir o diretório de trabalho</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="94"/> - <source>&Environment:</source> - <translation>Ambi&ente:</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> - <translation>Introduzir as variáveis ambiente a definir.</translation> + <source>&Working directory:</source> + <translation>Diretório de &trabalho:</translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation>Introduzir o diretório de trabalho</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> + <source>&Environment:</source> + <translation>Ambi&ente:</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation>Introduzir as variáveis ambiente a definir.</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarque para inabilitar informe de exceções</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar &exceções</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Limpar a janela do &intérprete</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> - <source>Start in console</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation>Limpar a janela do &intérprete</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> + <source>Start in console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> + <source>Select this to erase the collected timing data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -55030,143 +55077,159 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Linha de Comandos:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Introduzir os parâmetros da linha de comandos</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> - <source>&Working directory:</source> - <translation>Diretório de &trabalho:</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> - <source>Enter the working directory</source> - <translation>Introduzir o diretório de trabalho</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> - <source><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="94"/> - <source>&Environment:</source> - <translation>Ambi&ente:</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> - <source>Enter the environment variables to be set.</source> - <translation>Introduzir as variáveis ambiente a definir.</translation> + <source>&Working directory:</source> + <translation>Diretório de &trabalho:</translation> </message> <message> <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <source>Enter the working directory</source> + <translation>Introduzir o diretório de trabalho</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> + <source><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> + <source>&Environment:</source> + <translation>Ambi&ente:</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> + <source>Enter the environment variables to be set.</source> + <translation>Introduzir as variáveis ambiente a definir.</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Desmarque para inabilitar informe de exceções</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Informar &exceções</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Limpar a janela do &intérprete</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>Seguir Processos Filho</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_ru.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_ru.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5412,17 +5412,17 @@ <translation>изменено</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>соединение с запрещённого хоста</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p>Попытка соединения с недопустимого компьютора <b>{0}</b>. Разрешить соединение?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5431,14 +5431,14 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation>Получен запрос на соединение для пассивной отладки </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation>Соединение для пассивной отладки закрыто @@ -5458,640 +5458,640 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Выполнить сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>&Выполнить сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Выполнить текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Выполнить сценарий</b> <p>Задание аргументов и запуск сценария без отладки. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Выполнить проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>Выполнить &проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Выполнить текущий проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Выполнить проект</b> <p>Задание аргументов командной строки и запуск проекта без отладки. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Охватывающее выполнение сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Охватывающее выполнение сценария...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>Выполнить охватывающее выполнение текущего сценария</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>Выполнить охватывающее выполнение текущего сценария</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Охватывающее выполнение сценария</b> <p>Задание аргументов командной строки и запуск сценария под управлением программы охватывающего анализа. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Охватывающее выполнение проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Охватывающее выполнение проекта...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>Выполнить охватывающее выполнение текущего проекта</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>Выполнить охватывающее выполнение текущего проекта</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Охватывающее выполнение проекта</b> <p>Задание аргументов командной строки и запуск проекта под управлением программы охватывающего анализа. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Профилировать сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Профилировать сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Профилировать текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Профилирование сценария</b> <p>Задание аргументов и запуск сценария на профилирование. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Профилировать проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Профилировать проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Профилировать текущий проект</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Профилировать текущий проект</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Профилировать проект</b> <p>Задание аргументов и запуск проекта на профилирование. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Отладить сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>&Отладить сценарий...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Отладить текущий сценарий</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Отладка сценария</b> <p>Задание аргументов командной строки и запуск сценария на отладку. Если файл не был сохранён, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Отладить проект</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>&Отладить проект...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Отладить текущий проект</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Отладить текущий проект</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>Отладка проекта</b> <p>Задание аргументов командной строки и запуск проекта на отладку. Текущей станет строка, содержащая первый исполняемый оператор Python. Если файлы проекта не были сохранены, изменения можно предварительно сохранить.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>Перезапустить сценарий, который отлаживался последним</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Остановить выполняющийся сценарий.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Продолжить</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>П&родолжить</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Продолжить выполнение программы с текущей точки</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Продолжить выполнение программы с текущей точки</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Продолжить</b> <p>Продолжить выполнение программы с текущей точки. Программа остановится при завершении или по достижении точки останова.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>Продолжить до курсора</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>Продолжить &до курсора</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Продолжить выполнение программы до строки, на которой находится курсор</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>Продолжить до курсора</b><p>Продолжить выполнение программы до строки, на которой находится курсор.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Одиночный шаг</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>&Одиночный шаг</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Выполнить один оператор Python</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>Одиночный шаг</b> <p>Выполнить один оператор Python. Если этот оператор - <tt>import</tt>, конструктор класса, метод или функция, отладчик получит управление перед выполнением следующего оператора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Следующая строка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>С&ледующая строка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>Выполнить один оператор Python текущего кадра стека</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>Следующая строка</b> <p>Выполнить оператор текущего кадра стека. Если этот оператор - <tt>import</tt>, конструктор класса, метод или функция, отладчик получит управление после его выполнения.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Возврат</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>&Возврат</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>Выполнить код до выхода из кадра стека</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>Возврат</b><p>Выполнить код до выхода из кадра стека. Если выполняемые операторы находятся внутри оператора <tt>import</tt>, конструктора класса, функции или метода, отладчик получит управление после выхода из текущего кадра стека.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Стоп</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>Ст&оп</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Остановить отладку</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Стоп</b> <p>Прервать текущую отладочную сессию.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Фильтр переменных по типу</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>Фильтр переменных по &типу...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Настройка фильтра переменных по типу</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Настройка фильтра переменных по типу</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>Фильтр переменных по типу</b><p>Настроить фильтр переменных по типу. Только те переменные, типы которых <b>не выделены</b>, будут отображаться в окнах глобальных и локальных переменных в течение отладки.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>Фильтр исключений</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>Фильтр &исключений...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>Настройка фильтра исключений</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>Настройка фильтра исключений</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>Фильтр исключений</b> <p>Настроить фильтр исключений. В течение отладочной сессии перехватываются только исключения, выделенные в списке.</p> <p>Стоит заметить, что все необработанные исключения перехватываются независимо от настроек фильтра.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Игнорированные исключения</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>&Игнорированные исключения...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Настройка игнорированных исключений</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Настройка игнорированных исключений</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Игнорированные исключения</b><p>Настроить игнорированные исключения. Только исключения, не попавшие в данный список, будут перехватываться при отладке.</p><p>Обратите внимание, что исключения, у которых нет соответствующего обработчика в тексте программы, невозможно игнорировать.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Поставить/Убрать точку останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Поставить/убрать точку останова</b> <p>Поставить/убрать точку останова в текущей строке текущего редактора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Редактировать точку останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>Редактировать точку останова</b> <p>Открыть диалог со свойствами точки останова. Работает в текущей строке текущего редактора.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Следующая точка останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>Следующая точка останова</b> <p>Переход к следующей точке останова в текущем редакторе.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>Предыдущая точка останова</b> <p>Переход к предыдущей точке останова в текущем редакторе.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Убрать точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>Убрать точки останова</b><p>Убрать точки останова во всех редакторах.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>&Отладка</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>&Начать</translation> + <source>&Debug</source> + <translation>&Отладка</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>&Начать</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Начать</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Отладка</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Отлаживаемая программа содержит неуказанную синтаксическую ошибку.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation><p>Файл <b>{0}</b> содержит синтактическую ошибку <b>{1}</b> в строке <b>{2}</b>, позиция <b>{3}</b>.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>Выброшено исключение, которое не было обработано программой. Более точная информация в окне консоли.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation><p>Отлаживаемая программа выдала исключение <br><b>{0}</b> "<b>{1}</b>"<br>Файл: <b>{2}</b>, строка <b>{3}</b></p><p>Прервать выполнение в этом месте?</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation><p>Отлаживаемая программа выдала исключение<br><b>{0}</b><br>"<b>{1}</b>"</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Отлаживаемая программа была неожиданно прервана.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>Ошибка в условиях точки останова</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation><p>Условие точки останова <b>{0}, {1}</b> содержит синтаксическую ошибку.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Ошибка в выражении для отслеживания</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation><p>Выражение для отслеживания <b>{0}</b> содержит синтаксическую ошибку.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' уже существует.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation><p>Выражение для отслеживания '<b>{0}</b>' для переменной <b>{1}</b> уже существует.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>Выражение для отслеживания уже существует</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Охват проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Охват сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Профиль проекта</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Профиль сценария</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>Для текущего проекта не определён главный сценарий. Отладка невозможна.</translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation>Программа завершилась</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation>Перезапуск</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation><b>Перезапуск</b><p>Задание аргументов командной строки и установка текущей строки первой исполняемой строкой программы для отладки. При необходимости сначала сохранить текст программы.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation><b>Остановка</b><p>Остановка выполнения программы в отладчике.</p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation><p>Программа генерирует сигнал "{0}".<br/>Файл: <b>{1}</b>, Строка: <b>{2}</b></p></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation><p>Сообщение: {0}</p></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation>Программа завершилась</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation>Перезапуск</translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation><b>Перезапуск</b><p>Задание аргументов командной строки и установка текущей строки первой исполняемой строкой программы для отладки. При необходимости сначала сохранить текст программы.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation><b>Остановка</b><p>Остановка выполнения программы в отладчике.</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation><p>Программа генерирует сигнал "{0}".<br/>Файл: <b>{1}</b>, Строка: <b>{2}</b></p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation><p>Сообщение: {0}</p></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation><p>Программа завершилась с кодом выхода {0}.</p>{1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> + <location filename="../Debugger/DebugUI.py" line="1067"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> <translation><p><b>{0}</b> завершилась с кодом выхода {1}.</p>{2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> + <location filename="../Debugger/DebugUI.py" line="1075"/> <source>Message: {0}</source> <translation>Сообщение: {0}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> + <location filename="../Debugger/DebugUI.py" line="1082"/> <source>The program has terminated with an exit status of {0}. {1}</source> <translation>Программа завершилась с кодом выхода {0}. {1}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> + <location filename="../Debugger/DebugUI.py" line="1085"/> <source>"{0}" has terminated with an exit status of {1}. {2}</source> <translation>"{0}" завершилась с кодом выхода {1}. {2}</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1067"/> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> @@ -6100,7 +6100,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> @@ -6109,22 +6109,22 @@ </translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation>Переместить указатель инструкции на курсор</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation>&Перейти к курсору</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation>Пропуск кода от текущей строки до текущей позиции курсора</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation><b>Переместить указатель инструкции к курсору</b><p>Перемещение указателя внутренней инструкции Python к текущей позиции курсора без выполнения промежуточного кода между ними.</p><p>При этом невожможно выйти из функции или перейти в блок кода, например в цикл. В таких случаях в лог выводится сообщение об ошибке.</p></translation> </message> @@ -6584,47 +6584,47 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation>Запуск отладчика</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation><p>Интерпретатор {0} не настроен.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Невозможно запустить бэкэнд отладчика</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation>Родительский процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation>Порожденный процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation>Разветвление процесса</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation>Выберите fork-ветку для отслеживания.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation>Протокол ошибок отладки</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>Невозможно декодировать ответ, полученный от бэкэнда отладчика. Сообщите об этой проблеме, отправив полученные данные на электронную почту eric bugs. </ P> <p> Error: {0} </ p> <p> Data: <br/> {0} </ p></translation> </message> @@ -9266,877 +9266,877 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation>Отмена</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>Повтор</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Отмена</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>Повтор</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>Вернуть к последнему записанному состоянию</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Вырезать</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Копировать</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Вырезать</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Копировать</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Вставить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Увеличить отступ</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Уменьшить отступ</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Закомментировать</translation> + <source>Indent</source> + <translation>Увеличить отступ</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Раскомментировать</translation> + <source>Unindent</source> + <translation>Уменьшить отступ</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>Поточный комментарий</translation> + <source>Comment</source> + <translation>Закомментировать</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Прямоугольный комментарий</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Выбрать до скобки</translation> + <source>Uncomment</source> + <translation>Раскомментировать</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Поточный комментарий</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Прямоугольный комментарий</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Выбрать до скобки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Выбрать всё</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation>Снять выделение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7293"/> - <source>Check spelling...</source> - <translation>Проверка орфографии...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation>Снять выделение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation>Проверка орфографии...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Проверка орфографии выделенного участка...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Удалить из словаря</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Укоротить пустые строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Использовать моноширинный шрифт</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>Автосохранение разрешено</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Разрешить помощь при наборе</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> - <source>Close</source> - <translation>Закрыть</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="798"/> + <source>Close</source> + <translation>Закрыть</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Сохранить как...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation>Дополнение из документа</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation>Дополнение из API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation>Дополнение из документа и API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>Подсказка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Проверки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Показать</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>Статистика кода...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>Охват кода...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Показать аннотации по охвату</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Не показывать аннотации по охвату</translation> + <source>Code metrics...</source> + <translation>Статистика кода...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>Охват кода...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Показать аннотации по охвату</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Не показывать аннотации по охвату</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Данные профайлера...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Диаграммы</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Диаграмма классов...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Диаграмма пакетов...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Диаграмма импортирования...</translation> + <source>Diagrams</source> + <translation>Диаграммы</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Диаграмма классов...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Диаграмма пакетов...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Диаграмма импортирования...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Диаграмма приложения...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Нет языка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Предполагаемый язык</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Альтернативная подсветка</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Кодировки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Тип конца строки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Экспортировать как</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Создать/Удалить закладку</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Следующая закладка</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Предыдущая закладка</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Создать/Удалить закладку</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Следующая закладка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Предыдущая закладка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Очистить все закладки</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Поставить/убрать точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>Поставить/убрать временную точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5205"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Разрешить точку останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Следующая точка останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all breakpoints</source> <translation>Убрать все точки останова</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation>Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation>Показать сообщение о синтаксической ошибке</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Очистить синтаксическую ошибку</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196"/> - <source>Next warning</source> - <translation>Следующее предупреждение</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Очистить синтаксическую ошибку</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1202"/> + <source>Next warning</source> + <translation>Следующее предупреждение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Предыдущее предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Показать предупреждение</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Очистить предупреждения</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Следующая неохваченная строка</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>Предыдущая неохваченная строка</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Следующая неохваченная строка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>Предыдущая неохваченная строка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Следующая задача</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Предыдущая задача</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>LMB toggles bookmarks</source> + <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>LMB toggles breakpoints</source> + <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1286"/> + <source>Export source</source> + <translation>Экспортировать исходник</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1278"/> + <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="1286"/> + <source>No export format given. Aborting...</source> + <translation>Не задан формат экспорта. Прерывание...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1297"/> + <source>Alternatives ({0})</source> + <translation>Альтернативы ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Pygments Lexer</source> + <translation>Лексер подсветки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Задайте лексер подсветки синтаксиса.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation>Редактирование файла, открытого только на чтение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="2478"/> + <source>Printing...</source> + <translation>Печать...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation>Печать завершена</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation>Ошибка печати</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation>Печать прервана</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation>Файл изменён</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <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="2913"/> + <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="3076"/> + <source>Save File</source> + <translation>Сохранить файл</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3017"/> + <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="3076"/> + <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="4481"/> + <source>Autocompletion</source> + <translation>Автодополнение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <source>Autocompletion is not available because there is no autocompletion source set.</source> + <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5213"/> + <source>Disable breakpoint</source> + <translation>Запретить точку останова</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation>Охват кода</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Please select a coverage file</source> + <translation>Пожалуйста, выберите файл для информации охвата</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>Show Code Coverage Annotations</source> + <translation>Показать аннотации по охвату</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Все строки выполняются.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>There is no coverage file available.</source> + <translation>Нет файла с информацией по охвату.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Profile Data</source> + <translation>Данные профайлера</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Please select a profile file</source> + <translation>Пожалуйста, выберите файл профиля</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation>Синтаксическая ошибка</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation>Нет сообщения о синтаксической ошибке.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Macro Name</source> + <translation>Имя макроса</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Select a macro name:</source> + <translation>Задайте имя макроса:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6268"/> + <source>Load macro file</source> + <translation>Загрузить макрос</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Macro files (*.macro)</source> + <translation>Макросы (*.macro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6291"/> + <source>Error loading macro</source> + <translation>Ошибка при загрузке макроса</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6282"/> + <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="6291"/> + <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="6311"/> + <source>Save macro file</source> + <translation>Сохранить файл с макросами</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <source>Save macro</source> + <translation>Сохранить макрос</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <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="6344"/> + <source>Error saving macro</source> + <translation>Ошибка при сохранении макроса</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <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="6357"/> + <source>Start Macro Recording</source> + <translation>Начать запись макроса</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6357"/> + <source>Macro recording is already active. Start new?</source> + <translation>Запись макроса уже идёт. Начать новую запись?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Macro Recording</source> + <translation>Запись макроса</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Enter name of the macro:</source> + <translation>Задайте имя макроса:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation>Файл изменен</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6685"/> + <source>{0} (ro)</source> + <translation>{0} (только чтение)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation>Ошибка Drag&&Drop</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <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="6846"/> + <source>Resources</source> + <translation>Ресурсы</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6848"/> + <source>Add file...</source> + <translation>Добавить файл...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Добавить файлы...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Добавить файл под другим именем...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Добавить локализованный ресурс...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> + <source>Add resource frame</source> + <translation>Добавить фрагмент ресурсов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation>Добавить файл ресурсов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation>Добавить файлы ресурсов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation>Добавить файл ресурсов под другим именем</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Другое имя для файла <b>{0}</b>:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Package Diagram</source> + <translation>Диаграмма пакетов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation>Включать атрибуты класса?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Imports Diagram</source> + <translation>Диаграмма импортов</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Include imports from external modules?</source> + <translation>Включать импорты из внешних модулей?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Application Diagram</source> + <translation>Диаграмма приложения</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation>Включать имена модулей?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7301"/> + <source>Add to dictionary</source> + <translation>Добавить в словарь</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7303"/> + <source>Ignore All</source> + <translation>Игнорировать всё</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>Предупреждение: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> + <source>Error: {0}</source> + <translation>Ошибка: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6517"/> + <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="816"/> + <source>Open 'rejection' file</source> + <translation>Открыть 'отбракованный' файл</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation>Загрузить диаграмму...</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1240"/> - <source>LMB toggles bookmarks</source> - <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1244"/> - <source>LMB toggles breakpoints</source> - <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1280"/> - <source>Export source</source> - <translation>Экспортировать исходник</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1272"/> - <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="1280"/> - <source>No export format given. Aborting...</source> - <translation>Не задан формат экспорта. Прерывание...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Alternatives ({0})</source> - <translation>Альтернативы ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Pygments Lexer</source> - <translation>Лексер подсветки</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Задайте лексер подсветки синтаксиса.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation>Редактирование файла, открытого только на чтение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="2472"/> - <source>Printing...</source> - <translation>Печать...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation>Печать завершена</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation>Ошибка печати</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation>Печать прервана</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation>Файл изменён</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <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="2907"/> - <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="3070"/> - <source>Save File</source> - <translation>Сохранить файл</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3011"/> - <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="3070"/> - <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="4475"/> - <source>Autocompletion</source> - <translation>Автодополнение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4475"/> - <source>Autocompletion is not available because there is no autocompletion source set.</source> - <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5208"/> - <source>Disable breakpoint</source> - <translation>Запретить точку останова</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5582"/> - <source>Code Coverage</source> - <translation>Охват кода</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5582"/> - <source>Please select a coverage file</source> - <translation>Пожалуйста, выберите файл для информации охвата</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5645"/> - <source>Show Code Coverage Annotations</source> - <translation>Показать аннотации по охвату</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5638"/> - <source>All lines have been covered.</source> - <translation>Все строки выполняются.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5645"/> - <source>There is no coverage file available.</source> - <translation>Нет файла с информацией по охвату.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5760"/> - <source>Profile Data</source> - <translation>Данные профайлера</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5760"/> - <source>Please select a profile file</source> - <translation>Пожалуйста, выберите файл профиля</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5920"/> - <source>Syntax Error</source> - <translation>Синтаксическая ошибка</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5920"/> - <source>No syntax error message available.</source> - <translation>Нет сообщения о синтаксической ошибке.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6235"/> - <source>Macro Name</source> - <translation>Имя макроса</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6235"/> - <source>Select a macro name:</source> - <translation>Задайте имя макроса:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6263"/> - <source>Load macro file</source> - <translation>Загрузить макрос</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6306"/> - <source>Macro files (*.macro)</source> - <translation>Макросы (*.macro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6286"/> - <source>Error loading macro</source> - <translation>Ошибка при загрузке макроса</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6277"/> - <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="6286"/> - <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="6306"/> - <source>Save macro file</source> - <translation>Сохранить файл с макросами</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6323"/> - <source>Save macro</source> - <translation>Сохранить макрос</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6323"/> - <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="6339"/> - <source>Error saving macro</source> - <translation>Ошибка при сохранении макроса</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6339"/> - <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="6352"/> - <source>Start Macro Recording</source> - <translation>Начать запись макроса</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6352"/> - <source>Macro recording is already active. Start new?</source> - <translation>Запись макроса уже идёт. Начать новую запись?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6378"/> - <source>Macro Recording</source> - <translation>Запись макроса</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6378"/> - <source>Enter name of the macro:</source> - <translation>Задайте имя макроса:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6516"/> - <source>File changed</source> - <translation>Файл изменен</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6680"/> - <source>{0} (ro)</source> - <translation>{0} (только чтение)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6820"/> - <source>Drop Error</source> - <translation>Ошибка Drag&&Drop</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6820"/> - <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="6841"/> - <source>Resources</source> - <translation>Ресурсы</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add file...</source> - <translation>Добавить файл...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add files...</source> - <translation>Добавить файлы...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6847"/> - <source>Add aliased file...</source> - <translation>Добавить файл под другим именем...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6850"/> - <source>Add localized resource...</source> - <translation>Добавить локализованный ресурс...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6854"/> - <source>Add resource frame</source> - <translation>Добавить фрагмент ресурсов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6873"/> - <source>Add file resource</source> - <translation>Добавить файл ресурсов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6889"/> - <source>Add file resources</source> - <translation>Добавить файлы ресурсов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6917"/> - <source>Add aliased file resource</source> - <translation>Добавить файл ресурсов под другим именем</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6917"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Другое имя для файла <b>{0}</b>:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6981"/> - <source>Package Diagram</source> - <translation>Диаграмма пакетов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6981"/> - <source>Include class attributes?</source> - <translation>Включать атрибуты класса?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7001"/> - <source>Imports Diagram</source> - <translation>Диаграмма импортов</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7001"/> - <source>Include imports from external modules?</source> - <translation>Включать импорты из внешних модулей?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7015"/> - <source>Application Diagram</source> - <translation>Диаграмма приложения</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7015"/> - <source>Include module names?</source> - <translation>Включать имена модулей?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7296"/> - <source>Add to dictionary</source> - <translation>Добавить в словарь</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7298"/> - <source>Ignore All</source> - <translation>Игнорировать всё</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6174"/> - <source>Warning: {0}</source> - <translation>Предупреждение: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6181"/> - <source>Error: {0}</source> - <translation>Ошибка: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6512"/> - <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> - <translation><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> + <source>Next change</source> + <translation>Следующее изменение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation>Предыдущее изменение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation>Сортировать строки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation>Предупреждение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation>Нет предупреждающего сообщения.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation>Стиль: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation>Новое окно для документа</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation>Новое окно для документа (в новом разделе)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation>Инструменты</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation>Открыть заново с кодировкой</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в Eric6. Обновить?</p></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation>Автоматическое дополнение</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation>Дополнить</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation>Источник автодополнений</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation>Источник всплывающих подсказок</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation>Регистрация обработчика кликов мышки</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation>Открыть 'отбракованный' файл</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation>Загрузить диаграмму...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation>Следующее изменение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation>Предыдущее изменение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7710"/> - <source>Sort Lines</source> - <translation>Сортировать строки</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7710"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6110"/> - <source>Warning</source> - <translation>Предупреждение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6110"/> - <source>No warning messages available.</source> - <translation>Нет предупреждающего сообщения.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6171"/> - <source>Style: {0}</source> - <translation>Стиль: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation>Новое окно для документа</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation>Новое окно для документа (в новом разделе)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation>Инструменты</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation>Открыть заново с кодировкой</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6506"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в Eric6. Обновить?</p></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation>Автоматическое дополнение</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation>Дополнить</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4589"/> - <source>Auto-Completion Provider</source> - <translation>Источник автодополнений</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4589"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4945"/> - <source>Call-Tips Provider</source> - <translation>Источник всплывающих подсказок</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4945"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7797"/> - <source>Register Mouse Click Handler</source> - <translation>Регистрация обработчика кликов мышки</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7797"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation>Сохранить копию...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation>Очистить кэш дополнений</translation> </message> @@ -40801,327 +40801,327 @@ <translation>Регистрация типа проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Загрузить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Сохранить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Прочитать пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Сохранить пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Загрузить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Пожалуйста, сначала сохраните проект.</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Сохранить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Удалить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с сессией: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Прочитать свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Добавить язык перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>Необходимо сначала задать шаблон перевода.</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Удалить перевод</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с переводом: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Добавить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Невозможно добавить выделенный файл <b>{0}</b> в архив <b>{1}</b>. </p><p>Причина: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>Целевая директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Добавление директории</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Директория не содержит ни одного файла, принадлежащего к заданной категории.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать директорию <b>{0}</b> </p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>Исходная директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Невозможно переименовать файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Удалить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Удалить директорию</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранную директорию <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Создать директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Невозможно создать директорию проекта <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Добавить существующие файлы в проект?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Выберите систему контроля версий (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>Вы хотите редактировать опции команд VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить ли файл проекта в репозиторий?</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Шаблон перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Введите шаблон пути для файлов переводов (используйте '%language%' вместо language code):</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Открыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>Сохранить проект как</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Изменения в текущем проекте не сохранены.</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Найдены синтаксические ошибки</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform> @@ -41130,362 +41130,362 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>&Новый...</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Создать новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Новый...</b><p>Открытие диалога ввода информации о новом проекте.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Открыть...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Открыть...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Открыть существующий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Открыть...</b><p>Открытие существующего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Закрыть проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Закрыть</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Закрыть текущий проект</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Закрыть проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Закрыть</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Закрыть текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Закрыть</b><p>Закрытие текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Сохранить проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>&Сохранить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Сохранить текущий проект</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Сохранить проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>&Сохранить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Сохранить текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Сохранить</b><p>Сохранение текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Сохранить текущий проект в новый файл</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Сохранить как</b><p> Сохранение текущего проекта в новый файл.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Добавить файлы в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>Добавить &файлы...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Добавить файлы в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>Добавить &файлы...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Добавить файлы в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Добавить файлы</b> <p>Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Добавить директорию в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Добавить директорию...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Добавить директорию в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Добавить директорию...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Добавить директорию в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Добавить директорию...</b> <p>Открытие диалога добавления директории к текущему проекту.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation>Добавить перевод в проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Добавить &перевод...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Добавить &перевод...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Добавить перевод в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Добавить перевод...</b><p>Открытие диалога добавления перевода в текущий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>Поис&к новых файлов...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Поиск новых файлов в директории проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Искать новые файлы...</b><p>Поиск новых файлов (исходников, *.ui, *.idl) в директории проекта и зарегистрированных поддиректориях.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3690"/> <source>Project properties</source> <translation>Свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Свойства...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Показать свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Свойства...</b><p>Отображение диалога для редактирования свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>Пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>&Пользовательские свойства...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>&Пользовательские свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>Показать пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Пользовательские свойства...</b><p>Отображает диалог редактирования пользовательских свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Ассоциации типа файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Ассоциации типа файлов...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>Показать ассоциации типов файлов для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Ассоциации типов файлов...</b> <p>Отображение диалога для редактирования ассоциаций типов файлов проекта. Эти ассоциации связывают тип файла (исходник, форма, интерфейс и т.д.) с шаблоном имени файла. Они используются при добавлении файлов в проект и при поиске новых файлов.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation>Ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation>Ассоциации для лексеров...</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Показать ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Ассоциации для лексеров...</b><p>Показать ассоциации лексеров для проекта. Эти ассоциации переопределяют глобальные ассоциации лексеров. Лексеры используются для подсвечивания текста в редакторе.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>Свойства отладчика</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>&Свойства отладчика...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Показать свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>Свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>&Свойства отладчика...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Показать свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Свойства отладчика...</b> <p>Отображение диалога редактирования свойств отладчика, специфичных для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> + <location filename="../Project/Project.py" line="3767"/> <source>Load</source> <translation>Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>&Загрузить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Загрузить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>&Загрузить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Загрузить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Загрузить свойства отладчика</b> <p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Сохранить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Сохранить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Сохранить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Сохранить свойства отладчика</b><p>Сохранить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> + <location filename="../Project/Project.py" line="3791"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Удалить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Удалить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Удалить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Удалить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Удалить свойства отладчика</b><p>Удалить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>&Сбросить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Сбросить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>&Сбросить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Сбросить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Сбросить свойства отладчика</b><p>Сбросить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Загрузить сессию</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Загрузить файл с сессией проекта.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Загрузить сессию</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Загрузить файл с сессией проекта.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Загрузить сессию</b> <p>Загрузить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -41497,17 +41497,17 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> + <location filename="../Project/Project.py" line="3836"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3835"/> + <location filename="../Project/Project.py" line="3840"/> <source>Save the projects session file.</source> <translation>Сохранить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3836"/> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Сохранить сессию</b> <p>Сохранить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -41519,252 +41519,252 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Delete session</source> <translation>Удалить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Delete the projects session file.</source> <translation>Удалить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3854"/> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Удалить сессию</b><p>Удалить файл с сессией проекта</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Статистика кода</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>&Статистика кода...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Отображение статистики кода проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Статистика кода...</b><p>Отображение статистики кода проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Охват кода Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>&Заключения по коду...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>Показать заключение охвата по коду проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Заключение по охвату коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Данные профайлера...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>Отображение результатов профилирования проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Данные профайлера...</b><p>Отображение результатов профилирования проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>&Диаграмма приложения...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Показать диаграмму проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Диаграмма приложения...</b><p>Отображает диаграмму проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation>&Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Создать архив плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation>Создать архивы &плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Открыть &недавние проекты</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>Контроль &версий</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>&Проверки</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>По&казать</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>&Диаграммы</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Сессия</translation> + <source>Open &Recent Projects</source> + <translation>Открыть &недавние проекты</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>Контроль &версий</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>&Документация исходников</translation> + <source>Chec&k</source> + <translation>&Проверки</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Отладка</translation> + <source>Sho&w</source> + <translation>По&казать</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>&Диаграммы</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Сессия</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>&Документация исходников</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Отладка</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>У&паковщики</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>&Очистить</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>Не найдено файлов для добавления.</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Система контроля версий</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий отключен.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Данные охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Охват кода</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b> в архиве. Игнорируем его.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> @@ -41774,32 +41774,32 @@ <translation>Python2 файлы (*.py2);;Python2 GUI файлы (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation>Создать главный сценарий</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Невозможно создать главный файл проекта<b>{0}</b>.<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation>Загрузить диаграмму</translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation>&Загрузить диаграмму...</translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation>Загрузить диаграмму из файла.</translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Загрузить диаграмму...</b><p>Загрузить диаграмму из файла.</p></translation> </message> @@ -41829,37 +41829,37 @@ <translation>Консоль PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Откат отвергнут.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Создать первичный файл PKGLIST для плагина Eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Создать список пакета</b><p>Создаёт начальный список файлов для включения в архив плагина Eric6. Список создаётся из файла проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation>Создание архивных файлов плагина eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Создать архивы плагина</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного скрипта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать архив плагина <b>{0}</b> Eric6.</p><p>Причина: {1}</p></translation> </message> @@ -41879,108 +41879,108 @@ <translation>Плагин Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation>Создать служебную директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Директория проекта <b>{0}</b> не доступна для записи.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation>Поиск файла в списке файлов проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Поиск файла проекта</b><p>Поиск файла в списке файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation>Поиск файла проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation>Поиск файла проекта...</translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation>Создать архивы плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Создать архивы плагина (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Создать архивы плагина (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Создать архивы плагина (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Создание архивных файлов плагина eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Создать архивы плагина (Snapshot)</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation>Выбор списков пакета:</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation>Создание архивов плагина...</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation>%v из %m архивов</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Файлы архива плагина eric6 были созданы с ошибками.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Файлы архива плагина eric6 созданы успешно.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Файлы со списком пакета (PKGLIST*) не доступны или не выбраны. Отмена...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Файл <b>{0}</b> пока не готов.</p><p>Пожалуйста переработайте его и удалите строки '; initial_list' из его заголовка.</p></translation> </message> @@ -53330,51 +53330,51 @@ <translation>Начать выполнение с охватом</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Командная строка:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Задайте параметры командной строки</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Командная строка</b> <p>Задайте параметры командной строки.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Рабочая директория:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Задайте рабочую директорию</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Рабочая директория</b> <p>Введите имя директории, в которой будет отлаживаться приложение. Оставьте пустым, чтобы использовать директорию, в которой находится исполняемый файл.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>Переменные &окружения:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Задайте, какие переменные окружения нужно установить.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53383,81 +53383,97 @@ <p>Например: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Разрешить перехват исключений</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Перехватывать исключения</b> <p>Отключите, чтобы не перехватывать исключения</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Перехватывать &исключения</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Разрешить очистку в окне интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Очищать окно интерпретатора</b><p>Очистка окна интерпретатора перед запуском клиента отладки.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Очистка окна &интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Разрешить запускать отладчик в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Запустить в окне консоли</b> <p>Разрешить запуск отладчика в окне консоли. Консоль для отладчика должна быть настроена на странице 'Отладка' &gt;Основного меню</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation>Запустить в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> <source>Select this to erase the collected coverage information</source> <translation>Разрешить удаление собранной информации охвата</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> <source><b>Erase coverage information</b> <p>Select this to erase the collected coverage information before the next coverage run.</p></source> <translation><b>Стереть информацию охвата</b> <p>Разрешить удаление информации охвата перед следующим охватывающим выполнением.</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>&Удалить информацию охвата</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -53467,51 +53483,51 @@ <translation>Начать отладку</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Командная строка:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Задайте параметры командной строки</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Командная строка</b> <p>Задайте параметры командной строки.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Рабочая директория:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Задайте рабочую директорию</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Рабочая директория</b> <p>Введите имя директории, в которой будет отлаживаться приложение. Оставьте пустым, чтобы использовать директорию, в которой находится исполняемый файл.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>Переменные &окружения:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Задайте, какие переменные окружения нужно установить.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53520,161 +53536,182 @@ <p>Например: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Разрешить перехват исключений</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Перехватывать исключения</b> <p>Отключите, чтобы не перехватывать исключения</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Перехватывать &исключения</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> + <location filename="../Debugger/StartDebugDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Разрешить очистку в окне интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> + <location filename="../Debugger/StartDebugDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Очищать окно интерпретатора</b><p>Очистка окна интерпретатора перед запуском клиента отладки.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> + <location filename="../Debugger/StartDebugDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Очистка окна &интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> + <location filename="../Debugger/StartDebugDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Разрешить запускать отладчик в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> + <location filename="../Debugger/StartDebugDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Запустить в окне консоли</b> <p>Разрешить запуск отладчика в окне консоли. Консоль для отладчика должна быть настроена на странице 'Отладка' &gt;Основного меню</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>Запустить в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="188"/> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> <source>Select to trace into the Python library</source> <translation>Заходить при отладке в стандартные функции Python</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="191"/> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> <source>&Trace into interpreter libraries</source> <translation>&Заходить при отладке в стандартные библиотеки</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="194"/> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> <source>Alt+T</source> <translation>Alt+T</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> <source>Select to not stop the debugger at the first executable line.</source> <translation>Разрешить не останавливать отладчик на первой исполняемой строке.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="204"/> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> <translation><b>Не останавливаться на первой строке</b><p>Отменяет остановку отладчика на первой исполняемой строке.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="207"/> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Don't stop at first line</source> <translation>Не останавливаться на первой строке</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> + <location filename="../Debugger/StartDebugDialog.ui" line="249"/> <source>Forking</source> <translation>Форк</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> <source>Select to go through the fork without asking</source> <translation>Форк без подтверждения</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Форк без остановки</b> <p>Проходить через форк не запрашивая подтверждения.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> <source>Fork without pausing</source> <translation>Форк без остановки</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> <source>Select to debug the child process after forking</source> <translation>После форка отлаживать дочерний процесс</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Отлаживать дочерний процесс</b> <p>После форка отлаживать дочерний процесс. Если эта опция не выбрана, то будет отлаживаться родительский процесс. Действительна только в случае если выбрана опция "Форк без остановки".</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>Следовать порождённому процессу</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Очистить историю</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation>Редактировать историю</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation>Командная строка</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation>Рабочая директория</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation>Среда окружения</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation>Выберите список истории для редактирования:</translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -53760,51 +53797,51 @@ <translation>Начать профилирование</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Командная строка:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Задайте параметры командной строки</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Командная строка</b> <p>Задайте параметры командной строки.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Рабочая директория:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Задайте рабочую директорию</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Рабочая директория</b> <p>Введите имя директории, в которой будет отлаживаться приложение. Оставьте пустым, чтобы использовать директорию, в которой находится исполняемый файл.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>Переменные &окружения:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Задайте, какие переменные окружения нужно установить.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53813,81 +53850,97 @@ <p>Например: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Разрешить перехват исключений</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Перехватывать исключения</b> <p>Отключите, чтобы не перехватывать исключения</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Перехватывать &исключения</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Разрешить очистку в окне интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Очищать окно интерпретатора</b><p>Очистка окна интерпретатора перед запуском клиента отладки.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Очистка окна &интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Разрешить запускать отладчик в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Запустить в окне консоли</b> <p>Разрешить запуск отладчика в окне консоли. Консоль для отладчика должна быть настроена на странице 'Отладка' &gt;Основного меню</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation>Запустить в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> + <location filename="../Debugger/StartProfileDialog.ui" line="218"/> <source>Select this to erase the collected timing data</source> <translation>Разрешить удаление информации времени выполнения</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> + <location filename="../Debugger/StartProfileDialog.ui" line="221"/> <source><b>Erase timing data</b> <p>Select this to erase the collected timing data before the next profiling run.</p></source> <translation><b>Стереть информацию времени выполнения</b> <p>Разрешить удаление информации времени выполнения перед следующим профилированием.</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Удалить информацию &времени выполнения</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -53897,51 +53950,51 @@ <translation>Запустить на выполнение</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>&Командная строка:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Задайте параметры командной строки</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>Командная строка</b> <p>Задайте параметры командной строки.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Рабочая директория:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Задайте рабочую директорию</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>Рабочая директория</b> <p>Введите имя директории, в которой будет отлаживаться приложение. Оставьте пустым, чтобы использовать директорию, в которой находится исполняемый файл.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>Переменные &окружения:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Задайте, какие переменные окружения нужно установить.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -53950,98 +54003,114 @@ <p>Например: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>Разрешить перехват исключений</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>Перехватывать исключения</b> <p>Отключите, чтобы не перехватывать исключения</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>Перехватывать &исключения</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>Разрешить очистку в окне интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>Очищать окно интерпретатора</b><p>Очистка окна интерпретатора перед запуском клиента отладки.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Очистка окна &интерпретатора</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>Разрешить запускать отладчик в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation><b>Запустить в окне консоли</b> <p>Разрешить запуск отладчика в окне консоли. Консоль для отладчика должна быть настроена на странице 'Отладка' &gt;Основного меню</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>Запустить в окне консоли</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> + <location filename="../Debugger/StartRunDialog.ui" line="220"/> <source>Forking</source> <translation>Форк</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> <source>Select to go through the fork without asking</source> <translation>Форк без подтверждения</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> <source><b>Fork without pausing</b> <p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> <translation><b>Форк без остановки</b> <p>Проходить через форк не запрашивая подтверждения.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> <source>Fork without pausing</source> <translation>Форк без остановки</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> <source>Select to debug the child process after forking</source> <translation>После форка отлаживать дочерний процесс</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> <source><b>Debug Child Process</b> <p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> <translation><b>Отлаживать дочерний процесс</b> <p>После форка отлаживать дочерний процесс. Если эта опция не выбрана, то будет отлаживаться родительский процесс. Действительна только в случае если выбрана опция "Форк без остановки".</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>Следовать порождённому процессу</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_tr.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_tr.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5487,17 +5487,17 @@ <translation>değişti</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>Yasal olmayan bir host tan balğlantı</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation><p><b>{0}</b>kaçak bir barındırıcıdan (host) bağlantı denemesi. Bu bağlantıyı kabul ediyor musunuz?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5506,13 +5506,13 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5531,292 +5531,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>Betiği Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>Betiiğ Çalıştı&r...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>Geçerli betiği çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Betiği Çalıştır</b><p> KOmut satırı argumanlarını ayarla ve hata ayıklayıcının dışında çalıştır. Eğer dosyada kaydedilmemiş değişiklikler varsa önce kaydedilmelidir.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>Projeyi Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>&Projeyi Çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>Geçerli Projeyi Çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>Betik kapsamını çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>Betik kapsamını çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>Proje kapsamını çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>Proje kapsamını çalıştır...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>Betik Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>Betik Kesiti...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>Geçerli Betiğin Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>Betik Kesiti</b><p>Komut satırından gerekli argumanları giriniz ve betiğin kesitini alınız Eğer dosyada kaydedilmemiş değişiklikler varsa önce kaydedilmelidir.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>Proje Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>Proje Kesiti...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>Geçerli Projenin Kesiti</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>Geçerli Projenin Kesiti</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>Betik Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>Be&tik Hata Ayıklama...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>Geçerli betikte hata ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>Proje Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>&Proje Hata Ayıklama...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>Geçeli Projede Hata Ayıklama</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>Geçeli Projede Hata Ayıklama</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>En son hata ayıklama yapılan betiği yeniden çalıştır</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>Çalışan betiği durdur.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>Devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>&Devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>Geçerli satırdan itibaren programı çalıştırmaya devam et</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>Geçerli satırdan itibaren programı çalıştırmaya devam et</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>Devam Et</b><p>Geçerli satırdan itibaren programı çalıştırmaya devam et. Proğram sonlandırıldığında yada bir bekleme nokatsına ulaştığında durur.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>İmlece kadar devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>İmlece Kadar Devam E&t</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>Geçerli satırdan geçerli imleç pozisyonuna kadar programı çalıştırmaya devam et</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>İmlece Kadar Devam Et</b><p>Geçerli satırdan geçerli imleç pozisyonuna kadar programı çalıştırmaya devam et.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>Tekli Adım</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>Tek&li Adım</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>Tekbir Python ifadesini girçekleştir</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>Sona Kadar Adımla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>S&ona Kadar Adımla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>Adımlamadan Çık</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>Adımdan Çı&k</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>Dur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>D&ur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>Hata ayıklamayı durdur</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>Dur</b><p>Çalışan hata ayıklama oturumunu durdur.</p></translation> </message> @@ -5851,267 +5851,267 @@ <translation type="obsolete">Gerçekl&eştir...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>Değişken Tipi Süzgeçi</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>Değişken Tipi Süzgeçi&b...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>Değişken Tipi Süzgeçi Yapılandır</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>Değişken Tipi Süzgeçi Yapılandır</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>İstisnai Süzgeç</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>İstisnai Süz&eç...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>İstisnai Süzgeçi ayarla</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>İstisnai Süzgeçi ayarla</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>Yoksayılan İstisnalar</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>Yoksayılan İst&isnalar...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>Yoksayılan istisnaları ayarla</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>Yoksayılan istisnaları ayarla</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>Yoksayılan İstisnalar</b><p>Yoksayılan istisnaları ayarla.hata ayıklama süreci içinde vurgulanan istisnaları listeleme.</p><p>Lütfen dikkat, ele alınmamış istisnalar yoksayılamaz.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>Beklemenoktası Açkapa</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>Açkapa Beklemenoktası</b><p>Geçerli düzenleyicinin geçerli satırırında bir bekleme noktasını açkapa.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>Bekleme Noktasını Düzenle</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>Bekleme Noktasını Düzenle...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>Sonraki Beklemenoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>Önceki Beklemenoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>Beklemenoktalarını Temizle</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>Hata Ayık&lama</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>Ba&şlat</translation> + <source>&Debug</source> + <translation>Hata Ayık&lama</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>Ba&şlat</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>&Durmanoktası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>Başla</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>Hata Ayıklama</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>Uygulama belirtilmemiş sözdizimi hatalarını belirlemeye başladı.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>Hata ayıklanmaya başlanan program beklenmeyen bir şekilde sonlandı.</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>Gözetleme İfade hatası</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>Hali hazırda gözetleme ifadesi var</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>Proje Kapsamı</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>Betik Kapsamı</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>Proje Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>Betik Kesiti</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation type="unfinished"></translation> </message> @@ -6126,93 +6126,93 @@ <translation type="obsolete">Çalıştırılacak ifadeleri giriniz</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1062"/> + <location filename="../Debugger/DebugUI.py" line="1089"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="299"/> + <location filename="../Debugger/DebugUI.py" line="301"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="305"/> + <location filename="../Debugger/DebugUI.py" line="307"/> <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="321"/> + <location filename="../Debugger/DebugUI.py" line="323"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> + <location filename="../Debugger/DebugUI.py" line="1268"/> <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> + <location filename="../Debugger/DebugUI.py" line="1056"/> <source><p>Message: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> + <location filename="../Debugger/DebugUI.py" line="1062"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6668,7 +6668,7 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">Hata Ayıklayıcıyı Başlat</translation> </message> @@ -6678,42 +6678,42 @@ <translation type="obsolete"><p>Python2 yorumlayıcısı ayarlanmamış.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished">Ana İşlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished">Alt işlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished">İstemci çatallaşması</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Takip eden çatallaşmadaki branşı seç.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9578,127 +9578,127 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation>Geri Al</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>İleri al</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>Geri Al</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>İleri al</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>En son kaydedileni eski haline getir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>Kes</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>Kopyala</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>Kes</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>Kopyala</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>Yapıştır</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>Girinti</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>Girintisiz</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>Yorumlayıcı</translation> + <source>Indent</source> + <translation>Girinti</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>Yorumlanamaz</translation> + <source>Unindent</source> + <translation>Girintisiz</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> + <source>Comment</source> <translation>Yorumlayıcı</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>Kutu Yorumlayıcı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>Köşeli ayracı seç</translation> + <source>Uncomment</source> + <translation>Yorumlanamaz</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>Yorumlayıcı</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>Kutu Yorumlayıcı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>Köşeli ayracı seç</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>Hepsini seç</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation>Tüm seçimi iptal et</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation>Yazım Kontrolü...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation>Tüm seçimi iptal et</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation>Yazım Kontrolü...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>Seçilen alanın yazım kontrolü...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>Sözlükten çıkar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>Boş satırları kısalt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>Tek hacimli yazıtipi kullan</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>Otomatik kayıt kabul edildi</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>Yazım yardımı etkinleştirildi</translation> </message> @@ -9708,27 +9708,27 @@ <translation type="obsolete">Otomatik tamamlama onaylı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> + <location filename="../QScintilla/Editor.py" line="798"/> <source>Close</source> <translation>Kapat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="798"/> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>Farklı Kaydet...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>Yazdır</translation> </message> @@ -9743,727 +9743,727 @@ <translation type="obsolete">dinamik</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">Belgeden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">API'den</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">Belgeden ve API'den</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>İpucu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>Kontrol</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>Göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>Metrik Kod...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>Kod koruyucu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>Kodun dipnotunu göster</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>Kod koruyucu dipnotunu gizle</translation> + <source>Code metrics...</source> + <translation>Metrik Kod...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>Kod koruyucu...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>Kodun dipnotunu göster</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>Kod koruyucu dipnotunu gizle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>Veri kesiti...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>Şema</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>Sınıf Şeması...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>Paket Şeması...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>Şemayı İçe aktar...</translation> + <source>Diagrams</source> + <translation>Şema</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>Sınıf Şeması...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>Paket Şeması...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>Şemayı İçe aktar...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>Uygulama Şeması...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>Dil Yok</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>Tahmin edilen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>Kodlama</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>Yazım satırının sonu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>Farklı Dışaktar</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>Yerimi açkapa</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>Sonraki yerimi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>Önceki yerimi</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>Yerimi açkapa</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>Sonraki yerimi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>Önceki yerimi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>Tüm yerimlerini temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>Beklemenoktası açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>Geçici bekleme noktası açkapa</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>Bekleme noktasını düzenle...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>Beklemenoktasını etkinleştir</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>Sonraki Beklemenoktası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>Önceki bekleme noktası</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> + <location filename="../QScintilla/Editor.py" line="1226"/> <source>Clear all breakpoints</source> <translation>Tüm beklemenoktalarını temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1189"/> + <location filename="../QScintilla/Editor.py" line="1195"/> <source>Goto syntax error</source> <translation>Sözdizimi hatasına git</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1191"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>Show syntax error message</source> <translation>Sözdizimi hata mesajını göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>Sözdizimi hatalarını sil</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1196"/> - <source>Next warning</source> - <translation>Sonraki Uyarı</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>Sözdizimi hatalarını sil</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1202"/> + <source>Next warning</source> + <translation>Sonraki Uyarı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>Önceki Uyarı</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>Uyarı mesajını göster</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>Uyarıları temizle</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>Sonraki kapanmamış satır</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>Önceki kaplanmamış satır</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>Sonraki kapanmamış satır</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>Önceki kaplanmamış satır</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>Sonraki görev</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>Önceki görev</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="1246"/> + <source>LMB toggles bookmarks</source> + <translation>LMB açkapa yerimleri</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1250"/> + <source>LMB toggles breakpoints</source> + <translation>LMB açkapa bekleme noktası</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1286"/> + <source>Export source</source> + <translation>Kaynağı dışaktar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1278"/> + <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="1286"/> + <source>No export format given. Aborting...</source> + <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1297"/> + <source>Alternatives ({0})</source> + <translation>Alternatifler ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1317"/> + <source>Select the Pygments lexer to apply.</source> + <translation>Kullanmak için Pygment lexer seç.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <source>Modification of Read Only file</source> + <translation>Yalnızca okunabilir dosyada değişiklik</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1787"/> + <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="2478"/> + <source>Printing...</source> + <translation>Yazılıyor...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2495"/> + <source>Printing completed</source> + <translation>Yazdırma tamalandı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2497"/> + <source>Error while printing</source> + <translation>Yazdırılırken hata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2500"/> + <source>Printing aborted</source> + <translation>Yazdırma iptal edildi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <source>File Modified</source> + <translation>Dosya Değiştirildi</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="2858"/> + <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="2913"/> + <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="3076"/> + <source>Save File</source> + <translation>Dosyayı Kaydet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3017"/> + <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> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <source>Autocompletion</source> + <translation>Otomatik tamamlama</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4481"/> + <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="5213"/> + <source>Disable breakpoint</source> + <translation>Durmanoktasını iptal et</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Code Coverage</source> + <translation>Kod Koruyucu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5587"/> + <source>Please select a coverage file</source> + <translation>Lütfen bir koruyucu dosya seçiniz</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>Show Code Coverage Annotations</source> + <translation>Kodların Dipnotunu Göster</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>Tüm satırlar korumaya alındı.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> + <source>There is no coverage file available.</source> + <translation>Hazırda koruma dosyası yok.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Profile Data</source> + <translation>Veri Kesiti</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5765"/> + <source>Please select a profile file</source> + <translation>Lütfen kesit dosyasını seçiniz</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>Syntax Error</source> + <translation>Sözdizimi Hatası</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5925"/> + <source>No syntax error message available.</source> + <translation>Uygun söz dizimi hata mesajı yok.</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Macro Name</source> + <translation>Makro Adı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6240"/> + <source>Select a macro name:</source> + <translation>Bir makro ismi seç:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6268"/> + <source>Load macro file</source> + <translation>Makro dosyasını yükle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6311"/> + <source>Macro files (*.macro)</source> + <translation>Makro dosyaları (*.macro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6291"/> + <source>Error loading macro</source> + <translation>Makronun yüklenmesinde hata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6282"/> + <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="6291"/> + <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="6311"/> + <source>Save macro file</source> + <translation>Makro Dosyasını Kaydet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <source>Save macro</source> + <translation>Makro Kaydet</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <source>Error saving macro</source> + <translation>Makronun kaydedilmesinde hata</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6344"/> + <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="6357"/> + <source>Start Macro Recording</source> + <translation>Makro Kaydı Başladı</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6357"/> + <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="6383"/> + <source>Macro Recording</source> + <translation>Makro Kaydediliyor</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6383"/> + <source>Enter name of the macro:</source> + <translation>Makronun ismini gir:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6521"/> + <source>File changed</source> + <translation>Dosya değiştirilmiş</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6685"/> + <source>{0} (ro)</source> + <translation>{0} (ro)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <source>Drop Error</source> + <translation>Düşme hatası</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6825"/> + <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="6846"/> + <source>Resources</source> + <translation>Kaynaklar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6848"/> + <source>Add file...</source> + <translation>Dosya ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>Dosyaları ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>Kısaltmalar dosyasına ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>Yaral kaynak ekle...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> + <source>Add resource frame</source> + <translation>Çerçeve kaynağı ekle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6878"/> + <source>Add file resource</source> + <translation>Dosya kaynağını ekle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6894"/> + <source>Add file resources</source> + <translation>Dosya kaynaklarını ekle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <source>Add aliased file resource</source> + <translation>Kısaltmalar dosyası kaynağını ekle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6922"/> + <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="6986"/> + <source>Package Diagram</source> + <translation>Paket Şeması</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6986"/> + <source>Include class attributes?</source> + <translation>Sınıf nitelikleri dahil edilsin mi?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <source>Imports Diagram</source> + <translation>Şemayı İçe Aktar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7006"/> + <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="7020"/> + <source>Application Diagram</source> + <translation>Uygulama Şeması</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7020"/> + <source>Include module names?</source> + <translation>Modül isimleri dahil edilsin mi?</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7301"/> + <source>Add to dictionary</source> + <translation>Sözlüğe ekle</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7303"/> + <source>Ignore All</source> + <translation>Hepsini Yoksay</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3076"/> + <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="6179"/> + <source>Warning: {0}</source> + <translation>Dikkat: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> + <source>Error: {0}</source> + <translation>Hata: {0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6328"/> + <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="6517"/> + <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="816"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="1240"/> - <source>LMB toggles bookmarks</source> - <translation>LMB açkapa yerimleri</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1244"/> - <source>LMB toggles breakpoints</source> - <translation>LMB açkapa bekleme noktası</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1280"/> - <source>Export source</source> - <translation>Kaynağı dışaktar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1272"/> - <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="1280"/> - <source>No export format given. Aborting...</source> - <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1291"/> - <source>Alternatives ({0})</source> - <translation>Alternatifler ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1311"/> - <source>Select the Pygments lexer to apply.</source> - <translation>Kullanmak için Pygment lexer seç.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <source>Modification of Read Only file</source> - <translation>Yalnızca okunabilir dosyada değişiklik</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1781"/> - <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="2472"/> - <source>Printing...</source> - <translation>Yazılıyor...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2489"/> - <source>Printing completed</source> - <translation>Yazdırma tamalandı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2491"/> - <source>Error while printing</source> - <translation>Yazdırılırken hata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2494"/> - <source>Printing aborted</source> - <translation>Yazdırma iptal edildi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <source>File Modified</source> - <translation>Dosya Değiştirildi</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="2852"/> - <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="2907"/> - <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="3070"/> - <source>Save File</source> - <translation>Dosyayı Kaydet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3011"/> - <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> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <source>Autocompletion</source> - <translation>Otomatik tamamlama</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4474"/> - <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="5206"/> - <source>Disable breakpoint</source> - <translation>Durmanoktasını iptal et</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Code Coverage</source> - <translation>Kod Koruyucu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5580"/> - <source>Please select a coverage file</source> - <translation>Lütfen bir koruyucu dosya seçiniz</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5643"/> - <source>Show Code Coverage Annotations</source> - <translation>Kodların Dipnotunu Göster</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>Tüm satırlar korumaya alındı.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5643"/> - <source>There is no coverage file available.</source> - <translation>Hazırda koruma dosyası yok.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Profile Data</source> - <translation>Veri Kesiti</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5758"/> - <source>Please select a profile file</source> - <translation>Lütfen kesit dosyasını seçiniz</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>Syntax Error</source> - <translation>Sözdizimi Hatası</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="5918"/> - <source>No syntax error message available.</source> - <translation>Uygun söz dizimi hata mesajı yok.</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Macro Name</source> - <translation>Makro Adı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6233"/> - <source>Select a macro name:</source> - <translation>Bir makro ismi seç:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6261"/> - <source>Load macro file</source> - <translation>Makro dosyasını yükle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6304"/> - <source>Macro files (*.macro)</source> - <translation>Makro dosyaları (*.macro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6284"/> - <source>Error loading macro</source> - <translation>Makronun yüklenmesinde hata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6275"/> - <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="6284"/> - <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="6304"/> - <source>Save macro file</source> - <translation>Makro Dosyasını Kaydet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <source>Save macro</source> - <translation>Makro Kaydet</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6337"/> - <source>Error saving macro</source> - <translation>Makronun kaydedilmesinde hata</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6337"/> - <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="6350"/> - <source>Start Macro Recording</source> - <translation>Makro Kaydı Başladı</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6350"/> - <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="6376"/> - <source>Macro Recording</source> - <translation>Makro Kaydediliyor</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6376"/> - <source>Enter name of the macro:</source> - <translation>Makronun ismini gir:</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6514"/> - <source>File changed</source> - <translation>Dosya değiştirilmiş</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6678"/> - <source>{0} (ro)</source> - <translation>{0} (ro)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <source>Drop Error</source> - <translation>Düşme hatası</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6818"/> - <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="6839"/> - <source>Resources</source> - <translation>Kaynaklar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>Dosya ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>Dosyaları ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>Kısaltmalar dosyasına ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>Yaral kaynak ekle...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6852"/> - <source>Add resource frame</source> - <translation>Çerçeve kaynağı ekle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6871"/> - <source>Add file resource</source> - <translation>Dosya kaynağını ekle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6887"/> - <source>Add file resources</source> - <translation>Dosya kaynaklarını ekle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <source>Add aliased file resource</source> - <translation>Kısaltmalar dosyası kaynağını ekle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6915"/> - <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="6979"/> - <source>Package Diagram</source> - <translation>Paket Şeması</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6979"/> - <source>Include class attributes?</source> - <translation>Sınıf nitelikleri dahil edilsin mi?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <source>Imports Diagram</source> - <translation>Şemayı İçe Aktar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6999"/> - <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="7013"/> - <source>Application Diagram</source> - <translation>Uygulama Şeması</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7013"/> - <source>Include module names?</source> - <translation>Modül isimleri dahil edilsin mi?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7294"/> - <source>Add to dictionary</source> - <translation>Sözlüğe ekle</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7296"/> - <source>Ignore All</source> - <translation>Hepsini Yoksay</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="3070"/> - <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="6172"/> - <source>Warning: {0}</source> - <translation>Dikkat: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6179"/> - <source>Error: {0}</source> - <translation>Hata: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6321"/> - <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="6510"/> - <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> + <source>Next change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation type="unfinished">Dikkat</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation type="unfinished">Araçlar</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation type="unfinished"><p>Eric5 ile açıldıktan sonra <b>{0}</b> dosyasında değişiklik olmuş. Yeniden açılsın mı?</p> {0}?} {6.?}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation type="unfinished">Dikkat</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation type="unfinished">Araçlar</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"><p>Eric5 ile açıldıktan sonra <b>{0}</b> dosyasında değişiklik olmuş. Yeniden açılsın mı?</p> {0}?} {6.?}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -41528,327 +41528,327 @@ <translation>Kaydedilmiş Proje Türü</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>Proje dosyasını oku</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Proje dosyası <b>{0}</b> okunamdı.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>Proje dosyasını kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>Kullanıcı projesinin özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>Kullanıcı projesinin özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>Proje oturumunu oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>Lütfen ilkolarak projeyi kaydedin.</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>Proje oturumunu kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>Proje oturumunu sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>Hata ayıklayıcı özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>Hata ayıklayıcı özelliklerini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>Dil Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>Çeviriyi silin</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>Hedef dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>Dizin Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>Kaynak dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>Dosya adını Değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>Dosya sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>Dizini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>Proje dizinin oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Proje dizini <b>{0}</b> oluşturulamıyor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>Var olan dosyalar projeye eklensin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>Sürüm Kontrol Sistemini Seç</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>VCS komut seçeneklerini düzenlemek istiyor musunuz?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>Yok</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>proje için sürüm kontrol sistemini seçin</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>Çeviri Kalıbı</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>Projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>projeyi farklı adda kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>Projeyi Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>Sözdizimi Hataları tespit edildi</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -41856,622 +41856,622 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>Ye&ni...</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>Yeni bir proje üret</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>&Aç...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>&Aç...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>Var olan bir projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>Projeyi kapat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>&Kapat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>Geçerli projeyi kapat</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>Projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>&Kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>Geçerli projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>Projeyi kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>&Kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>Geçerli projeyi kapat</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>Projeyi kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>&Kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>Geçerli projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>Farklı k&aydet...</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>Projeye dosyalar ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>Dosyaları &ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>Projeye dosyalar ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>Dosyaları &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>Geçerli projeye dosyalar ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>Projeye dizin ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>Dizin ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>Projeye dizin ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>Dizin ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>Geçerli projeye bir dizin ekleyiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Dizin Ekle...</b><p>Bu geçerli projeye bir dizin eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation>Projeye çeviri ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>Çeviri &ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>Çeviri &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>Geçerli projeye çeviri ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>Yeni dosyaları ara</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>Yeni dosyaları a&ra...</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>Proje dizininde yeni dosyaları ara.</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation>Proje özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>&Özellikler...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation>Proje özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>&Özellikler...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>Proje özelliklerini göster</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>Kullanıcı projesi özellikleri</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>K&ullanıcı Özellikleri...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>K&ullanıcı Özellikleri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>Dosyatipi Birleştirme</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>Dosyatipi Birleştirme...</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>Hata Ayıklayıcı Özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>Hata Ayıklayıcı &Özellikleri...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini göster</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>Hata Ayıklayıcı Özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>Hata Ayıklayıcı &Özellikleri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini göster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation>Yükle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>Yük&le</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini yükle</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation>Yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>Yük&le</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>Kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini kaydet</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>Kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>Sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>&Sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini sil</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation>Sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>&Sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation>Başadön</translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>Başad&ön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>Başad&ön</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>Oturum yükleniyor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>Projelerin oturm dosyasını yükle.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>Oturum yükleniyor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>Projelerin oturm dosyasını yükle.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>Oturumu kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>Proje oturum dosyasını kaydet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>Oturumu kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>Proje oturum dosyasını kaydet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>Oturumu sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>Proje oturum dosyasını sil.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>Oturumu sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>Proje oturum dosyasını sil.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>Metrik Kod</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>Me&trik Kod...</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>Proje için bazı metrik kodları göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Python Kod Koruyucu</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>Kod Koru&yucu...</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>&Veri kesiti...</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>Uygulama Şem&ası...</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>Projenin bir şemasını göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Uygulama Şeması...</b><p>Bu projenin bir şemasını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>Paket Listesini Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished">Eklenti &Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>Eklenti Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>&Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>Geçmiş P&rojeleri Aç</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>S&ürüm Kontrol</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>&Kontrol</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>G&öster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>Şemalar &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>Oturum</translation> + <source>Open &Recent Projects</source> + <translation>Geçmiş P&rojeleri Aç</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>S&ürüm Kontrol</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>Kaynak Belgeleme &D</translation> + <source>Chec&k</source> + <translation>&Kontrol</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>Hata Ayıklayıcı</translation> + <source>Sho&w</source> + <translation>G&öster</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>Şemalar &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>Oturum</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>Kaynak Belgeleme &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>Hata Ayıklayıcı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>Pa&ketleyici</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>Yeni Dosyaları Ara</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>Sürüm Kontrol Sistemi</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>Veri Kapsamı</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42481,32 +42481,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -42536,27 +42536,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42576,93 +42576,93 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished">Vazgeç</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -42672,27 +42672,27 @@ <translation type="obsolete">Kapsam</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -53899,33 +53899,33 @@ <translation>Kapsama çalışmasını başlat</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>Komut Satırı &l:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Comutsatırı parametrelerini gir</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Çalışma dizini:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Çalışma dizinini gir</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>çalışma Dizini</b> @@ -53933,106 +53933,110 @@ </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Dizini dizin seçme diyaloğunu kullanarak seç</translation> + <source>Select this to erase the collected coverage information</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Dizin seçimi</b> -<p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ortam &e:</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>İstisnal&ar Raporu</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Yorumlayıcı penceresini tem&izle</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> - <source>Start in console</source> - <translation>Konsolda başlat</translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> - <source><b>Erase coverage information</b> -<p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation>Yorumlayıcı penceresini tem&izle</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> + <source>Start in console</source> + <translation>Konsolda başlat</translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>Kapsama bilgisi sil</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54042,33 +54046,33 @@ <translation>Hata ayıklamaya başla</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>Komut Satırı &l:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Comutsatırı parametrelerini gir</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Çalışma dizini:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Çalışma dizinini gir</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>çalışma Dizini</b> @@ -54087,146 +54091,162 @@ <p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ortam &e:</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>İstisnal&ar Raporu</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Yorumlayıcı penceresini tem&izle</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> - <source>Start in console</source> - <translation>Konsolda başlat</translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+T</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> - <source>Select to not stop the debugger at the first executable line.</source> - <translation type="unfinished"></translation> + <source>Clear &interpreter window</source> + <translation>Yorumlayıcı penceresini tem&izle</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> + <source>Start in console</source> + <translation>Konsolda başlat</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> + <source>Select to not stop the debugger at the first executable line.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> <source>Don't stop at first line</source> <translation>İlksatıra kadar durma</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation>Çatallaşma</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation>Çatallaşma</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>Geçmişi temizle</translation> </message> @@ -54236,30 +54256,35 @@ <translation type="obsolete">Çalışma dizini</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">Çalışma Dizini</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54345,33 +54370,33 @@ <translation>Kesit Çıkarmaya Başla</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>Komut Satırı &l:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Comutsatırı parametrelerini gir</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Çalışma dizini:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Çalışma dizinini gir</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>çalışma Dizini</b> @@ -54379,106 +54404,110 @@ </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">Dizini dizin seçme diyaloğunu kullanarak seç</translation> + <source>Select this to erase the collected timing data</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>Dizin seçimi</b> -<p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <source><b>Erase timing data</b> +<p>Select this to erase the collected timing data before the next profiling run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ortam &e:</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>İstisnal&ar Raporu</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> - <source>Clear &interpreter window</source> - <translation>Yorumlayıcı penceresini tem&izle</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> - <source><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> - <source>Start in console</source> - <translation>Konsolda başlat</translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> + <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="191"/> - <source><b>Erase timing data</b> -<p>Select this to erase the collected timing data before the next profiling run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> + <source>Clear &interpreter window</source> + <translation>Yorumlayıcı penceresini tem&izle</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> + <source>Select to start the debugger in a console window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> + <source><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> + <source>Start in console</source> + <translation>Konsolda başlat</translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>Zamanlama &verisin sil</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -54488,33 +54517,33 @@ <translation>Çalıştırmaya başlat</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>Komut Satırı &l:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>Comutsatırı parametrelerini gir</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>&Çalışma dizini:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>Çalışma dizinini gir</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>çalışma Dizini</b> @@ -54533,111 +54562,127 @@ <p>Dizin seçme diyaloğu aracılığı ile çalışma dizinin seçiniz.</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>Ortam &e:</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>Ortam değişkenlerini belirlemek için giriniz.</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>İstisnal&ar Raporu</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>Yorumlayıcı penceresini tem&izle</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>Konsolda başlat</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation>Çatallaşma</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation>Çatallaşma</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>
--- a/i18n/eric6_zh_CN.ts Mon Oct 09 19:06:46 2017 +0200 +++ b/i18n/eric6_zh_CN.ts Tue Oct 10 19:05:00 2017 +0200 @@ -5488,12 +5488,12 @@ <translation>改变</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source>Connection from illegal host</source> <translation>连接非法主机</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1364"/> + <location filename="../Debugger/DebugServer.py" line="1372"/> <source> Not connected </source> @@ -5502,18 +5502,18 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="744"/> + <location filename="../Debugger/DebugServer.py" line="746"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1544"/> + <location filename="../Debugger/DebugServer.py" line="1552"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1558"/> + <location filename="../Debugger/DebugServer.py" line="1566"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5532,292 +5532,292 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1808"/> + <location filename="../Debugger/DebugUI.py" line="1845"/> <source>Run Script</source> <translation>运行脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="173"/> + <location filename="../Debugger/DebugUI.py" line="175"/> <source>&Run Script...</source> <translation>运行脚本(&R)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <source>Run the current Script</source> <translation>运行当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="179"/> + <location filename="../Debugger/DebugUI.py" line="181"/> <source><b>Run Script</b><p>Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.</p></source> <translation><b>运行脚本</b><p>设置命令行参数,并在调试器之外运行脚本。如果文件未对更改进行保存,则可能会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>Run Project</source> <translation>运行项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="188"/> + <location filename="../Debugger/DebugUI.py" line="190"/> <source>Run &Project...</source> <translation>运行项目(&P)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <source>Run the current Project</source> <translation>运行当前项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="194"/> + <location filename="../Debugger/DebugUI.py" line="196"/> <source><b>Run Project</b><p>Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>运行项目</b><p>设置命令行参数,并在调试器之外运行当前项目。如果当前项目未对更改进行保存,则可能会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script</source> <translation>脚本覆盖率测试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="204"/> + <location filename="../Debugger/DebugUI.py" line="206"/> <source>Coverage run of Script...</source> <translation>脚本覆盖率测试…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="209"/> - <source>Perform a coverage run of the current Script</source> - <translation>对当前脚本进行覆盖率测试运行</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="211"/> + <source>Perform a coverage run of the current Script</source> + <translation>对当前脚本进行覆盖率测试运行</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="213"/> <source><b>Coverage run of Script</b><p>Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.</p></source> <translation><b>脚本覆盖率测试</b><p>设置命令行参数,并在覆盖率分析工具的控制下运行脚本。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project</source> <translation>项目覆盖率测试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="220"/> + <location filename="../Debugger/DebugUI.py" line="222"/> <source>Coverage run of Project...</source> <translation>项目覆盖率测试…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="225"/> - <source>Perform a coverage run of the current Project</source> - <translation>对当前项目进行覆盖率测试运行</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="227"/> + <source>Perform a coverage run of the current Project</source> + <translation>对当前项目进行覆盖率测试运行</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="229"/> <source><b>Coverage run of Project</b><p>Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>项目覆盖率测试</b><p>设置命令行参数,并在覆盖率分析工具的控制下运行项目。如果当前项目的文件未保存则会先行保存。</P></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script</source> <translation>剖析脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="237"/> + <location filename="../Debugger/DebugUI.py" line="239"/> <source>Profile Script...</source> <translation>剖析脚本…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <source>Profile the current Script</source> <translation>剖析当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="242"/> + <location filename="../Debugger/DebugUI.py" line="244"/> <source><b>Profile Script</b><p>Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.</p></source> <translation><b>剖析脚本</b><p>设置命令行参数,并剖析脚本。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project</source> <translation>剖析项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="250"/> + <location filename="../Debugger/DebugUI.py" line="252"/> <source>Profile Project...</source> <translation>剖析项目…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="255"/> - <source>Profile the current Project</source> - <translation>剖析当前项目</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="257"/> + <source>Profile the current Project</source> + <translation>剖析当前项目</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="259"/> <source><b>Profile Project</b><p>Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>剖析项目</b><p>设置命令行参数,并剖析当前项目。如果当前项目的文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1939"/> + <location filename="../Debugger/DebugUI.py" line="1981"/> <source>Debug Script</source> <translation>调试脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="266"/> + <location filename="../Debugger/DebugUI.py" line="268"/> <source>&Debug Script...</source> <translation>调试脚本(&D)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <source>Debug the current Script</source> <translation>调试当前脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="272"/> + <location filename="../Debugger/DebugUI.py" line="274"/> <source><b>Debug Script</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.</p></source> <translation><b>调试脚本</b><p>设置命令行参数,并将当前行设为当前编辑窗口首先执行的 Python 声明。如果文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>Debug Project</source> <translation>调试项目</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="282"/> + <location filename="../Debugger/DebugUI.py" line="284"/> <source>Debug &Project...</source> <translation>调试项目(&P)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="287"/> - <source>Debug the current Project</source> - <translation>调试当前项目</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="289"/> + <source>Debug the current Project</source> + <translation>调试当前项目</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="291"/> <source><b>Debug Project</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.</p></source> <translation><b>调试当前项目</b><p>设置命令行参数,并将当前行设为当前项目主脚本首先执行的 Python 声明。如果当前项目的文件未保存则会先行保存。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="303"/> + <location filename="../Debugger/DebugUI.py" line="305"/> <source>Restart the last debugged script</source> <translation>重新启动最后调试的脚本</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source>Stop the running script.</source> <translation>中止正在运行的脚本。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>Continue</source> <translation>继续</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="330"/> + <location filename="../Debugger/DebugUI.py" line="332"/> <source>&Continue</source> <translation>继续(&C)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="335"/> - <source>Continue running the program from the current line</source> - <translation>从当前行继续运行程序</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="337"/> + <source>Continue running the program from the current line</source> + <translation>从当前行继续运行程序</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="339"/> <source><b>Continue</b><p>Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.</p></source> <translation><b>继续</b><p>从当前行继续运行程序。当程序终止或到达断点的时候,程序也将中止。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue to Cursor</source> <translation>继续到光标</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="346"/> + <location filename="../Debugger/DebugUI.py" line="348"/> <source>Continue &To Cursor</source> <translation>继续到光标(&T)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="351"/> + <location filename="../Debugger/DebugUI.py" line="353"/> <source>Continue running the program from the current line to the current cursor position</source> <translation>继续运行程序从当前行到当前光标所在位置</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="354"/> + <location filename="../Debugger/DebugUI.py" line="356"/> <source><b>Continue To Cursor</b><p>Continue running the program from the current line to the current cursor position.</p></source> <translation><b>继续到光标</b><p>继续运行程序从当前行到当前光标所在位置。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Single Step</source> <translation>单步执行</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <source>Sin&gle Step</source> <translation>单步执行(&Q)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="387"/> + <location filename="../Debugger/DebugUI.py" line="389"/> <source>Execute a single Python statement</source> <translation>执行单条 Python 语句</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="388"/> + <location filename="../Debugger/DebugUI.py" line="390"/> <source><b>Single Step</b><p>Execute a single Python statement. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.</p></source> <translation><b>单步执行</b><p>执行单条 Python 语句。如果该语句是 <tt>import</tt> 语句、类构造函数或者函数调用的方法,则由调试器 控制下一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step Over</source> <translation>跳过</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="398"/> + <location filename="../Debugger/DebugUI.py" line="400"/> <source>Step &Over</source> <translation>跳过(&O)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="403"/> + <location filename="../Debugger/DebugUI.py" line="405"/> <source>Execute a single Python statement staying in the current frame</source> <translation>保持在当前框架中执行单条 Python 语句</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="406"/> + <location filename="../Debugger/DebugUI.py" line="408"/> <source><b>Step Over</b><p>Execute a single Python statement staying in the same frame. If the statement is an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.</p></source> <translation><b>跳过</b><p>保持在相同框架中执行单条 Python 语句。如果该语句是 <tt>import</tt> 语句、类构造函数或者函数调用的方法,则则由调试器控制下一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Out</source> <translation>跳出</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="417"/> + <location filename="../Debugger/DebugUI.py" line="419"/> <source>Step Ou&t</source> <translation>跳出(&T)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="422"/> + <location filename="../Debugger/DebugUI.py" line="424"/> <source>Execute Python statements until leaving the current frame</source> <translation>执行 Python 语句直到离开当前框架</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="425"/> + <location filename="../Debugger/DebugUI.py" line="427"/> <source><b>Step Out</b><p>Execute Python statements until leaving the current frame. If the statements are inside an <tt>import</tt> statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.</p></source> <translation><b>跳出</b><p>执行 Python 语句直到离开当前框架。如果该语句处于 <tt>import</tt> 声明、类构造函数或函数调用的方法中,在离开当前框架后将由调试器进行控制。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>Stop</source> <translation>中止</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="436"/> + <location filename="../Debugger/DebugUI.py" line="438"/> <source>&Stop</source> <translation>中止(&S)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="441"/> + <location filename="../Debugger/DebugUI.py" line="443"/> <source>Stop debugging</source> <translation>中止调试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="442"/> + <location filename="../Debugger/DebugUI.py" line="444"/> <source><b>Stop</b><p>Stop the running debugging session.</p></source> <translation><b>中止</b><p>中止正在运行中的调试会话。</p></translation> </message> @@ -5862,220 +5862,220 @@ <translation type="obsolete"><b>执行</b><p>在调试程序的当前上下文中执行一行语句。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Variables Type Filter</source> <translation>变量类型过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="449"/> + <location filename="../Debugger/DebugUI.py" line="451"/> <source>Varia&bles Type Filter...</source> <translation>变量类型过滤器(&B)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="453"/> - <source>Configure variables type filter</source> - <translation>配置变量类型过滤器</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="455"/> + <source>Configure variables type filter</source> + <translation>配置变量类型过滤器</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="457"/> <source><b>Variables Type Filter</b><p>Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.</p></source> <translation><b>变量类型过滤器</b><p>配置变量类型过滤器。在调试会话期间,只有未被选择的变量类型会被显示在全局或局部变量窗口中。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>Exceptions Filter</source> <translation>异常过滤器</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="465"/> + <location filename="../Debugger/DebugUI.py" line="467"/> <source>&Exceptions Filter...</source> <translation>异常过滤器(&E)…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="469"/> - <source>Configure exceptions filter</source> - <translation>配置异常过滤器</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="471"/> + <source>Configure exceptions filter</source> + <translation>配置异常过滤器</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="473"/> <source><b>Exceptions Filter</b><p>Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.</p><p>Please note, that all unhandled exceptions are highlighted indepent from the filter list.</p></source> <translation><b>异常过滤器</b><p>配置异常过滤器。在调试会话期间,只有已列出的异常类型会被加亮显示。</p><p>注意:所有未处理的异常在过滤器列表中将被取消加亮。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>Ignored Exceptions</source> <translation>忽略的异常</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="482"/> + <location filename="../Debugger/DebugUI.py" line="484"/> <source>&Ignored Exceptions...</source> <translation>忽略的异常(&I)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="486"/> - <source>Configure ignored exceptions</source> - <translation>配置忽略的异常</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="488"/> + <source>Configure ignored exceptions</source> + <translation>配置忽略的异常</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="490"/> <source><b>Ignored Exceptions</b><p>Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.</p><p>Please note, that unhandled exceptions cannot be ignored.</p></source> <translation><b>忽略的异常</b><p>配置忽略的异常。在调试会话期间,只有已列出的异常类型会被加亮显示。</p><p>注意:未处理的异常不能被忽略。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="507"/> + <location filename="../Debugger/DebugUI.py" line="509"/> <source>Toggle Breakpoint</source> <translation>切换断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="508"/> + <location filename="../Debugger/DebugUI.py" line="510"/> <source><b>Toggle Breakpoint</b><p>Toggles a breakpoint at the current line of the current editor.</p></source> <translation><b>切换断点</b><p>在当前编辑器的当前行切换断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="522"/> + <location filename="../Debugger/DebugUI.py" line="524"/> <source>Edit Breakpoint</source> <translation>编辑断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Edit Breakpoint...</source> <translation>编辑断点…</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="523"/> + <location filename="../Debugger/DebugUI.py" line="525"/> <source><b>Edit Breakpoint</b><p>Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.</p></source> <translation><b>编辑断点</b><p>打开一个对话框编辑断点属性。对当前编辑器的当前行起作用。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="538"/> + <location filename="../Debugger/DebugUI.py" line="540"/> <source>Next Breakpoint</source> <translation>下一个断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation>Ctrl+Shift+PgDown</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="539"/> + <location filename="../Debugger/DebugUI.py" line="541"/> <source><b>Next Breakpoint</b><p>Go to next breakpoint of the current editor.</p></source> <translation><b>下一个断点</b><p>跳转到当前编辑器的下一个断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="553"/> + <location filename="../Debugger/DebugUI.py" line="555"/> <source>Previous Breakpoint</source> <translation>前一个断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="546"/> + <location filename="../Debugger/DebugUI.py" line="548"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation>Ctrl+Shift+PgUp</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="554"/> + <location filename="../Debugger/DebugUI.py" line="556"/> <source><b>Previous Breakpoint</b><p>Go to previous breakpoint of the current editor.</p></source> <translation><b>前一个断点</b><p>跳转到当前编辑器的前一个断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="567"/> + <location filename="../Debugger/DebugUI.py" line="569"/> <source>Clear Breakpoints</source> <translation>清除断点</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="561"/> + <location filename="../Debugger/DebugUI.py" line="563"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation>Ctrl+Shift+C</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="568"/> + <location filename="../Debugger/DebugUI.py" line="570"/> <source><b>Clear Breakpoints</b><p>Clear breakpoints of all editors.</p></source> <translation><b>清除断点</b><p>清除所有编辑器的断点。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="594"/> - <source>&Debug</source> - <translation>调试(&D)</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="596"/> - <source>&Start</source> - <translation>开始(&S)</translation> + <source>&Debug</source> + <translation>调试(&D)</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="598"/> + <source>&Start</source> + <translation>开始(&S)</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="600"/> <source>&Breakpoints</source> <translation>断点(&B)</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="641"/> + <location filename="../Debugger/DebugUI.py" line="643"/> <source>Start</source> <translation>开始</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="655"/> + <location filename="../Debugger/DebugUI.py" line="657"/> <source>Debug</source> <translation>调试</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1093"/> + <location filename="../Debugger/DebugUI.py" line="1120"/> <source>The program being debugged contains an unspecified syntax error.</source> <translation>被调试的程序包含一个未指定的语法错误。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1130"/> + <location filename="../Debugger/DebugUI.py" line="1157"/> <source>An unhandled exception occured. See the shell window for details.</source> <translation>产生了一个未处理的异常。详细信息参见命令行窗口。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1255"/> + <location filename="../Debugger/DebugUI.py" line="1282"/> <source>The program being debugged has terminated unexpectedly.</source> <translation>被调试的程序意外终止。</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source>Breakpoint Condition Error</source> <translation>断点条件错误</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source>Watch Expression Error</source> <translation>监视表达式出错</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1400"/> + <location filename="../Debugger/DebugUI.py" line="1427"/> <source>Watch expression already exists</source> <translation>监视表达式已存在</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1564"/> + <location filename="../Debugger/DebugUI.py" line="1592"/> <source>Coverage of Project</source> <translation>项目覆盖率</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1552"/> + <location filename="../Debugger/DebugUI.py" line="1579"/> <source>Coverage of Script</source> <translation>脚本覆盖率</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1822"/> + <location filename="../Debugger/DebugUI.py" line="1860"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1692"/> + <location filename="../Debugger/DebugUI.py" line="1725"/> <source>Profile of Project</source> <translation>项目轮廓</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1680"/> + <location filename="../Debugger/DebugUI.py" line="1712"/> <source>Profile of Script</source> <translation>脚本轮廓</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1953"/> + <location filename="../Debugger/DebugUI.py" line="1997"/> <source>There is no main script defined for the current project. No debugging possible.</source> <translation>当前项目未定义主脚本。不能进行调试。</translation> </message> @@ -6090,13 +6090,13 @@ <translation type="obsolete">输入执行语句</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="501"/> + <location filename="../Debugger/DebugUI.py" line="503"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation>Shift+F11</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation>Shift+F12</translation> @@ -6112,128 +6112,128 @@ <translation type="obsolete"><p><b>{0}</b> 已终止,其返回值为 {1}。</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1112"/> + <location filename="../Debugger/DebugUI.py" line="1139"/> <source><p>The file <b>{0}</b> contains the syntax error <b>{1}</b> at line <b>{2}</b>, character <b>{3}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1177"/> + <location filename="../Debugger/DebugUI.py" line="1204"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"<br>File: <b>{2}</b>, Line: <b>{3}</b></p><p>Break here?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1192"/> + <location filename="../Debugger/DebugUI.py" line="1219"/> <source><p>The debugged program raised the exception <b>{0}</b><br>"<b>{1}</b>"</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1324"/> + <location filename="../Debugger/DebugUI.py" line="1351"/> <source><p>The condition of the breakpoint <b>{0}, {1}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1360"/> + <location filename="../Debugger/DebugUI.py" line="1387"/> <source><p>The watch expression <b>{0}</b> contains a syntax error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1390"/> + <location filename="../Debugger/DebugUI.py" line="1417"/> <source><p>A watch expression '<b>{0}</b>' already exists.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1394"/> + <location filename="../Debugger/DebugUI.py" line="1421"/> <source><p>A watch expression '<b>{0}</b>' for the variable <b>{1}</b> already exists.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Debugger/DebugUI.py" line="1089"/> + <source>Program terminated</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="301"/> + <source>Restart</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="307"/> + <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="323"/> + <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1268"/> + <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1056"/> + <source><p>Message: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Debugger/DebugUI.py" line="1062"/> - <source>Program terminated</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="299"/> - <source>Restart</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="305"/> - <source><b>Restart</b><p>Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="321"/> - <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1241"/> - <source><p>The program generate the signal "{0}".<br/>File: <b>{1}</b>, Line: <b>{2}</b></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1029"/> - <source><p>Message: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> <source><p>The program has terminated with an exit status of {0}.</p>{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1040"/> - <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1048"/> - <source>Message: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1055"/> - <source>The program has terminated with an exit status of {0}. -{1}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/DebugUI.py" line="1058"/> - <source>"{0}" has terminated with an exit status of {1}. -{2}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="1067"/> + <source><p><b>{0}</b> has terminated with an exit status of {1}.</p>{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1075"/> + <source>Message: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1082"/> + <source>The program has terminated with an exit status of {0}. +{1}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1085"/> + <source>"{0}" has terminated with an exit status of {1}. +{2}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="1094"/> <source>The program has terminated with an exit status of {0}. {1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1071"/> + <location filename="../Debugger/DebugUI.py" line="1098"/> <source>"{0}" has terminated with an exit status of {1}. {2} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>Move Instruction Pointer to Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="362"/> + <location filename="../Debugger/DebugUI.py" line="364"/> <source>&Jump To Cursor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <source>Skip the code from the current line to the current cursor position</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="370"/> + <location filename="../Debugger/DebugUI.py" line="372"/> <source><b>Move Instruction Pointer to Cursor</b><p>Move the Python internal instruction pointer to the current cursor position without executing the code in between.</p><p>It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.</p></source> <translation type="unfinished"></translation> </message> @@ -6693,22 +6693,22 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source>Start Debugger</source> <translation type="unfinished">启动调试器</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="370"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="376"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="844"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="850"/> <source>Parent Process</source> <translation type="unfinished">父进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="845"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="851"/> <source>Child process</source> <translation type="unfinished">子进程</translation> </message> @@ -6718,27 +6718,27 @@ <translation type="obsolete"><p>没有已配置的 Python2 解释器。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="152"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="155"/> <source><p>No {0} interpreter configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="846"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="852"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="891"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="897"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -9573,117 +9573,117 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <source>Open File</source> <translation>打开文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="424"/> + <location filename="../QScintilla/Editor.py" line="426"/> <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="682"/> - <source>Undo</source> - <translation>撤消</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="685"/> - <source>Redo</source> - <translation>重做</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="688"/> + <source>Undo</source> + <translation>撤消</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="691"/> + <source>Redo</source> + <translation>重做</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Revert to last saved state</source> <translation>还原到最后保存的状态</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="692"/> - <source>Cut</source> - <translation>剪切</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="695"/> - <source>Copy</source> - <translation>复制</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="698"/> + <source>Cut</source> + <translation>剪切</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="701"/> + <source>Copy</source> + <translation>复制</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="704"/> <source>Paste</source> <translation>粘贴</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="703"/> - <source>Indent</source> - <translation>缩进</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="706"/> - <source>Unindent</source> - <translation>取消缩进</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="709"/> - <source>Comment</source> - <translation>注释</translation> + <source>Indent</source> + <translation>缩进</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="712"/> - <source>Uncomment</source> - <translation>取消注释</translation> + <source>Unindent</source> + <translation>取消缩进</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="715"/> - <source>Stream Comment</source> - <translation>流注释</translation> + <source>Comment</source> + <translation>注释</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="718"/> - <source>Box Comment</source> - <translation>块注释</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="722"/> - <source>Select to brace</source> - <translation>选择括号内容</translation> + <source>Uncomment</source> + <translation>取消注释</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="721"/> + <source>Stream Comment</source> + <translation>流注释</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="724"/> + <source>Box Comment</source> + <translation>块注释</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="728"/> + <source>Select to brace</source> + <translation>选择括号内容</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="730"/> <source>Select all</source> <translation>全选</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="725"/> - <source>Deselect all</source> - <translation>全部取消选择</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7291"/> - <source>Check spelling...</source> - <translation>正在进行拼写检查…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="731"/> + <source>Deselect all</source> + <translation>全部取消选择</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7298"/> + <source>Check spelling...</source> + <translation>正在进行拼写检查…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="737"/> <source>Check spelling of selection...</source> <translation>正在对所选内容进行拼写检查…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="739"/> + <location filename="../QScintilla/Editor.py" line="745"/> <source>Shorten empty lines</source> <translation>缩减空行</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="752"/> <source>Use Monospaced Font</source> <translation>使用单空格字体</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="751"/> + <location filename="../QScintilla/Editor.py" line="757"/> <source>Autosave enabled</source> <translation>允许自动保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="761"/> <source>Typing aids enabled</source> <translation>允许输入辅助</translation> </message> @@ -9693,27 +9693,27 @@ <translation type="obsolete">自动完成已启用</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="792"/> + <location filename="../QScintilla/Editor.py" line="798"/> <source>Close</source> <translation>关闭</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="798"/> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="801"/> + <location filename="../QScintilla/Editor.py" line="807"/> <source>Save As...</source> <translation>另存为…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="814"/> + <location filename="../QScintilla/Editor.py" line="820"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="817"/> + <location filename="../QScintilla/Editor.py" line="823"/> <source>Print</source> <translation>打印</translation> </message> @@ -9728,737 +9728,737 @@ <translation type="obsolete">动态</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="846"/> + <location filename="../QScintilla/Editor.py" line="852"/> <source>Complete from Document</source> <translation type="unfinished">从文档</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="848"/> + <location filename="../QScintilla/Editor.py" line="854"/> <source>Complete from APIs</source> <translation type="unfinished">从 APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="850"/> + <location filename="../QScintilla/Editor.py" line="856"/> <source>Complete from Document and APIs</source> <translation type="unfinished">从文档和 APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="770"/> + <location filename="../QScintilla/Editor.py" line="776"/> <source>Calltip</source> <translation>调用提示</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="870"/> <source>Check</source> <translation>检查</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="884"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>Show</source> <translation>显示</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="886"/> - <source>Code metrics...</source> - <translation>代码度量…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="887"/> - <source>Code coverage...</source> - <translation>代码覆盖率…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="889"/> - <source>Show code coverage annotations</source> - <translation>显示代码覆盖率注解</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="892"/> - <source>Hide code coverage annotations</source> - <translation>隐藏代码覆盖率注解</translation> + <source>Code metrics...</source> + <translation>代码度量…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="893"/> + <source>Code coverage...</source> + <translation>代码覆盖率…</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="895"/> + <source>Show code coverage annotations</source> + <translation>显示代码覆盖率注解</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="898"/> + <source>Hide code coverage annotations</source> + <translation>隐藏代码覆盖率注解</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="901"/> <source>Profile data...</source> <translation>剖析数据…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="908"/> - <source>Diagrams</source> - <translation>图表</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="910"/> - <source>Class Diagram...</source> - <translation>类图…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="912"/> - <source>Package Diagram...</source> - <translation>程序包图…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="914"/> - <source>Imports Diagram...</source> - <translation>引用图…</translation> + <source>Diagrams</source> + <translation>图表</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="916"/> + <source>Class Diagram...</source> + <translation>类图…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="918"/> + <source>Package Diagram...</source> + <translation>程序包图…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="920"/> + <source>Imports Diagram...</source> + <translation>引用图…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922"/> <source>Application Diagram...</source> <translation>应用程序图…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="934"/> + <location filename="../QScintilla/Editor.py" line="940"/> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="937"/> + <location filename="../QScintilla/Editor.py" line="943"/> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="960"/> + <location filename="../QScintilla/Editor.py" line="966"/> <source>Guessed</source> <translation>猜测</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1295"/> + <location filename="../QScintilla/Editor.py" line="1301"/> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="980"/> + <location filename="../QScintilla/Editor.py" line="986"/> <source>Encodings</source> <translation>编码</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1021"/> + <location filename="../QScintilla/Editor.py" line="1027"/> <source>End-of-Line Type</source> <translation>行尾类型</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025"/> + <location filename="../QScintilla/Editor.py" line="1031"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1032"/> + <location filename="../QScintilla/Editor.py" line="1038"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1039"/> + <location filename="../QScintilla/Editor.py" line="1045"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1057"/> + <location filename="../QScintilla/Editor.py" line="1063"/> <source>Export as</source> <translation>导出为</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1180"/> - <source>Toggle bookmark</source> - <translation>切换书签</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1182"/> - <source>Next bookmark</source> - <translation>下一个书签</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1184"/> - <source>Previous bookmark</source> - <translation>上一个书签</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1186"/> + <source>Toggle bookmark</source> + <translation>切换书签</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1188"/> + <source>Next bookmark</source> + <translation>下一个书签</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1190"/> + <source>Previous bookmark</source> + <translation>上一个书签</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1192"/> <source>Clear all bookmarks</source> <translation>清除所有书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1206"/> + <location filename="../QScintilla/Editor.py" line="1212"/> <source>Toggle breakpoint</source> <translation>切换断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1208"/> + <location filename="../QScintilla/Editor.py" line="1214"/> <source>Toggle temporary breakpoint</source> <translation>切换临时断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1211"/> + <location filename="../QScintilla/Editor.py" line="1217"/> <source>Edit breakpoint...</source> <translation>编辑断点…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5203"/> + <location filename="../QScintilla/Editor.py" line="5210"/> <source>Enable breakpoint</source> <translation>允许断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1216"/> + <location filename="../QScintilla/Editor.py" line="1222"/> <source>Next breakpoint</source> <translation>下一个断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1218"/> + <location filename="../QScintilla/Editor.py" line="1224"/> <source>Previous breakpoint</source> <translation>上一个断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1220"/> - <source>Clear all breakpoints</source> - <translation>清除所有断点</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1189"/> - <source>Goto syntax error</source> - <translation>转到语法错误处</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1191"/> - <source>Show syntax error message</source> - <translation>显示语法错误消息</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1193"/> - <source>Clear syntax error</source> - <translation>清除语法错误</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1223"/> - <source>Next uncovered line</source> - <translation>下一个未覆盖行</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1226"/> - <source>Previous uncovered line</source> - <translation>上一个未覆盖行</translation> + <source>Clear all breakpoints</source> + <translation>清除所有断点</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1195"/> + <source>Goto syntax error</source> + <translation>转到语法错误处</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1197"/> + <source>Show syntax error message</source> + <translation>显示语法错误消息</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1199"/> + <source>Clear syntax error</source> + <translation>清除语法错误</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1229"/> + <source>Next uncovered line</source> + <translation>下一个未覆盖行</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1232"/> + <source>Previous uncovered line</source> + <translation>上一个未覆盖行</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1235"/> <source>Next task</source> <translation>下一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1231"/> + <location filename="../QScintilla/Editor.py" line="1237"/> <source>Previous task</source> <translation>上一个任务</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1240"/> + <location filename="../QScintilla/Editor.py" line="1246"/> <source>LMB toggles bookmarks</source> <translation>左键切换书签</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1244"/> + <location filename="../QScintilla/Editor.py" line="1250"/> <source>LMB toggles breakpoints</source> <translation>左键切换断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>Export source</source> <translation>导出源代码</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1280"/> + <location filename="../QScintilla/Editor.py" line="1286"/> <source>No export format given. Aborting...</source> <translation>没有给定导出格式。终止…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Pygments Lexer</source> <translation>Pygments 词法分析器</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1311"/> + <location filename="../QScintilla/Editor.py" line="1317"/> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <source>Modification of Read Only file</source> <translation>只读文件的改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1781"/> + <location filename="../QScintilla/Editor.py" line="1787"/> <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="2472"/> + <location filename="../QScintilla/Editor.py" line="2478"/> <source>Printing...</source> <translation>打印中…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2489"/> + <location filename="../QScintilla/Editor.py" line="2495"/> <source>Printing completed</source> <translation>打印已完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2491"/> + <location filename="../QScintilla/Editor.py" line="2497"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2494"/> + <location filename="../QScintilla/Editor.py" line="2500"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <source>File Modified</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4474"/> + <location filename="../QScintilla/Editor.py" line="4481"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5206"/> + <location filename="../QScintilla/Editor.py" line="5213"/> <source>Disable breakpoint</source> <translation>去除断点</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5580"/> + <location filename="../QScintilla/Editor.py" line="5587"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5643"/> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>Show Code Coverage Annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5636"/> - <source>All lines have been covered.</source> - <translation>所有行均被已覆盖。</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="5643"/> + <source>All lines have been covered.</source> + <translation>所有行均被已覆盖。</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5650"/> <source>There is no coverage file available.</source> <translation>没有有效的覆盖率文件。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5758"/> + <location filename="../QScintilla/Editor.py" line="5765"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>Syntax Error</source> <translation>语法错误</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5918"/> + <location filename="../QScintilla/Editor.py" line="5925"/> <source>No syntax error message available.</source> <translation>语法错误消息无效。</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Macro Name</source> <translation>宏名称</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6233"/> + <location filename="../QScintilla/Editor.py" line="6240"/> <source>Select a macro name:</source> <translation>选择一个宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6261"/> + <location filename="../QScintilla/Editor.py" line="6268"/> <source>Load macro file</source> <translation>输入宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Macro files (*.macro)</source> <translation>宏文件 (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source>Error loading macro</source> <translation>载入宏文件出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6304"/> + <location filename="../QScintilla/Editor.py" line="6311"/> <source>Save macro file</source> <translation>保存宏文件</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <source>Save macro</source> <translation>保存宏</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <source>Error saving macro</source> <translation>保存宏出错</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6350"/> + <location filename="../QScintilla/Editor.py" line="6357"/> <source>Macro recording is already active. Start new?</source> <translation>宏录制已激活。开始录制新宏?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Macro Recording</source> <translation>宏录制</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6376"/> + <location filename="../QScintilla/Editor.py" line="6383"/> <source>Enter name of the macro:</source> <translation>输入宏名称:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6514"/> + <location filename="../QScintilla/Editor.py" line="6521"/> <source>File changed</source> <translation>文件已改变</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6839"/> + <location filename="../QScintilla/Editor.py" line="6846"/> <source>Resources</source> <translation>资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6841"/> - <source>Add file...</source> - <translation>添加文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6843"/> - <source>Add files...</source> - <translation>添加文件…</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6845"/> - <source>Add aliased file...</source> - <translation>添加别名文件…</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6848"/> - <source>Add localized resource...</source> - <translation>添加本地资源…</translation> + <source>Add file...</source> + <translation>添加文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6850"/> + <source>Add files...</source> + <translation>添加文件…</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6852"/> + <source>Add aliased file...</source> + <translation>添加别名文件…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6855"/> + <source>Add localized resource...</source> + <translation>添加本地资源…</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6859"/> <source>Add resource frame</source> <translation>添加资源结构</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6871"/> + <location filename="../QScintilla/Editor.py" line="6878"/> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6887"/> + <location filename="../QScintilla/Editor.py" line="6894"/> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6979"/> + <location filename="../QScintilla/Editor.py" line="6986"/> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6999"/> + <location filename="../QScintilla/Editor.py" line="7006"/> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7013"/> + <location filename="../QScintilla/Editor.py" line="7020"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7294"/> + <location filename="../QScintilla/Editor.py" line="7301"/> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7296"/> + <location filename="../QScintilla/Editor.py" line="7303"/> <source>Ignore All</source> <translation>全部忽略</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>Remove from dictionary</source> <translation>从词典里移除</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="351"/> + <location filename="../QScintilla/Editor.py" line="353"/> <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="1272"/> + <location filename="../QScintilla/Editor.py" line="1278"/> <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="1291"/> + <location filename="../QScintilla/Editor.py" line="1297"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2852"/> + <location filename="../QScintilla/Editor.py" line="2858"/> <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="2907"/> + <location filename="../QScintilla/Editor.py" line="2913"/> <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="3011"/> + <location filename="../QScintilla/Editor.py" line="3017"/> <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="6275"/> + <location filename="../QScintilla/Editor.py" line="6282"/> <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="6284"/> + <location filename="../QScintilla/Editor.py" line="6291"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6337"/> + <location filename="../QScintilla/Editor.py" line="6344"/> <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="6678"/> + <location filename="../QScintilla/Editor.py" line="6685"/> <source>{0} (ro)</source> <translation>{0}(只读)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6818"/> + <location filename="../QScintilla/Editor.py" line="6825"/> <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="6915"/> + <location filename="../QScintilla/Editor.py" line="6922"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1196"/> + <location filename="../QScintilla/Editor.py" line="1202"/> <source>Next warning</source> <translation>下一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1199"/> + <location filename="../QScintilla/Editor.py" line="1205"/> <source>Previous warning</source> <translation>上一个警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1201"/> + <location filename="../QScintilla/Editor.py" line="1207"/> <source>Show warning message</source> <translation>显示警告信息</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1203"/> + <location filename="../QScintilla/Editor.py" line="1209"/> <source>Clear warnings</source> <translation>清空警告</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3070"/> + <location filename="../QScintilla/Editor.py" line="3076"/> <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="6321"/> + <location filename="../QScintilla/Editor.py" line="6328"/> <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="6172"/> - <source>Warning: {0}</source> - <translation>警告:{0}</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="6179"/> + <source>Warning: {0}</source> + <translation>警告:{0}</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6186"/> <source>Error: {0}</source> <translation>错误:{0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6510"/> + <location filename="../QScintilla/Editor.py" line="6517"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>警告:</b>您在重新打开时将丢失所有更改。</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="816"/> + <source>Open 'rejection' file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="926"/> + <source>Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1240"/> + <source>Next change</source> + <translation>下一个更改</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1243"/> + <source>Previous change</source> + <translation>上一个更改</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>Sort Lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7715"/> + <source>The selection contains illegal data for a numerical sort.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>Warning</source> + <translation>警告</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6115"/> + <source>No warning messages available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6176"/> + <source>Style: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="790"/> + <source>New Document View</source> + <translation>新建文档视图</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="793"/> + <source>New Document View (with new split)</source> + <translation>新建文档视图(在新拆分页中)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="880"/> + <source>Tools</source> + <translation>工具</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1008"/> + <source>Re-Open With Encoding</source> + <translation>使用指定编码重新打开</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6511"/> + <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="768"/> + <source>Automatic Completion enabled</source> + <translation>允许自动补全</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="846"/> + <source>Complete</source> + <translation>补全</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>Auto-Completion Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4595"/> + <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>Call-Tips Provider</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4951"/> + <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>Register Mouse Click Handler</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="7802"/> + <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="810"/> - <source>Open 'rejection' file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="920"/> - <source>Load Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1234"/> - <source>Next change</source> - <translation>下一个更改</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1237"/> - <source>Previous change</source> - <translation>上一个更改</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>Sort Lines</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7708"/> - <source>The selection contains illegal data for a numerical sort.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>Warning</source> - <translation>警告</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6108"/> - <source>No warning messages available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6169"/> - <source>Style: {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="784"/> - <source>New Document View</source> - <translation>新建文档视图</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="787"/> - <source>New Document View (with new split)</source> - <translation>新建文档视图(在新拆分页中)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="874"/> - <source>Tools</source> - <translation>工具</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1002"/> - <source>Re-Open With Encoding</source> - <translation>使用指定编码重新打开</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6504"/> - <source><p>The file <b>{0}</b> has been changed while it was opened in eric6. Reread it?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="762"/> - <source>Automatic Completion enabled</source> - <translation>允许自动补全</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="840"/> - <source>Complete</source> - <translation>补全</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>Auto-Completion Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4588"/> - <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>Call-Tips Provider</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4943"/> - <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>Register Mouse Click Handler</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7795"/> - <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="804"/> <source>Save Copy...</source> <translation type="unfinished">保存副本…</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="843"/> + <location filename="../QScintilla/Editor.py" line="849"/> <source>Clear Completions Cache</source> <translation type="unfinished"></translation> </message> @@ -41505,799 +41505,799 @@ <translation>注册项目类型</translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source>Read project file</source> <translation>读取项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source>Save project file</source> <translation>保存项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source>Read user project properties</source> <translation>读取用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source>Save user project properties</source> <translation>保存用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source>Read project session</source> <translation>读取项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1175"/> + <location filename="../Project/Project.py" line="1177"/> <source>Please save the project first.</source> <translation>请先保存项目。</translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source>Save project session</source> <translation>保存项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source>Delete project session</source> <translation>删除项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source>Read debugger properties</source> <translation>读取调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source>Save debugger properties</source> <translation>保存调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source>Delete debugger properties</source> <translation>删除调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>Add Language</source> <translation>添加语言</translation> </message> <message> - <location filename="../Project/Project.py" line="1297"/> + <location filename="../Project/Project.py" line="1302"/> <source>You have to specify a translation pattern first.</source> <translation>必须先指定一个翻译样式。</translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source>Delete translation</source> <translation>删除翻译</translation> </message> <message> - <location filename="../Project/Project.py" line="1572"/> + <location filename="../Project/Project.py" line="1577"/> <source>Add file</source> <translation>添加文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1689"/> + <location filename="../Project/Project.py" line="1694"/> <source>The target directory must not be empty.</source> <translation>目标文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>Add directory</source> <translation>添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="1603"/> + <location filename="../Project/Project.py" line="1608"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>源文件夹不包含任何属于所选类别的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1700"/> + <location filename="../Project/Project.py" line="1705"/> <source>The source directory must not be empty.</source> <translation>源文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1824"/> + <location filename="../Project/Project.py" line="1829"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source>Rename File</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source>Delete file</source> <translation>删除文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source>Delete directory</source> <translation>删除文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source>Create project directory</source> <translation>创建项目文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>New Project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2275"/> + <location filename="../Project/Project.py" line="2280"/> <source>Add existing files to the project?</source> <translation>是否将已有文件添加到项目中?</translation> </message> <message> - <location filename="../Project/Project.py" line="2726"/> + <location filename="../Project/Project.py" line="2731"/> <source>Select Version Control System</source> <translation>选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2394"/> + <location filename="../Project/Project.py" line="2399"/> <source>Would you like to edit the VCS command options?</source> <translation>是否编辑版本控制系统命令选项?</translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>New project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2342"/> + <location filename="../Project/Project.py" line="2347"/> <source>Shall the project file be added to the repository?</source> <translation>是否将项目文件添加到仓库?</translation> </message> <message> - <location filename="../Project/Project.py" line="2373"/> + <location filename="../Project/Project.py" line="2378"/> <source>None</source> <translation>无</translation> </message> <message> - <location filename="../Project/Project.py" line="2366"/> + <location filename="../Project/Project.py" line="2371"/> <source>Select version control system for the project</source> <translation>为项目选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Translation Pattern</source> <translation>翻译样式</translation> </message> <message> - <location filename="../Project/Project.py" line="2472"/> + <location filename="../Project/Project.py" line="2477"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> + <location filename="../Project/Project.py" line="3563"/> <source>Open project</source> <translation>打开项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2865"/> + <location filename="../Project/Project.py" line="2870"/> <source>Project Files (*.e4p)</source> <translation>项目文件 (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save project as</source> <translation>项目另存为</translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>Close Project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2916"/> + <location filename="../Project/Project.py" line="2921"/> <source>The current project has unsaved changes.</source> <translation>当前项目的更改未保存。</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Syntax errors detected</source> <translation>检测到语法错误</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>项目包含 %n 文件有语法错误。</numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3549"/> <source>&New...</source> <translation>新建(&N)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3554"/> <source>Generate a new project</source> <translation>生成新项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3550"/> + <location filename="../Project/Project.py" line="3555"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>新建…</b><p>打开一个对话框为新项目输入信息。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3558"/> - <source>&Open...</source> - <translation>打开(&O)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3563"/> + <source>&Open...</source> + <translation>打开(&O)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3568"/> <source>Open an existing project</source> <translation>打开一个已有项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3564"/> + <location filename="../Project/Project.py" line="3569"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>打开…</b><p>打开一个已有项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3571"/> - <source>Close project</source> - <translation>关闭项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3571"/> - <source>&Close</source> - <translation>关闭(&C)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Close the current project</source> - <translation>关闭当前项目</translation> - </message> - <message> <location filename="../Project/Project.py" line="3576"/> + <source>Close project</source> + <translation>关闭项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3576"/> + <source>&Close</source> + <translation>关闭(&C)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3580"/> + <source>Close the current project</source> + <translation>关闭当前项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3581"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>关闭</b><p>关闭当前项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3583"/> - <source>Save project</source> - <translation>保存项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3774"/> - <source>&Save</source> - <translation>保存(&S)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3587"/> - <source>Save the current project</source> - <translation>保存当前项目</translation> - </message> - <message> <location filename="../Project/Project.py" line="3588"/> + <source>Save project</source> + <translation>保存项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3779"/> + <source>&Save</source> + <translation>保存(&S)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3592"/> + <source>Save the current project</source> + <translation>保存当前项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3593"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>保存</b><p>保存当前项目</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3595"/> + <location filename="../Project/Project.py" line="3600"/> <source>Save &as...</source> <translation>另存为(&A)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3599"/> + <location filename="../Project/Project.py" line="3604"/> <source>Save the current project to a new file</source> <translation>将当前项目另存为一个新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3601"/> + <location filename="../Project/Project.py" line="3606"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add files to project</source> - <translation>将文件添加到项目中</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3610"/> - <source>Add &files...</source> - <translation>添加文件(&F)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3615"/> + <source>Add files to project</source> + <translation>将文件添加到项目中</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3615"/> + <source>Add &files...</source> + <translation>添加文件(&F)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3620"/> <source>Add files to the current project</source> <translation>将文件添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3617"/> + <location filename="../Project/Project.py" line="3622"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>添加文件…</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory to project</source> - <translation>将文件夹添加到项目中</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3626"/> - <source>Add directory...</source> - <translation>添加文件夹…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3631"/> + <source>Add directory to project</source> + <translation>将文件夹添加到项目中</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3631"/> + <source>Add directory...</source> + <translation>添加文件夹…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3636"/> <source>Add a directory to the current project</source> <translation>为当前工程添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3638"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>添加文件夹…</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> + <location filename="../Project/Project.py" line="3646"/> <source>Add translation to project</source> <translation>将翻译添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3641"/> - <source>Add &translation...</source> - <translation>添加翻译(&T)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3646"/> + <source>Add &translation...</source> + <translation>添加翻译(&T)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3651"/> <source>Add a translation to the current project</source> <translation>将翻译添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3653"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>添加翻译…</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Search new files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3656"/> + <location filename="../Project/Project.py" line="3661"/> <source>Searc&h new files...</source> <translation>搜索新文件(&H)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3660"/> + <location filename="../Project/Project.py" line="3665"/> <source>Search new files in the project directory.</source> <translation>在项目文件夹中搜索新文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="3662"/> + <location filename="../Project/Project.py" line="3667"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>搜索新文件…</b><p>在项目文件夹和注册的子文件夹中搜索新文件(源文件, *.ui, *.idl)。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Project properties</source> - <translation>项目属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Properties...</source> - <translation>属性(&P)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3690"/> + <source>Project properties</source> + <translation>项目属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3690"/> + <source>&Properties...</source> + <translation>属性(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3695"/> <source>Show the project properties</source> <translation>显示项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3691"/> + <location filename="../Project/Project.py" line="3696"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>属性…</b><p>显示一个对话框可编辑项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> + <location filename="../Project/Project.py" line="3703"/> <source>User project properties</source> <translation>用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&User Properties...</source> - <translation>用户属性(&U)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> + <source>&User Properties...</source> + <translation>用户属性(&U)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3708"/> <source>Show the user specific project properties</source> <translation>显示用户指定的项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3705"/> + <location filename="../Project/Project.py" line="3710"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>用户属性…</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations</source> <translation>文件类型关联</translation> </message> <message> - <location filename="../Project/Project.py" line="3713"/> + <location filename="../Project/Project.py" line="3718"/> <source>Filetype Associations...</source> <translation>文件类型关联…</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3722"/> <source>Show the project filetype associations</source> <translation>显示项目文件类型关联</translation> </message> <message> - <location filename="../Project/Project.py" line="3719"/> + <location filename="../Project/Project.py" line="3724"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>文件类型关联…</b><p>显示一个对话框可编辑项目的文件类型关联。这些关联以文件名样式决定类型(源代码、窗体、界面或其它)。在把一个文件添加到项目中和搜索新文件时使用。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger Properties</source> - <translation>调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3749"/> - <source>Debugger &Properties...</source> - <translation>调试器属性(&P)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source>Show the debugger properties</source> - <translation>显示调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3754"/> + <source>Debugger Properties</source> + <translation>调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3754"/> + <source>Debugger &Properties...</source> + <translation>调试器属性(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3758"/> + <source>Show the debugger properties</source> + <translation>显示调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3759"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Load</source> - <translation>载入</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Load</source> - <translation>载入(&L)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Load the debugger properties</source> - <translation>载入调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3767"/> + <source>Load</source> + <translation>载入</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source>&Load</source> + <translation>载入(&L)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3771"/> + <source>Load the debugger properties</source> + <translation>载入调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3772"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3774"/> - <source>Save</source> - <translation>保存</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3778"/> - <source>Save the debugger properties</source> - <translation>保存调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3779"/> + <source>Save</source> + <translation>保存</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3783"/> + <source>Save the debugger properties</source> + <translation>保存调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3784"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3786"/> - <source>Delete</source> - <translation>删除</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3786"/> - <source>&Delete</source> - <translation>删除(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3790"/> - <source>Delete the debugger properties</source> - <translation>删除调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3791"/> + <source>Delete</source> + <translation>删除</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3791"/> + <source>&Delete</source> + <translation>删除(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3795"/> + <source>Delete the debugger properties</source> + <translation>删除调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3796"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> + <location filename="../Project/Project.py" line="3804"/> <source>Reset</source> <translation>重置</translation> </message> <message> - <location filename="../Project/Project.py" line="3799"/> - <source>&Reset</source> - <translation>重置(&R)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Reset the debugger properties</source> - <translation>重围调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3804"/> + <source>&Reset</source> + <translation>重置(&R)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Reset the debugger properties</source> + <translation>重围调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3809"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3813"/> - <source>Load session</source> - <translation>载入会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3817"/> - <source>Load the projects session file.</source> - <translation>载入项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="3818"/> + <source>Load session</source> + <translation>载入会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3822"/> + <source>Load the projects session file.</source> + <translation>载入项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3823"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3831"/> - <source>Save session</source> - <translation>保存会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3835"/> - <source>Save the projects session file.</source> - <translation>保存项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="3836"/> + <source>Save session</source> + <translation>保存会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3840"/> + <source>Save the projects session file.</source> + <translation>保存项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3841"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Delete session</source> - <translation>删除会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Delete the projects session file.</source> - <translation>删除项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="3854"/> + <source>Delete session</source> + <translation>删除会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Delete the projects session file.</source> + <translation>删除项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3859"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>删除会话</b><p>删除项目会话文件</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>Code Metrics</source> <translation>代码度量</translation> </message> <message> - <location filename="../Project/Project.py" line="3863"/> + <location filename="../Project/Project.py" line="3868"/> <source>&Code Metrics...</source> <translation>代码度量(&C)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3872"/> <source>Show some code metrics for the project.</source> <translation>显示项目的部分代码度量。</translation> </message> <message> - <location filename="../Project/Project.py" line="3869"/> + <location filename="../Project/Project.py" line="3874"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Python Code Coverage</source> <translation>Python 代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="3877"/> + <location filename="../Project/Project.py" line="3882"/> <source>Code Co&verage...</source> <translation>代码覆盖率(&v)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3881"/> + <location filename="../Project/Project.py" line="3886"/> <source>Show code coverage information for the project.</source> <translation>显示项目的代码覆盖率信息。</translation> </message> <message> - <location filename="../Project/Project.py" line="3883"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../Project/Project.py" line="3891"/> + <location filename="../Project/Project.py" line="3896"/> <source>&Profile Data...</source> <translation>剖析数据(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3895"/> + <location filename="../Project/Project.py" line="3900"/> <source>Show profiling data for the project.</source> <translation>显示项目的剖析数据。</translation> </message> <message> - <location filename="../Project/Project.py" line="3897"/> + <location filename="../Project/Project.py" line="3902"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>剖析数据…</b><p>显示项目的剖析数据。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3911"/> <source>&Application Diagram...</source> <translation>应用程序(&A)图…</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3915"/> <source>Show a diagram of the project.</source> <translation>显示项目图表。</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3917"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>应用程序图…</b><p>显示项目的图表。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source>Create Package List</source> <translation>创建程序包列表</translation> </message> <message> - <location filename="../Project/Project.py" line="3935"/> + <location filename="../Project/Project.py" line="3940"/> <source>Create &Package List</source> <translation type="unfinished">创建插件存档(&A)</translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source>Create Plugin Archive</source> <translation>创建插件存档</translation> </message> <message> - <location filename="../Project/Project.py" line="3951"/> + <location filename="../Project/Project.py" line="3956"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4005"/> + <location filename="../Project/Project.py" line="4010"/> <source>&Project</source> <translation>项目(&P)</translation> </message> <message> - <location filename="../Project/Project.py" line="4006"/> - <source>Open &Recent Projects</source> - <translation>打开最近的项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>&Version Control</source> - <translation>版本控制(&V)</translation> - </message> - <message> <location filename="../Project/Project.py" line="4011"/> - <source>Chec&k</source> - <translation>检查(&K)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4013"/> - <source>Sho&w</source> - <translation>显示(&W)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4014"/> - <source>&Diagrams</source> - <translation>图表(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4015"/> - <source>Session</source> - <translation>会话</translation> + <source>Open &Recent Projects</source> + <translation>打开最近的项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>&Version Control</source> + <translation>版本控制(&V)</translation> </message> <message> <location filename="../Project/Project.py" line="4016"/> - <source>Source &Documentation</source> - <translation>源文档(&D)</translation> + <source>Chec&k</source> + <translation>检查(&K)</translation> </message> <message> <location filename="../Project/Project.py" line="4018"/> - <source>Debugger</source> - <translation>调试器</translation> + <source>Sho&w</source> + <translation>显示(&W)</translation> </message> <message> <location filename="../Project/Project.py" line="4019"/> + <source>&Diagrams</source> + <translation>图表(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4020"/> + <source>Session</source> + <translation>会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4021"/> + <source>Source &Documentation</source> + <translation>源文档(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4023"/> + <source>Debugger</source> + <translation>调试器</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4024"/> <source>Pac&kagers</source> <translation>打包程序(&K)</translation> </message> <message> - <location filename="../Project/Project.py" line="4127"/> + <location filename="../Project/Project.py" line="4132"/> <source>Project</source> <translation>项目</translation> </message> <message> - <location filename="../Project/Project.py" line="4193"/> + <location filename="../Project/Project.py" line="4198"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>Search New Files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4342"/> + <location filename="../Project/Project.py" line="4347"/> <source>There were no new files found to be added.</source> <translation>没有要添加的新文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source>Version Control System</source> <translation>版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="4606"/> + <location filename="../Project/Project.py" line="4611"/> <source>Coverage Data</source> <translation>覆盖率数据</translation> </message> <message> - <location filename="../Project/Project.py" line="4656"/> + <location filename="../Project/Project.py" line="4661"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4629"/> + <location filename="../Project/Project.py" line="4634"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4679"/> + <location filename="../Project/Project.py" line="4684"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4733"/> + <location filename="../Project/Project.py" line="4738"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../Project/Project.py" line="4878"/> + <location filename="../Project/Project.py" line="4883"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>文件 <b>PKGLIST</b> 已存在。</p><p>是否覆盖?</p></translation> </message> @@ -42307,27 +42307,27 @@ <translation type="obsolete"><p>文件 <b>PKGLIST</b> 不存在。终止…</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4946"/> + <location filename="../Project/Project.py" line="4951"/> <source>The project does not have a main script defined. Aborting...</source> <translation>项目未定义主脚本。终止…</translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3731"/> + <location filename="../Project/Project.py" line="3736"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3740"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> @@ -42347,127 +42347,127 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="735"/> + <location filename="../Project/Project.py" line="737"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="835"/> + <location filename="../Project/Project.py" line="837"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="871"/> + <location filename="../Project/Project.py" line="873"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="895"/> + <location filename="../Project/Project.py" line="897"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="953"/> + <location filename="../Project/Project.py" line="955"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="989"/> + <location filename="../Project/Project.py" line="991"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1020"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1052"/> + <location filename="../Project/Project.py" line="1054"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1072"/> + <location filename="../Project/Project.py" line="1074"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1131"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1163"/> + <location filename="../Project/Project.py" line="1165"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1189"/> + <location filename="../Project/Project.py" line="1191"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1419"/> + <location filename="../Project/Project.py" line="1424"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1634"/> + <location filename="../Project/Project.py" line="1639"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2880"/> + <location filename="../Project/Project.py" line="2885"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1848"/> + <location filename="../Project/Project.py" line="1853"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2084"/> + <location filename="../Project/Project.py" line="2089"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2113"/> + <location filename="../Project/Project.py" line="2118"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2195"/> + <location filename="../Project/Project.py" line="2200"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4488"/> + <location filename="../Project/Project.py" line="4493"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4927"/> + <location filename="../Project/Project.py" line="4932"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5087"/> + <location filename="../Project/Project.py" line="5092"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5161"/> + <location filename="../Project/Project.py" line="5166"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1559"/> + <location filename="../Project/Project.py" line="1564"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1616"/> + <location filename="../Project/Project.py" line="1621"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42477,32 +42477,32 @@ <translation>Python2 文件 (*.py2);;Python2 GUI 文件 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2262"/> + <location filename="../Project/Project.py" line="2267"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3920"/> + <location filename="../Project/Project.py" line="3925"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3924"/> + <location filename="../Project/Project.py" line="3929"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3926"/> + <location filename="../Project/Project.py" line="3931"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -42532,37 +42532,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4476"/> + <location filename="../Project/Project.py" line="4481"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5203"/> + <location filename="../Project/Project.py" line="5208"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3940"/> + <location filename="../Project/Project.py" line="3945"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">创建一个 eric6 插件存档文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="3942"/> + <location filename="../Project/Project.py" line="3947"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3958"/> + <location filename="../Project/Project.py" line="3963"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5052"/> + <location filename="../Project/Project.py" line="5057"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -42582,83 +42582,83 @@ <translation>Eric6 插件</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source>Create project management directory</source> <translation>创建项目管理目录</translation> </message> <message> - <location filename="../Project/Project.py" line="2696"/> + <location filename="../Project/Project.py" line="2701"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>项目目录 <b>{0}</b> 不可写。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3676"/> + <location filename="../Project/Project.py" line="3681"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3683"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3670"/> + <location filename="../Project/Project.py" line="3675"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4981"/> + <location filename="../Project/Project.py" line="4986"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3975"/> + <location filename="../Project/Project.py" line="3980"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4960"/> + <location filename="../Project/Project.py" line="4965"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>Abort</source> <translation type="unfinished">终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4977"/> + <location filename="../Project/Project.py" line="4982"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -42668,27 +42668,27 @@ <translation type="obsolete">覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4994"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5106"/> + <location filename="../Project/Project.py" line="5111"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5109"/> + <location filename="../Project/Project.py" line="5114"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4970"/> + <location filename="../Project/Project.py" line="4975"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5024"/> + <location filename="../Project/Project.py" line="5029"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -54011,63 +54011,63 @@ <translation>开始覆盖率测试运行</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="55"/> <source>Command&line:</source> <translation>命令行(&l):</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="41"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>输入命令行参数</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>命令行</b> <p>在该区域输入命令行参数。</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="64"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> <source>&Working directory:</source> <translation>工作文件夹(&W):</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">使用文件夹选择对话框选择文件夹</translation> + <source>Select this to erase the collected coverage information</source> + <translation>选择该选项可擦除已收集到的覆盖率信息</translation> </message> <message> <location filename="../Debugger/StartCoverageDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>选择文件夹</b> -<p>通过文件夹选择对话框选择工作文件夹。</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <source><b>Erase coverage information</b> +<p>Select this to erase the collected coverage information before the next coverage run.</p></source> + <translation><b>擦除覆盖率信息</b> +<p>选择该选项可在下一次覆盖率测试运行之前擦除已收集到的覆盖率信息。</p></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>输入工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="86"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>工作文件夹</b> <p>输入要调试的程序的工作文件夹。为空时默认将工作文件夹设为可执行程序的文件夹。</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="94"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="124"/> <source>&Environment:</source> <translation>环境(&E):</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="110"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="113"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54076,80 +54076,84 @@ <p>例: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> - <source>Select this to erase the collected coverage information</source> - <translation>选择该选项可擦除已收集到的覆盖率信息</translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> - <source><b>Erase coverage information</b> -<p>Select this to erase the collected coverage information before the next coverage run.</p></source> - <translation><b>擦除覆盖率信息</b> -<p>选择该选项可在下一次覆盖率测试运行之前擦除已收集到的覆盖率信息。</p></translation> - </message> - <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="195"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="225"/> <source>Erase &coverage information</source> <translation>擦除覆盖率信息(&c)</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="198"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="138"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>取消选择可关闭异常报告</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="141"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>报告异常</b> <p>取消该选项将关闭异常报告。</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="145"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>报告异常(&E)</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="148"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="158"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>选择清除解释器窗口的显示</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="161"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>清除解释器窗口</b><p>将在开始调试客户之前清除解释器窗口的显示。</p></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="164"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>清除解释器窗口(&I)</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="174"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished">选择在终端窗口启动调试器</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="177"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="181"/> + <location filename="../Debugger/StartCoverageDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished">在终端开始运行</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -54159,12 +54163,12 @@ <translation>开始调试</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="110"/> + <location filename="../Debugger/StartDebugDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="113"/> + <location filename="../Debugger/StartDebugDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54173,17 +54177,17 @@ <p>例: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="94"/> + <location filename="../Debugger/StartDebugDialog.ui" line="124"/> <source>&Environment:</source> <translation>环境(&E):</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="83"/> + <location filename="../Debugger/StartDebugDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>输入工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="86"/> + <location filename="../Debugger/StartDebugDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>工作文件夹</b> @@ -54202,152 +54206,168 @@ <p>通过文件夹选择对话框选择工作文件夹。</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="64"/> + <location filename="../Debugger/StartDebugDialog.ui" line="94"/> <source>&Working directory:</source> <translation>工作文件夹(&W):</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="41"/> + <location filename="../Debugger/StartDebugDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>输入命令行参数</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <location filename="../Debugger/StartDebugDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>命令行</b> <p>在该区域输入命令行参数。</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <location filename="../Debugger/StartDebugDialog.ui" line="55"/> <source>Command&line:</source> <translation>命令行(&l):</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="138"/> + <location filename="../Debugger/StartDebugDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>取消选择可关闭异常报告</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="141"/> + <location filename="../Debugger/StartDebugDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>报告异常</b> <p>取消该选项将关闭异常报告。</p></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="145"/> + <location filename="../Debugger/StartDebugDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>报告异常(&E)</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="148"/> + <location filename="../Debugger/StartDebugDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="218"/> + <source>Select to trace into the Python library</source> + <translation>选择跟踪到 Python 库</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="221"/> + <source>&Trace into interpreter libraries</source> + <translation>跟踪到解释器库</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="224"/> + <source>Alt+T</source> + <translation>Alt+T</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="188"/> - <source>Select to trace into the Python library</source> - <translation>选择跟踪到 Python 库</translation> + <source>Select to clear the display of the interpreter window</source> + <translation>选择清除解释器窗口的显示</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="191"/> - <source>&Trace into interpreter libraries</source> - <translation>跟踪到解释器库</translation> + <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> + <translation><b>清除解释器窗口</b><p>将在开始调试客户之前清除解释器窗口的显示。</p></translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="194"/> - <source>Alt+T</source> - <translation>Alt+T</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="158"/> - <source>Select to clear the display of the interpreter window</source> - <translation>选择清除解释器窗口的显示</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="161"/> - <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> - <translation><b>清除解释器窗口</b><p>将在开始调试客户之前清除解释器窗口的显示。</p></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="164"/> <source>Clear &interpreter window</source> <translation>清除解释器窗口(&I)</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="201"/> + <location filename="../Debugger/StartDebugDialog.ui" line="231"/> <source>Select to not stop the debugger at the first executable line.</source> <translation>选择在第一个可执行行不要中止调试器。</translation> </message> <message> + <location filename="../Debugger/StartDebugDialog.ui" line="234"/> + <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> + <translation><b>第一行不中止</b><p>阻止调试器在第一个可执行行中止调试。</p></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="237"/> + <source>Don't stop at first line</source> + <translation>第一行不中止</translation> + </message> + <message> <location filename="../Debugger/StartDebugDialog.ui" line="204"/> - <source><b>Don't stop at first line</b><p>This prevents the debugger from stopping at the first executable line.</p></source> - <translation><b>第一行不中止</b><p>阻止调试器在第一个可执行行中止调试。</p></translation> + <source>Select to start the debugger in a console window</source> + <translation>选择在终端窗口启动调试器</translation> </message> <message> <location filename="../Debugger/StartDebugDialog.ui" line="207"/> - <source>Don't stop at first line</source> - <translation>第一行不中止</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="174"/> - <source>Select to start the debugger in a console window</source> - <translation>选择在终端窗口启动调试器</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="177"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="181"/> + <location filename="../Debugger/StartDebugDialog.ui" line="211"/> <source>Start in console</source> <translation>在终端开始运行</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="219"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="225"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="228"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="232"/> - <source>Fork without pausing</source> - <translation>Fork 时不暂停</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="242"/> - <source>Select to debug the child process after forking</source> - <translation>选择在分支后对子进程进行调试</translation> - </message> - <message> - <location filename="../Debugger/StartDebugDialog.ui" line="245"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="249"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="255"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="258"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="262"/> + <source>Fork without pausing</source> + <translation>Fork 时不暂停</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="272"/> + <source>Select to debug the child process after forking</source> + <translation>选择在分支后对子进程进行调试</translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="275"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="279"/> <source>Follow Child Process</source> <translation>跟踪子进程</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartDialog</name> <message> - <location filename="../Debugger/StartDialog.py" line="84"/> + <location filename="../Debugger/StartDialog.py" line="92"/> <source>Clear Histories</source> <translation>清除历史</translation> </message> @@ -54357,30 +54377,35 @@ <translation type="obsolete">工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Edit History</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="230"/> + <location filename="../Debugger/StartDialog.py" line="249"/> <source>Command Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="231"/> + <location filename="../Debugger/StartDialog.py" line="250"/> <source>Working Directory</source> <translation type="unfinished">工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="232"/> + <location filename="../Debugger/StartDialog.py" line="251"/> <source>Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartDialog.py" line="234"/> + <location filename="../Debugger/StartDialog.py" line="253"/> <source>Select the history list to be edited:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Debugger/StartDialog.py" line="248"/> + <source>Interpreter</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -54466,12 +54491,12 @@ <translation>开始剖析</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="110"/> + <location filename="../Debugger/StartProfileDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="113"/> + <location filename="../Debugger/StartProfileDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54480,17 +54505,17 @@ <p>例: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="94"/> + <location filename="../Debugger/StartProfileDialog.ui" line="124"/> <source>&Environment:</source> <translation>环境(&E):</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="83"/> + <location filename="../Debugger/StartProfileDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>输入工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="86"/> + <location filename="../Debugger/StartProfileDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>工作文件夹</b> @@ -54498,112 +54523,116 @@ </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="218"/> - <source>Select directory using a directory selection dialog</source> - <translation type="obsolete">使用文件夹选择对话框选择文件夹</translation> + <source>Select this to erase the collected timing data</source> + <translation>选择该选项可擦除收集到的定时数据</translation> </message> <message> <location filename="../Debugger/StartProfileDialog.ui" line="221"/> - <source><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></source> - <translation type="obsolete"><b>选择文件夹</b> -<p>通过文件夹选择对话框选择工作文件夹。</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="64"/> + <source><b>Erase timing data</b> +<p>Select this to erase the collected timing data before the next profiling run.</p></source> + <translation><b>擦除定时数据</b><p>选择该选项可在下一次剖析运行之前擦除定时数据。</p></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="94"/> <source>&Working directory:</source> <translation>工作文件夹(&W):</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="41"/> + <location filename="../Debugger/StartProfileDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>输入命令行参数</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <location filename="../Debugger/StartProfileDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>命令行</b> <p>在该区域输入命令行参数。</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <location filename="../Debugger/StartProfileDialog.ui" line="55"/> <source>Command&line:</source> <translation>命令行(&l):</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="188"/> - <source>Select this to erase the collected timing data</source> - <translation>选择该选项可擦除收集到的定时数据</translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="191"/> - <source><b>Erase timing data</b> -<p>Select this to erase the collected timing data before the next profiling run.</p></source> - <translation><b>擦除定时数据</b><p>选择该选项可在下一次剖析运行之前擦除定时数据。</p></translation> - </message> - <message> - <location filename="../Debugger/StartProfileDialog.ui" line="195"/> + <location filename="../Debugger/StartProfileDialog.ui" line="225"/> <source>Erase &timing data</source> <translation>擦除定时数据(&t)</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="198"/> + <location filename="../Debugger/StartProfileDialog.ui" line="228"/> <source>Alt+C</source> <translation>Alt+C</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="138"/> + <location filename="../Debugger/StartProfileDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>取消选择可关闭异常报告</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="141"/> + <location filename="../Debugger/StartProfileDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>报告异常</b> <p>取消该选项将关闭异常报告。</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="145"/> + <location filename="../Debugger/StartProfileDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>报告异常(&E)</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="148"/> + <location filename="../Debugger/StartProfileDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="158"/> + <location filename="../Debugger/StartProfileDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>选择清除解释器窗口的显示</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="161"/> + <location filename="../Debugger/StartProfileDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>清除解释器窗口</b><p>将在开始调试客户之前清除解释器窗口的显示。</p></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="164"/> + <location filename="../Debugger/StartProfileDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>清除解释器窗口(&I)</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="174"/> + <location filename="../Debugger/StartProfileDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation type="unfinished">选择在终端窗口启动调试器</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="177"/> + <location filename="../Debugger/StartProfileDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="181"/> + <location filename="../Debugger/StartProfileDialog.ui" line="211"/> <source>Start in console</source> <translation type="unfinished">在终端开始运行</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -54613,24 +54642,24 @@ <translation>开始运行</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <location filename="../Debugger/StartRunDialog.ui" line="55"/> <source>Command&line:</source> <translation>命令行(&l):</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="41"/> + <location filename="../Debugger/StartRunDialog.ui" line="71"/> <source>Enter the commandline parameters</source> <translation>输入命令行参数</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <location filename="../Debugger/StartRunDialog.ui" line="74"/> <source><b>Commandline</b> <p>Enter the commandline parameters in this field.</p></source> <translation><b>命令行</b> <p>在该区域输入命令行参数。</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="64"/> + <location filename="../Debugger/StartRunDialog.ui" line="94"/> <source>&Working directory:</source> <translation>工作文件夹(&W):</translation> </message> @@ -54647,29 +54676,29 @@ <p>通过文件夹选择对话框选择工作文件夹。</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="83"/> + <location filename="../Debugger/StartRunDialog.ui" line="113"/> <source>Enter the working directory</source> <translation>输入工作文件夹</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="86"/> + <location filename="../Debugger/StartRunDialog.ui" line="116"/> <source><b>Working directory</b> <p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></source> <translation><b>工作文件夹</b> <p>输入要调试的程序的工作文件夹。为空时默认将工作文件夹设为可执行程序的文件夹。</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="94"/> + <location filename="../Debugger/StartRunDialog.ui" line="124"/> <source>&Environment:</source> <translation>环境(&E):</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="110"/> + <location filename="../Debugger/StartRunDialog.ui" line="140"/> <source>Enter the environment variables to be set.</source> <translation>输入要设定的环境变量。</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="113"/> + <location filename="../Debugger/StartRunDialog.ui" line="143"/> <source><b>Environment</b> <p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> <p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> @@ -54678,95 +54707,111 @@ <p>例: var1=1 var2="hello world" var3+=":/tmp"</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="138"/> + <location filename="../Debugger/StartRunDialog.ui" line="168"/> <source>Uncheck to disable exception reporting</source> <translation>取消选择可关闭异常报告</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="141"/> + <location filename="../Debugger/StartRunDialog.ui" line="171"/> <source><b>Report exceptions</b> <p>Uncheck this in order to disable exception reporting.</p></source> <translation><b>报告异常</b> <p>取消该选项将关闭异常报告。</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="145"/> + <location filename="../Debugger/StartRunDialog.ui" line="175"/> <source>Report &exceptions</source> <translation>报告异常(&E)</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="148"/> + <location filename="../Debugger/StartRunDialog.ui" line="178"/> <source>Alt+E</source> <translation>Alt+E</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="158"/> + <location filename="../Debugger/StartRunDialog.ui" line="188"/> <source>Select to clear the display of the interpreter window</source> <translation>选择清除解释器窗口的显示</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="161"/> + <location filename="../Debugger/StartRunDialog.ui" line="191"/> <source><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></source> <translation><b>清除解释器窗口</b><p>将在开始调试客户之前清除解释器窗口的显示。</p></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="164"/> + <location filename="../Debugger/StartRunDialog.ui" line="194"/> <source>Clear &interpreter window</source> <translation>清除解释器窗口(&I)</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="174"/> + <location filename="../Debugger/StartRunDialog.ui" line="204"/> <source>Select to start the debugger in a console window</source> <translation>选择在终端窗口启动调试器</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="177"/> + <location filename="../Debugger/StartRunDialog.ui" line="207"/> <source><b>Start in console</b> <p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="181"/> + <location filename="../Debugger/StartRunDialog.ui" line="211"/> <source>Start in console</source> <translation>在终端开始运行</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="190"/> - <source>Forking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="196"/> - <source>Select to go through the fork without asking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="199"/> - <source><b>Fork without pausing</b> -<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="203"/> - <source>Fork without pausing</source> - <translation>Fork 时不暂停</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="213"/> - <source>Select to debug the child process after forking</source> - <translation>选择在分支后对子进程进行调试</translation> - </message> - <message> - <location filename="../Debugger/StartRunDialog.ui" line="216"/> - <source><b>Debug Child Process</b> -<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="220"/> + <source>Forking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="226"/> + <source>Select to go through the fork without asking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="229"/> + <source><b>Fork without pausing</b> +<p>Select to go through the fork without asking making the forking decision based on the Parent/Child selection.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="233"/> + <source>Fork without pausing</source> + <translation>Fork 时不暂停</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="243"/> + <source>Select to debug the child process after forking</source> + <translation>选择在分支后对子进程进行调试</translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="246"/> + <source><b>Debug Child Process</b> +<p>Select to debug the child process after forking. If it is not selected, the parent process will be debugged. This has no effect, if forking without pausing is not selected.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="250"/> <source>Follow Child Process</source> <translation>跟踪子进程</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="25"/> + <source>Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="44"/> + <source>Enter the interpreter to be used</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="47"/> + <source><b>Interpreter</b> +<p>Enter the interpreter to be used. Leave it empty to use the default interprter, i.e. the one configured globally or per project.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>StatusMonitorLed</name>