Sun, 20 Apr 2014 16:37:34 +0200
Implemented the Python2 compatibility check for plug-ins in the plug-in manager. The flag is named 'python2Compatible'.
--- a/APIs/Python3/eric5.api Tue Apr 15 22:41:08 2014 +0200 +++ b/APIs/Python3/eric5.api Sun Apr 20 16:37:34 2014 +0200 @@ -3693,6 +3693,7 @@ eric5.PluginManager.PluginExceptions.PluginModuleFormatError?1(name, missing) eric5.PluginManager.PluginExceptions.PluginModulesError?1() eric5.PluginManager.PluginExceptions.PluginPathError?1(msg=None) +eric5.PluginManager.PluginExceptions.PluginPy2IncompatibleError?1(name) eric5.PluginManager.PluginInfoDialog.PluginInfoDialog.on_pluginList_itemActivated?4(item, column) eric5.PluginManager.PluginInfoDialog.PluginInfoDialog?1(pluginManager, parent=None) eric5.PluginManager.PluginInstallDialog.PluginInstallDialog.restartNeeded?4()
--- a/APIs/Python3/eric5.bas Tue Apr 15 22:41:08 2014 +0200 +++ b/APIs/Python3/eric5.bas Sun Apr 20 16:37:34 2014 +0200 @@ -519,6 +519,7 @@ PluginModuleFormatError PluginError PluginModulesError PluginError PluginPathError PluginError +PluginPy2IncompatibleError PluginError PluginRepositoryDialog QDialog PluginRepositoryReader XMLStreamReaderBase PluginRepositoryWidget QWidget Ui_PluginRepositoryDialog
--- a/Documentation/Help/source.qhp Tue Apr 15 22:41:08 2014 +0200 +++ b/Documentation/Help/source.qhp Sun Apr 20 16:37:34 2014 +0200 @@ -466,11 +466,6 @@ <section title="eric5.Plugins.CheckerPlugins.CodeStyleChecker.translations" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.translations.html" /> </section> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html"> - <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.html"> - <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html" /> - <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html" /> - <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations.html" /> - </section> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html" /> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html" /> <section title="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckerDialog.html" /> @@ -1358,7 +1353,6 @@ <keyword name="ApplicationPage (Constructor)" id="ApplicationPage (Constructor)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.__init__" /> <keyword name="ApplicationPage (Module)" id="ApplicationPage (Module)" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html" /> <keyword name="ApplicationPage.save" id="ApplicationPage.save" ref="eric5.Preferences.ConfigurationPages.ApplicationPage.html#ApplicationPage.save" /> - <keyword name="Argument" id="Argument" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Argument" /> <keyword name="ArgumentsError" id="ArgumentsError" ref="eric5.E5Gui.E5Action.html#ArgumentsError" /> <keyword name="ArgumentsError (Constructor)" id="ArgumentsError (Constructor)" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__init__" /> <keyword name="ArgumentsError.__repr__" id="ArgumentsError.__repr__" ref="eric5.E5Gui.E5Action.html#ArgumentsError.__repr__" /> @@ -1366,7 +1360,6 @@ <keyword name="ArrayElementVarItem" id="ArrayElementVarItem" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem" /> <keyword name="ArrayElementVarItem (Constructor)" id="ArrayElementVarItem (Constructor)" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem.__init__" /> <keyword name="ArrayElementVarItem.key" id="ArrayElementVarItem.key" ref="eric5.Debugger.VariablesViewer.html#ArrayElementVarItem.key" /> - <keyword name="Assignment" id="Assignment" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Assignment" /> <keyword name="AssociationItem" id="AssociationItem" ref="eric5.Graphics.AssociationItem.html#AssociationItem" /> <keyword name="AssociationItem (Constructor)" id="AssociationItem (Constructor)" ref="eric5.Graphics.AssociationItem.html#AssociationItem.__init__" /> <keyword name="AssociationItem (Module)" id="AssociationItem (Module)" ref="eric5.Graphics.AssociationItem.html" /> @@ -1528,7 +1521,6 @@ <keyword name="BinaryModel.setBitsAndValue" id="BinaryModel.setBitsAndValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setBitsAndValue" /> <keyword name="BinaryModel.setData" id="BinaryModel.setData" ref="eric5.UI.NumbersWidget.html#BinaryModel.setData" /> <keyword name="BinaryModel.setValue" id="BinaryModel.setValue" ref="eric5.UI.NumbersWidget.html#BinaryModel.setValue" /> - <keyword name="Binding" id="Binding" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Binding" /> <keyword name="BookmarkActionSelectionDialog" id="BookmarkActionSelectionDialog" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog" /> <keyword name="BookmarkActionSelectionDialog (Constructor)" id="BookmarkActionSelectionDialog (Constructor)" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html#BookmarkActionSelectionDialog.__init__" /> <keyword name="BookmarkActionSelectionDialog (Module)" id="BookmarkActionSelectionDialog (Module)" ref="eric5.Helpviewer.UrlBar.BookmarkActionSelectionDialog.html" /> @@ -1996,64 +1988,17 @@ <keyword name="ChatWidget.preferencesChanged" id="ChatWidget.preferencesChanged" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.preferencesChanged" /> <keyword name="ChatWidget.shutdown" id="ChatWidget.shutdown" ref="eric5.Cooperation.ChatWidget.html#ChatWidget.shutdown" /> <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker" /> - <keyword name="Checker" id="Checker" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker" /> <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.__init__" /> - <keyword name="Checker (Constructor)" id="Checker (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.__init__" /> - <keyword name="Checker.ASSIGN" id="Checker.ASSIGN" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.ASSIGN" /> - <keyword name="Checker.AUGASSIGN" id="Checker.AUGASSIGN" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.AUGASSIGN" /> - <keyword name="Checker.CLASSDEF" id="Checker.CLASSDEF" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.CLASSDEF" /> - <keyword name="Checker.DICTCOMP" id="Checker.DICTCOMP" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.DICTCOMP" /> - <keyword name="Checker.EXCEPTHANDLER" id="Checker.EXCEPTHANDLER" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.EXCEPTHANDLER" /> - <keyword name="Checker.FOR" id="Checker.FOR" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.FOR" /> - <keyword name="Checker.FUNCTIONDEF" id="Checker.FUNCTIONDEF" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.FUNCTIONDEF" /> - <keyword name="Checker.GENERATOREXP" id="Checker.GENERATOREXP" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.GENERATOREXP" /> - <keyword name="Checker.GLOBAL" id="Checker.GLOBAL" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.GLOBAL" /> - <keyword name="Checker.IMPORT" id="Checker.IMPORT" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.IMPORT" /> - <keyword name="Checker.IMPORTFROM" id="Checker.IMPORTFROM" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.IMPORTFROM" /> - <keyword name="Checker.LAMBDA" id="Checker.LAMBDA" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.LAMBDA" /> - <keyword name="Checker.LISTCOMP" id="Checker.LISTCOMP" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.LISTCOMP" /> - <keyword name="Checker.NAME" id="Checker.NAME" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.NAME" /> - <keyword name="Checker.TRY" id="Checker.TRY" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.TRY" /> - <keyword name="Checker.addArgs" id="Checker.addArgs" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.addArgs" /> - <keyword name="Checker.addBinding" id="Checker.addBinding" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.addBinding" /> <keyword name="Checker.build_tokens_line" id="Checker.build_tokens_line" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.build_tokens_line" /> - <keyword name="Checker.checkDeadScopes" id="Checker.checkDeadScopes" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.checkDeadScopes" /> - <keyword name="Checker.checkUnusedAssignments" id="Checker.checkUnusedAssignments" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.checkUnusedAssignments" /> <keyword name="Checker.check_all" id="Checker.check_all" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_all" /> <keyword name="Checker.check_ast" id="Checker.check_ast" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_ast" /> <keyword name="Checker.check_logical" id="Checker.check_logical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_logical" /> <keyword name="Checker.check_physical" id="Checker.check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.check_physical" /> - <keyword name="Checker.collectLoopVars" id="Checker.collectLoopVars" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.collectLoopVars" /> - <keyword name="Checker.deferAssignment" id="Checker.deferAssignment" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.deferAssignment" /> - <keyword name="Checker.deferFunction" id="Checker.deferFunction" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.deferFunction" /> - <keyword name="Checker.descendantOf" id="Checker.descendantOf" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.descendantOf" /> - <keyword name="Checker.differentForks" id="Checker.differentForks" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.differentForks" /> <keyword name="Checker.generate_tokens" id="Checker.generate_tokens" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.generate_tokens" /> - <keyword name="Checker.getCommonAncestor" id="Checker.getCommonAncestor" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.getCommonAncestor" /> - <keyword name="Checker.getDocstring" id="Checker.getDocstring" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.getDocstring" /> - <keyword name="Checker.getNodeHandler" id="Checker.getNodeHandler" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.getNodeHandler" /> - <keyword name="Checker.handleChildren" id="Checker.handleChildren" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleChildren" /> - <keyword name="Checker.handleDoctests" id="Checker.handleDoctests" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleDoctests" /> - <keyword name="Checker.handleNode" id="Checker.handleNode" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleNode" /> - <keyword name="Checker.handleNodeDelete" id="Checker.handleNodeDelete" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleNodeDelete" /> - <keyword name="Checker.handleNodeLoad" id="Checker.handleNodeLoad" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleNodeLoad" /> - <keyword name="Checker.handleNodeStore" id="Checker.handleNodeStore" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.handleNodeStore" /> - <keyword name="Checker.hasParent" id="Checker.hasParent" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.hasParent" /> - <keyword name="Checker.ignore" id="Checker.ignore" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.ignore" /> - <keyword name="Checker.isDocstring" id="Checker.isDocstring" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.isDocstring" /> - <keyword name="Checker.onFork" id="Checker.onFork" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.onFork" /> - <keyword name="Checker.popScope" id="Checker.popScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.popScope" /> - <keyword name="Checker.pushClassScope" id="Checker.pushClassScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.pushClassScope" /> - <keyword name="Checker.pushFunctionScope" id="Checker.pushFunctionScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.pushFunctionScope" /> - <keyword name="Checker.pushScope" id="Checker.pushScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.pushScope" /> <keyword name="Checker.readline" id="Checker.readline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline" /> <keyword name="Checker.readline_check_physical" id="Checker.readline_check_physical" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.readline_check_physical" /> - <keyword name="Checker.report" id="Checker.report" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.report" /> <keyword name="Checker.report_invalid_syntax" id="Checker.report_invalid_syntax" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.report_invalid_syntax" /> - <keyword name="Checker.runDeferred" id="Checker.runDeferred" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.runDeferred" /> - <keyword name="Checker.runFunction" id="Checker.runFunction" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.runFunction" /> <keyword name="Checker.run_check" id="Checker.run_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#Checker.run_check" /> - <keyword name="Checker.scope" id="Checker.scope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Checker.scope" /> <keyword name="CheckerPlugins (Package)" id="CheckerPlugins (Package)" ref="index-eric5.Plugins.CheckerPlugins.html" /> <keyword name="ChromeImporter" id="ChromeImporter" ref="eric5.Helpviewer.Bookmarks.BookmarksImporters.ChromeImporter.html#ChromeImporter" /> <keyword name="ChromeImporter (Constructor)" id="ChromeImporter (Constructor)" ref="eric5.Helpviewer.Bookmarks.BookmarksImporters.ChromeImporter.html#ChromeImporter.__init__" /> @@ -2080,7 +2025,6 @@ <keyword name="Class.getMethod" id="Class.getMethod" ref="eric5.Utilities.ModuleParser.html#Class.getMethod" /> <keyword name="Class.setEndLine" id="Class.setEndLine" ref="eric5.Utilities.ModuleParser.html#Class.setEndLine" /> <keyword name="ClassBrowsers (Package)" id="ClassBrowsers (Package)" ref="index-eric5.Utilities.ClassBrowsers.html" /> - <keyword name="ClassDefinition" id="ClassDefinition" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#ClassDefinition" /> <keyword name="ClassItem" id="ClassItem" ref="eric5.Graphics.ClassItem.html#ClassItem" /> <keyword name="ClassItem (Constructor)" id="ClassItem (Constructor)" ref="eric5.Graphics.ClassItem.html#ClassItem.__init__" /> <keyword name="ClassItem (Module)" id="ClassItem (Module)" ref="eric5.Graphics.ClassItem.html" /> @@ -2097,7 +2041,6 @@ <keyword name="ClassModel.addMethod" id="ClassModel.addMethod" ref="eric5.Graphics.ClassItem.html#ClassModel.addMethod" /> <keyword name="ClassModel.getAttributes" id="ClassModel.getAttributes" ref="eric5.Graphics.ClassItem.html#ClassModel.getAttributes" /> <keyword name="ClassModel.getMethods" id="ClassModel.getMethods" ref="eric5.Graphics.ClassItem.html#ClassModel.getMethods" /> - <keyword name="ClassScope" id="ClassScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#ClassScope" /> <keyword name="ClbrBase" id="ClbrBase" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase" /> <keyword name="ClbrBase (Constructor)" id="ClbrBase (Constructor)" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase.__init__" /> <keyword name="ClbrBase._addattribute" id="ClbrBase._addattribute" ref="eric5.Utilities.ClassBrowsers.ClbrBaseClasses.html#ClbrBase._addattribute" /> @@ -3366,7 +3309,6 @@ <keyword name="DebuggerRubyPage.on_rubyInterpreterButton_clicked" id="DebuggerRubyPage.on_rubyInterpreterButton_clicked" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.on_rubyInterpreterButton_clicked" /> <keyword name="DebuggerRubyPage.save" id="DebuggerRubyPage.save" ref="eric5.Preferences.ConfigurationPages.DebuggerRubyPage.html#DebuggerRubyPage.save" /> <keyword name="DefaultSearchEngines (Package)" id="DefaultSearchEngines (Package)" ref="index-eric5.Helpviewer.OpenSearch.DefaultSearchEngines.html" /> - <keyword name="Definition" id="Definition" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Definition" /> <keyword name="DeleteFilesConfirmationDialog" id="DeleteFilesConfirmationDialog" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog" /> <keyword name="DeleteFilesConfirmationDialog (Constructor)" id="DeleteFilesConfirmationDialog (Constructor)" ref="eric5.UI.DeleteFilesConfirmationDialog.html#DeleteFilesConfirmationDialog.__init__" /> <keyword name="DeleteFilesConfirmationDialog (Module)" id="DeleteFilesConfirmationDialog (Module)" ref="eric5.UI.DeleteFilesConfirmationDialog.html" /> @@ -3460,8 +3402,6 @@ <keyword name="DocStyleContext.source" id="DocStyleContext.source" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.source" /> <keyword name="DocStyleContext.ssource" id="DocStyleContext.ssource" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.ssource" /> <keyword name="DocStyleContext.start" id="DocStyleContext.start" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.DocStyleChecker.html#DocStyleContext.start" /> - <keyword name="DoctestSyntaxError" id="DoctestSyntaxError" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#DoctestSyntaxError" /> - <keyword name="DoctestSyntaxError (Constructor)" id="DoctestSyntaxError (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#DoctestSyntaxError.__init__" /> <keyword name="DocumentationPlugins (Package)" id="DocumentationPlugins (Package)" ref="index-eric5.Plugins.DocumentationPlugins.html" /> <keyword name="DocumentationTools (Package)" id="DocumentationTools (Package)" ref="index-eric5.DocumentationTools.html" /> <keyword name="Download (Package)" id="Download (Package)" ref="index-eric5.Helpviewer.Download.html" /> @@ -3548,8 +3488,6 @@ <keyword name="DownloadModel.removeRows" id="DownloadModel.removeRows" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.removeRows" /> <keyword name="DownloadModel.rowCount" id="DownloadModel.rowCount" ref="eric5.Helpviewer.Download.DownloadModel.html#DownloadModel.rowCount" /> <keyword name="DownloadUtilities (Module)" id="DownloadUtilities (Module)" ref="eric5.Helpviewer.Download.DownloadUtilities.html" /> - <keyword name="DuplicateArgument" id="DuplicateArgument" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#DuplicateArgument" /> - <keyword name="DuplicateArgument (Constructor)" id="DuplicateArgument (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#DuplicateArgument.__init__" /> <keyword name="E5Action" id="E5Action" ref="eric5.E5Gui.E5Action.html#E5Action" /> <keyword name="E5Action (Constructor)" id="E5Action (Constructor)" ref="eric5.E5Gui.E5Action.html#E5Action.__init__" /> <keyword name="E5Action (Module)" id="E5Action (Module)" ref="eric5.E5Gui.E5Action.html" /> @@ -4801,7 +4739,6 @@ <keyword name="ExceptionsFilterDialog.on_deleteButton_clicked" id="ExceptionsFilterDialog.on_deleteButton_clicked" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_deleteButton_clicked" /> <keyword name="ExceptionsFilterDialog.on_exceptionEdit_textChanged" id="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionEdit_textChanged" /> <keyword name="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" id="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ref="eric5.Debugger.ExceptionsFilterDialog.html#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" /> - <keyword name="ExportBinding" id="ExportBinding" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#ExportBinding" /> <keyword name="ExporterBase" id="ExporterBase" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase" /> <keyword name="ExporterBase (Constructor)" id="ExporterBase (Constructor)" ref="eric5.QScintilla.Exporters.ExporterBase.html#ExporterBase.__init__" /> <keyword name="ExporterBase (Module)" id="ExporterBase (Module)" ref="eric5.QScintilla.Exporters.ExporterBase.html" /> @@ -5088,9 +5025,6 @@ <keyword name="Function (Constructor)" id="Function (Constructor)" ref="eric5.Utilities.ModuleParser.html#Function.__init__" /> <keyword name="Function.addDescription" id="Function.addDescription" ref="eric5.Utilities.ModuleParser.html#Function.addDescription" /> <keyword name="Function.setEndLine" id="Function.setEndLine" ref="eric5.Utilities.ModuleParser.html#Function.setEndLine" /> - <keyword name="FunctionDefinition" id="FunctionDefinition" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#FunctionDefinition" /> - <keyword name="FunctionScope" id="FunctionScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#FunctionScope" /> - <keyword name="GeneratorScope" id="GeneratorScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#GeneratorScope" /> <keyword name="Globals (Package)" id="Globals (Package)" ref="index-eric5.Globals.html" /> <keyword name="GotoDialog" id="GotoDialog" ref="eric5.QScintilla.GotoDialog.html#GotoDialog" /> <keyword name="GotoDialog (Constructor)" id="GotoDialog (Constructor)" ref="eric5.QScintilla.GotoDialog.html#GotoDialog.__init__" /> @@ -6885,11 +6819,6 @@ <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" /> <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" /> <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric5.Preferences.ConfigurationPages.IconsPreviewDialog.html" /> - <keyword name="ImportShadowedByLoopVar" id="ImportShadowedByLoopVar" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#ImportShadowedByLoopVar" /> - <keyword name="ImportShadowedByLoopVar (Constructor)" id="ImportShadowedByLoopVar (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#ImportShadowedByLoopVar.__init__" /> - <keyword name="ImportStarUsed" id="ImportStarUsed" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#ImportStarUsed" /> - <keyword name="ImportStarUsed (Constructor)" id="ImportStarUsed (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#ImportStarUsed.__init__" /> - <keyword name="Importation" id="Importation" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Importation" /> <keyword name="ImportsDiagramBuilder" id="ImportsDiagramBuilder" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder" /> <keyword name="ImportsDiagramBuilder (Constructor)" id="ImportsDiagramBuilder (Constructor)" ref="eric5.Graphics.ImportsDiagramBuilder.html#ImportsDiagramBuilder.__init__" /> <keyword name="ImportsDiagramBuilder (Module)" id="ImportsDiagramBuilder (Module)" ref="eric5.Graphics.ImportsDiagramBuilder.html" /> @@ -7295,8 +7224,6 @@ <keyword name="LargefilesProjectHelper.initMenu" id="LargefilesProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html#LargefilesProjectHelper.initMenu" /> <keyword name="LargefilesProjectHelper.menuTitle" id="LargefilesProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html#LargefilesProjectHelper.menuTitle" /> <keyword name="LargefilesProjectHelper.shutdown" id="LargefilesProjectHelper.shutdown" ref="eric5.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html#LargefilesProjectHelper.shutdown" /> - <keyword name="LateFutureImport" id="LateFutureImport" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#LateFutureImport" /> - <keyword name="LateFutureImport (Constructor)" id="LateFutureImport (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#LateFutureImport.__init__" /> <keyword name="Lexer" id="Lexer" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer" /> <keyword name="Lexer (Constructor)" id="Lexer (Constructor)" ref="eric5.QScintilla.Lexers.Lexer.html#Lexer.__init__" /> <keyword name="Lexer (Module)" id="Lexer (Module)" ref="eric5.QScintilla.Lexers.Lexer.html" /> @@ -7687,10 +7614,6 @@ <keyword name="MercurialPage (Module)" id="MercurialPage (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html" /> <keyword name="MercurialPage.on_configButton_clicked" id="MercurialPage.on_configButton_clicked" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.on_configButton_clicked" /> <keyword name="MercurialPage.save" id="MercurialPage.save" ref="eric5.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.MercurialPage.html#MercurialPage.save" /> - <keyword name="Message" id="Message" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Message" /> - <keyword name="Message (Constructor)" id="Message (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Message.__init__" /> - <keyword name="Message.__str__" id="Message.__str__" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Message.__str__" /> - <keyword name="Message.getMessageData" id="Message.getMessageData" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Message.getMessageData" /> <keyword name="MessageBoxWizard" id="MessageBoxWizard" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard" /> <keyword name="MessageBoxWizard (Constructor)" id="MessageBoxWizard (Constructor)" ref="eric5.Plugins.PluginWizardQMessageBox.html#MessageBoxWizard.__init__" /> <keyword name="MessageBoxWizard (Package)" id="MessageBoxWizard (Package)" ref="index-eric5.Plugins.WizardPlugins.MessageBoxWizard.html" /> @@ -7855,7 +7778,6 @@ <keyword name="ModuleModel.addClass" id="ModuleModel.addClass" ref="eric5.Graphics.ModuleItem.html#ModuleModel.addClass" /> <keyword name="ModuleModel.getClasses" id="ModuleModel.getClasses" ref="eric5.Graphics.ModuleItem.html#ModuleModel.getClasses" /> <keyword name="ModuleParser (Module)" id="ModuleParser (Module)" ref="eric5.Utilities.ModuleParser.html" /> - <keyword name="ModuleScope" id="ModuleScope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#ModuleScope" /> <keyword name="MultiProject" id="MultiProject" ref="eric5.MultiProject.MultiProject.html#MultiProject" /> <keyword name="MultiProject (Constructor)" id="MultiProject (Constructor)" ref="eric5.MultiProject.MultiProject.html#MultiProject.__init__" /> <keyword name="MultiProject (Module)" id="MultiProject (Module)" ref="eric5.MultiProject.MultiProject.html" /> @@ -8513,6 +8435,8 @@ <keyword name="PluginModulesError (Constructor)" id="PluginModulesError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginModulesError.__init__" /> <keyword name="PluginPathError" id="PluginPathError" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError" /> <keyword name="PluginPathError (Constructor)" id="PluginPathError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPathError.__init__" /> + <keyword name="PluginPy2IncompatibleError" id="PluginPy2IncompatibleError" ref="eric5.PluginManager.PluginExceptions.html#PluginPy2IncompatibleError" /> + <keyword name="PluginPy2IncompatibleError (Constructor)" id="PluginPy2IncompatibleError (Constructor)" ref="eric5.PluginManager.PluginExceptions.html#PluginPy2IncompatibleError.__init__" /> <keyword name="PluginRepositoryDialog" id="PluginRepositoryDialog" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog" /> <keyword name="PluginRepositoryDialog (Constructor)" id="PluginRepositoryDialog (Constructor)" ref="eric5.PluginManager.PluginRepositoryDialog.html#PluginRepositoryDialog.__init__" /> <keyword name="PluginRepositoryDialog (Module)" id="PluginRepositoryDialog (Module)" ref="eric5.PluginManager.PluginRepositoryDialog.html" /> @@ -9709,12 +9633,6 @@ <keyword name="RebaseProjectHelper.initMenu" id="RebaseProjectHelper.initMenu" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.initMenu" /> <keyword name="RebaseProjectHelper.menuTitle" id="RebaseProjectHelper.menuTitle" ref="eric5.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html#RebaseProjectHelper.menuTitle" /> <keyword name="RecursionError" id="RecursionError" ref="eric5.Graphics.GraphicsUtilities.html#RecursionError" /> - <keyword name="Redefined" id="Redefined" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Redefined" /> - <keyword name="Redefined (Constructor)" id="Redefined (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#Redefined.__init__" /> - <keyword name="RedefinedInListComp" id="RedefinedInListComp" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#RedefinedInListComp" /> - <keyword name="RedefinedInListComp (Constructor)" id="RedefinedInListComp (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#RedefinedInListComp.__init__" /> - <keyword name="RedefinedWhileUnused" id="RedefinedWhileUnused" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#RedefinedWhileUnused" /> - <keyword name="RedefinedWhileUnused (Constructor)" id="RedefinedWhileUnused (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#RedefinedWhileUnused.__init__" /> <keyword name="Redirector" id="Redirector" ref="eric5.UI.UserInterface.html#Redirector" /> <keyword name="Redirector (Constructor)" id="Redirector (Constructor)" ref="eric5.UI.UserInterface.html#Redirector.__init__" /> <keyword name="Redirector.__bufferedWrite" id="Redirector.__bufferedWrite" ref="eric5.UI.UserInterface.html#Redirector.__bufferedWrite" /> @@ -9748,7 +9666,6 @@ <keyword name="SchemeAccessHandler (Constructor)" id="SchemeAccessHandler (Constructor)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.__init__" /> <keyword name="SchemeAccessHandler (Module)" id="SchemeAccessHandler (Module)" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html" /> <keyword name="SchemeAccessHandler.createRequest" id="SchemeAccessHandler.createRequest" ref="eric5.Helpviewer.Network.SchemeAccessHandler.html#SchemeAccessHandler.createRequest" /> - <keyword name="Scope" id="Scope" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#Scope" /> <keyword name="SearchReplaceSlidingWidget" id="SearchReplaceSlidingWidget" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget" /> <keyword name="SearchReplaceSlidingWidget (Constructor)" id="SearchReplaceSlidingWidget (Constructor)" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget.__init__" /> <keyword name="SearchReplaceSlidingWidget.__enableScrollerButtons" id="SearchReplaceSlidingWidget.__enableScrollerButtons" ref="eric5.QScintilla.SearchReplaceWidget.html#SearchReplaceSlidingWidget.__enableScrollerButtons" /> @@ -11871,12 +11788,6 @@ <keyword name="UMLSceneSizeDialog.getData" id="UMLSceneSizeDialog.getData" ref="eric5.Graphics.UMLSceneSizeDialog.html#UMLSceneSizeDialog.getData" /> <keyword name="Uid" id="Uid" ref="eric5.Utilities.binplistlib.html#Uid" /> <keyword name="Uid.__repr__" id="Uid.__repr__" ref="eric5.Utilities.binplistlib.html#Uid.__repr__" /> - <keyword name="UndefinedExport" id="UndefinedExport" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedExport" /> - <keyword name="UndefinedExport (Constructor)" id="UndefinedExport (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedExport.__init__" /> - <keyword name="UndefinedLocal" id="UndefinedLocal" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedLocal" /> - <keyword name="UndefinedLocal (Constructor)" id="UndefinedLocal (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedLocal.__init__" /> - <keyword name="UndefinedName" id="UndefinedName" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedName" /> - <keyword name="UndefinedName (Constructor)" id="UndefinedName (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UndefinedName.__init__" /> <keyword name="UnittestDialog" id="UnittestDialog" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog" /> <keyword name="UnittestDialog (Constructor)" id="UnittestDialog (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__init__" /> <keyword name="UnittestDialog (Module)" id="UnittestDialog (Module)" ref="eric5.PyUnit.UnittestDialog.html" /> @@ -11906,10 +11817,6 @@ <keyword name="UnittestWindow" id="UnittestWindow" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow" /> <keyword name="UnittestWindow (Constructor)" id="UnittestWindow (Constructor)" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.__init__" /> <keyword name="UnittestWindow.eventFilter" id="UnittestWindow.eventFilter" ref="eric5.PyUnit.UnittestDialog.html#UnittestWindow.eventFilter" /> - <keyword name="UnusedImport" id="UnusedImport" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UnusedImport" /> - <keyword name="UnusedImport (Constructor)" id="UnusedImport (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UnusedImport.__init__" /> - <keyword name="UnusedVariable" id="UnusedVariable" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UnusedVariable" /> - <keyword name="UnusedVariable (Constructor)" id="UnusedVariable (Constructor)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html#UnusedVariable.__init__" /> <keyword name="UrlBar" id="UrlBar" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar" /> <keyword name="UrlBar (Constructor)" id="UrlBar (Constructor)" ref="eric5.Helpviewer.UrlBar.UrlBar.html#UrlBar.__init__" /> <keyword name="UrlBar (Module)" id="UrlBar (Module)" ref="eric5.Helpviewer.UrlBar.UrlBar.html" /> @@ -12876,19 +12783,13 @@ <keyword name="__getMasterPassword" id="__getMasterPassword" ref="eric5.Utilities.crypto.__init__.html#__getMasterPassword" /> <keyword name="__getPygmentsLexer" id="__getPygmentsLexer" ref="eric5.QScintilla.Lexers.__init__.html#__getPygmentsLexer" /> <keyword name="__initChannelModesDict" id="__initChannelModesDict" ref="eric5.Network.IRC.IrcUtilities.html#__initChannelModesDict" /> - <keyword name="__init__" id="__init__" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__init__" /> - <keyword name="__init___1" id="__init___1" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__init___1" /> - <keyword name="__init___2" id="__init___2" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__init___2" /> <keyword name="__messageBox" id="__messageBox" ref="eric5.E5Gui.E5MessageBox.html#__messageBox" /> <keyword name="__readShortcut" id="__readShortcut" ref="eric5.Preferences.Shortcuts.html#__readShortcut" /> <keyword name="__render" id="__render" ref="eric5.Helpviewer.HelpSnap.html#__render" /> <keyword name="__reorderFilter" id="__reorderFilter" ref="eric5.E5Gui.E5FileDialog.html#__reorderFilter" /> - <keyword name="__repr__" id="__repr__" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__repr__" /> - <keyword name="__repr___1" id="__repr___1" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__repr___1" /> <keyword name="__saveShortcut" id="__saveShortcut" ref="eric5.Preferences.Shortcuts.html#__saveShortcut" /> <keyword name="__setAction" id="__setAction" ref="eric5.Preferences.Shortcuts.html#__setAction" /> <keyword name="__showwarning" id="__showwarning" ref="eric5.Utilities.__init__.html#__showwarning" /> - <keyword name="__str__" id="__str__" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#__str__" /> <keyword name="_add_check" id="_add_check" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#_add_check" /> <keyword name="_buildChildrenLists" id="_buildChildrenLists" ref="eric5.Graphics.GraphicsUtilities.html#_buildChildrenLists" /> <keyword name="_debugclient_start_new_thread" id="_debugclient_start_new_thread" ref="eric5.DebugClients.Python.DebugClientThreads.html#_debugclient_start_new_thread" /> @@ -12911,7 +12812,6 @@ <keyword name="check" id="check" ref="eric5.Plugins.CheckerPlugins.Tabnanny.Tabnanny.html#check" /> <keyword name="checkBlacklistedVersions" id="checkBlacklistedVersions" ref="eric5.Globals.__init__.html#checkBlacklistedVersions" /> <keyword name="checkPyside" id="checkPyside" ref="eric5.Utilities.__init__.html#checkPyside" /> - <keyword name="checker (Module)" id="checker (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html" /> <keyword name="cleanUp" id="cleanUp" ref="eric5.install.html#cleanUp" /> <keyword name="close" id="close" ref="eric5.DebugClients.Ruby.AsyncFile.html#close" /> <keyword name="codeStyleCheck" id="codeStyleCheck" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html#codeStyleCheck" /> @@ -13163,9 +13063,6 @@ <keyword name="getLanguageIcon" id="getLanguageIcon" ref="eric5.QScintilla.Lexers.__init__.html#getLanguageIcon" /> <keyword name="getLexer" id="getLexer" ref="eric5.QScintilla.Lexers.__init__.html#getLexer" /> <keyword name="getMultiProject" id="getMultiProject" ref="eric5.Preferences.__init__.html#getMultiProject" /> - <keyword name="getNodeName" id="getNodeName" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#getNodeName" /> - <keyword name="getNodeType" id="getNodeType" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#getNodeType" /> - <keyword name="getNodeType_1" id="getNodeType_1" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#getNodeType_1" /> <keyword name="getOpenFileFiltersList" id="getOpenFileFiltersList" ref="eric5.QScintilla.Lexers.__init__.html#getOpenFileFiltersList" /> <keyword name="getOpenFileName" id="getOpenFileName" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileName" /> <keyword name="getOpenFileNameAndFilter" id="getOpenFileNameAndFilter" ref="eric5.E5Gui.E5FileDialog.html#getOpenFileNameAndFilter" /> @@ -13209,7 +13106,6 @@ <keyword name="getTasks" id="getTasks" ref="eric5.Preferences.__init__.html#getTasks" /> <keyword name="getTemplates" id="getTemplates" ref="eric5.Preferences.__init__.html#getTemplates" /> <keyword name="getTestFileName" id="getTestFileName" ref="eric5.Utilities.__init__.html#getTestFileName" /> - <keyword name="getTranslatedFlakesMessage" id="getTranslatedFlakesMessage" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations.html#getTranslatedFlakesMessage" /> <keyword name="getTranslatedMessage" id="getTranslatedMessage" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.translations.html#getTranslatedMessage" /> <keyword name="getTrayStarter" id="getTrayStarter" ref="eric5.Preferences.__init__.html#getTrayStarter" /> <keyword name="getTypeFromTypeName" id="getTypeFromTypeName" ref="eric5.Utilities.ModuleParser.html#getTypeFromTypeName" /> @@ -13280,7 +13176,6 @@ <keyword name="is_stream_binary_plist" id="is_stream_binary_plist" ref="eric5.Utilities.binplistlib.html#is_stream_binary_plist" /> <keyword name="isatty" id="isatty" ref="eric5.DebugClients.Ruby.AsyncFile.html#isatty" /> <keyword name="isinpath" id="isinpath" ref="eric5.Utilities.__init__.html#isinpath" /> - <keyword name="iter_child_nodes" id="iter_child_nodes" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#iter_child_nodes" /> <keyword name="joinext" id="joinext" ref="eric5.Utilities.__init__.html#joinext" /> <keyword name="jsCheckSyntax" id="jsCheckSyntax" ref="eric5.Utilities.__init__.html#jsCheckSyntax" /> <keyword name="jsclbr (Module)" id="jsclbr (Module)" ref="eric5.Utilities.ClassBrowsers.jsclbr.html" /> @@ -13321,12 +13216,10 @@ <keyword name="maximum_line_length" id="maximum_line_length" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#maximum_line_length" /> <keyword name="messageHandler" id="messageHandler" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandler" /> <keyword name="messageHandlerInstalled" id="messageHandlerInstalled" ref="eric5.E5Gui.E5ErrorMessage.html#messageHandlerInstalled" /> - <keyword name="messages (Module)" id="messages (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.messages.html" /> <keyword name="missing_newline" id="missing_newline" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_newline" /> <keyword name="missing_whitespace" id="missing_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_whitespace" /> <keyword name="missing_whitespace_around_operator" id="missing_whitespace_around_operator" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#missing_whitespace_around_operator" /> <keyword name="mute_string" id="mute_string" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#mute_string" /> - <keyword name="names" id="names" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#names" /> <keyword name="normabsjoinpath" id="normabsjoinpath" ref="eric5.Utilities.__init__.html#normabsjoinpath" /> <keyword name="normabspath" id="normabspath" ref="eric5.Utilities.__init__.html#normabspath" /> <keyword name="normalizeCode" id="normalizeCode" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html#normalizeCode" /> @@ -13369,7 +13262,6 @@ <keyword name="pyName" id="pyName" ref="eric5.compileUiFiles.html#pyName" /> <keyword name="pyName" id="pyName" ref="eric5.install.html#pyName" /> <keyword name="pyclbr (Module)" id="pyclbr (Module)" ref="eric5.Utilities.ClassBrowsers.pyclbr.html" /> - <keyword name="pyflakes (Package)" id="pyflakes (Package)" ref="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.html" /> <keyword name="python_3000_backticks" id="python_3000_backticks" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_backticks" /> <keyword name="python_3000_has_key" id="python_3000_has_key" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_has_key" /> <keyword name="python_3000_not_equal" id="python_3000_not_equal" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#python_3000_not_equal" /> @@ -13501,7 +13393,6 @@ <keyword name="trailing_blank_lines" id="trailing_blank_lines" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#trailing_blank_lines" /> <keyword name="trailing_whitespace" id="trailing_whitespace" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.pep8.html#trailing_whitespace" /> <keyword name="translations (Module)" id="translations (Module)" ref="eric5.Plugins.CheckerPlugins.CodeStyleChecker.translations.html" /> - <keyword name="translations (Module)" id="translations (Module)" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations.html" /> <keyword name="transplant (Module)" id="transplant (Module)" ref="eric5.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.transplant.html" /> <keyword name="uiStartUp" id="uiStartUp" ref="eric5.eric5.html#uiStartUp" /> <keyword name="uic (Module)" id="uic (Module)" ref="eric5.Utilities.uic.html" /> @@ -13510,7 +13401,6 @@ <keyword name="uninstall (Module)" id="uninstall (Module)" ref="eric5.uninstall.html" /> <keyword name="uninstallEric" id="uninstallEric" ref="eric5.uninstall.html#uninstallEric" /> <keyword name="unregisterLexer" id="unregisterLexer" ref="eric5.QScintilla.Lexers.__init__.html#unregisterLexer" /> - <keyword name="unusedAssignments" id="unusedAssignments" ref="eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.checker.html#unusedAssignments" /> <keyword name="usage" id="usage" ref="eric5.Toolbox.Startup.html#usage" /> <keyword name="usage" id="usage" ref="eric5.eric5_api.html#usage" /> <keyword name="usage" id="usage" ref="eric5.eric5_doc.html#usage" />
--- a/Documentation/Source/eric5.PluginManager.PluginExceptions.html Tue Apr 15 22:41:08 2014 +0200 +++ b/Documentation/Source/eric5.PluginManager.PluginExceptions.html Sun Apr 20 16:37:34 2014 +0200 @@ -50,6 +50,9 @@ </tr><tr> <td><a href="#PluginPathError">PluginPathError</a></td> <td>Class defining an error raised, when the plugin paths were not found and could not be created.</td> +</tr><tr> +<td><a href="#PluginPy2IncompatibleError">PluginPy2IncompatibleError</a></td> +<td>Class defining an error raised, when the plugin is incompatible with Python2.</td> </tr> </table> <h3>Functions</h3> @@ -358,5 +361,45 @@ </dd> </dl> <div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="PluginPy2IncompatibleError" ID="PluginPy2IncompatibleError"></a> +<h2>PluginPy2IncompatibleError</h2> +<p> + Class defining an error raised, when the plugin is incompatible + with Python2. +</p> +<h3>Derived from</h3> +PluginError +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#PluginPy2IncompatibleError.__init__">PluginPy2IncompatibleError</a></td> +<td>Constructor</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="PluginPy2IncompatibleError.__init__" ID="PluginPy2IncompatibleError.__init__"></a> +<h4>PluginPy2IncompatibleError (Constructor)</h4> +<b>PluginPy2IncompatibleError</b>(<i>name</i>) +<p> + Constructor +</p><dl> +<dt><i>name</i></dt> +<dd> +name of the plugin module (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html Tue Apr 15 22:41:08 2014 +0200 +++ b/Documentation/Source/index-eric5.Plugins.CheckerPlugins.SyntaxChecker.html Sun Apr 20 16:37:34 2014 +0200 @@ -24,13 +24,6 @@ Package containing the Syntax Checker plugin. </p> -<h3>Packages</h3> -<table> -<tr> -<td><a href="index-eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.html">pyflakes</a></td> -<td>Package containg pyflakes adapted for Qt.</td> -</tr> -</table> <h3>Modules</h3> <table>
--- a/PluginManager/PluginExceptions.py Tue Apr 15 22:41:08 2014 +0200 +++ b/PluginManager/PluginExceptions.py Sun Apr 20 16:37:34 2014 +0200 @@ -143,3 +143,21 @@ "PluginError", "The plugin class {0} of module {1} is missing {2}.")\ .format(class_, name, missing) + + +class PluginPy2IncompatibleError(PluginError): + """ + Class defining an error raised, when the plugin is incompatible + with Python2. + """ + def __init__(self, name): + """ + Constructor + + @param name name of the plugin module (string) + """ + self._errorMessage = \ + QApplication.translate( + "PluginError", + "The plugin module {0} is not compatible with Python2.")\ + .format(name)
--- a/PluginManager/PluginManager.py Tue Apr 15 22:41:08 2014 +0200 +++ b/PluginManager/PluginManager.py Sun Apr 20 16:37:34 2014 +0200 @@ -31,7 +31,7 @@ from .PluginExceptions import PluginPathError, PluginModulesError, \ PluginLoadError, PluginActivationError, PluginModuleFormatError, \ - PluginClassFormatError + PluginClassFormatError, PluginPy2IncompatibleError import UI.PixmapCache @@ -342,6 +342,21 @@ "Module is missing the 'autoactivate' attribute.") self.__failedModules[name] = module raise PluginLoadError(name) + if sys.version_info[0] < 3: + if not hasattr(module, "python2Compatible"): + module.error = self.tr( + "Module is missing the Python2 compatibility flag." + " Please update.") + compatible = False + elif getattr(module, "python2Compatible"): + module.error = self.tr( + "Module is not Python2 compatible.") + compatible = False + else: + compatible = True + if not compatible: + self.__failedModules[name] = module + raise PluginPy2IncompatibleError(name) if getattr(module, "autoactivate"): self.__inactiveModules[name] = module else: @@ -360,13 +375,16 @@ if reload_: imp.reload(module) except PluginLoadError: - print("Error loading plugin module:", name) + print("Error loading plug-in module:", name) + except PluginPy2IncompatibleError: + print("Error loading plug-in module:", name) + print("Th plug-in is not Python2 compatible.") except Exception as err: module = imp.new_module(name) module.error = self.tr( "Module failed to load. Error: {0}").format(str(err)) self.__failedModules[name] = module - print("Error loading plugin module:", name) + print("Error loading plug-in module:", name) print(str(err)) def unloadPlugin(self, name):
--- a/eric5.e4p Tue Apr 15 22:41:08 2014 +0200 +++ b/eric5.e4p Sun Apr 20 16:37:34 2014 +0200 @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Project SYSTEM "Project-5.1.dtd"> <!-- eric5 project file for project eric5 --> -<!-- Saved: 2014-04-15, 22:29:23 --> <!-- Copyright (C) 2014 Detlev Offenbach, detlev@die-offenbachs.de --> <Project version="5.1"> <Language>en_US</Language> @@ -1134,6 +1133,10 @@ <Source>Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py</Source> <Source>Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py</Source> <Source>Plugins/CheckerPlugins/CodeStyleChecker/translations.py</Source> + <Source>Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py</Source> + <Source>Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py</Source> + <Source>Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py</Source> + <Source>Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py</Source> </Sources> <Forms> <Form>PyUnit/UnittestDialog.ui</Form> @@ -1882,6 +1885,7 @@ <string>_hg</string> <string>.directory</string> <string>.issues</string> + <string>pyflakes</string> </list> </value> <key>
--- a/i18n/eric5_cs.ts Tue Apr 15 22:41:08 2014 +0200 +++ b/i18n/eric5_cs.ts Sun Apr 20 16:37:34 2014 +0200 @@ -33,7 +33,7 @@ <translation type="obsolete"><p>{0} je integrované vývojové prostředí pro jazyk Python. Byl napsán za použití nadstavby PyQt pro GUI toolkit Qt a widgetu editoru QScintilla.</p><p>Více informací naleznete na <a href="{1}">{1}</a>.</p><p>Hlášení o chybách nebo požadavky na nové vlastnosti zasílejte, prosím, na <a href="mailto:{2}">{2}</a>.</p><p>Požadavky na nové vlastnosti posílejte na email <a href="mailto:{3}">{3}</a>.</p><p>{0} používá software třetích stran, na který vlastní copyright vlastníci tohoto software. Více informací o těchto copyrightech naleznete v jednotlivých balíčcích.</p></translation> </message> <message> - <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="22"/> + <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="24"/> <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> <translation type="unfinished"></translation> </message> @@ -41,42 +41,42 @@ <context> <name>AboutPlugin</name> <message> - <location filename="../Plugins/PluginAbout.py" line="82"/> + <location filename="../Plugins/PluginAbout.py" line="84"/> <source>Display information about this software</source> <translation>Zobrazit informace a tomto software</translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="92"/> + <location filename="../Plugins/PluginAbout.py" line="94"/> <source>About Qt</source> <translation>O Qt</translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="92"/> + <location filename="../Plugins/PluginAbout.py" line="94"/> <source>About &Qt</source> <translation>O &Qt</translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="96"/> - <source>Display information about the Qt toolkit</source> - <translation>Zobrazit informace o Qt toolkitu</translation> - </message> - <message> <location filename="../Plugins/PluginAbout.py" line="98"/> + <source>Display information about the Qt toolkit</source> + <translation>Zobrazit informace o Qt toolkitu</translation> + </message> + <message> + <location filename="../Plugins/PluginAbout.py" line="100"/> <source><b>About Qt</b><p>Display some information about the Qt toolkit.</p></source> <translation><b>O Qt</b><p>Zobrazit informace o Qt toolkitu.</p></translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="77"/> + <location filename="../Plugins/PluginAbout.py" line="79"/> <source>About {0}</source> <translation>O aplikaci {0}</translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="77"/> + <location filename="../Plugins/PluginAbout.py" line="79"/> <source>&About {0}</source> <translation>O &aplikaci {0}</translation> </message> <message> - <location filename="../Plugins/PluginAbout.py" line="84"/> + <location filename="../Plugins/PluginAbout.py" line="86"/> <source><b>About {0}</b><p>Display some information about this software.</p></source> <translation><b>O aplikaci {0}</b><p>Zobrazí informace o tomto software.</p></translation> </message> @@ -84,12 +84,12 @@ <context> <name>AdBlockAccessHandler</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source>Subscribe?</source> <translation>Odebírat?</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="44"/> + <location filename="../Helpviewer/AdBlock/AdBlockAccessHandler.py" line="46"/> <source><p>Subscribe to this AdBlock subscription?</p><p>{0}</p></source> <translation><p>Přihlásit k odběru tento AdBlock?</p><p>{0}</p></translation> </message> @@ -130,22 +130,22 @@ <translation type="obsolete">Přidat vlastní pravidlo</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="147"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="149"/> <source>Learn more about writing rules...</source> <translation>Další informace o pravidlech psaní...</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="140"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="142"/> <source>Update Subscription</source> <translation>Aktualizovat odběr</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="127"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="129"/> <source>Browse Subscriptions...</source> <translation>Procházet odběry...</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="222"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="224"/> <source>Remove Subscription</source> <translation>Odebrat odběr</translation> </message> @@ -160,42 +160,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="38"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="40"/> <source>Search...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="122"/> - <source>Add Rule</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="124"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="126"/> <source>Remove Rule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="135"/> - <source>Disable Subscription</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="137"/> + <source>Disable Subscription</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="139"/> <source>Enable Subscription</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="143"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="145"/> <source>Update All Subscriptions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="212"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="214"/> <source><p>Do you really want to remove subscription <b>{0}</b> and all subscriptions requiring it?</p><ul><li>{1}</li></ul></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="219"/> + <location filename="../Helpviewer/AdBlock/AdBlockDialog.py" line="221"/> <source><p>Do you really want to remove subscription <b>{0}</b>?</p></source> <translation type="unfinished"></translation> </message> @@ -238,7 +238,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockExceptionsDialog.py" line="34"/> + <location filename="../Helpviewer/AdBlock/AdBlockExceptionsDialog.py" line="36"/> <source>Enter host to be added...</source> <translation type="unfinished"></translation> </message> @@ -246,17 +246,17 @@ <context> <name>AdBlockIcon</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="36"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="38"/> <source>AdBlock lets you block unwanted content on web pages.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="71"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="73"/> <source>Disable AdBlock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="76"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="78"/> <source>Enable AdBlock</source> <translation type="unfinished">Zapnout AdBlock</translation> </message> @@ -266,42 +266,42 @@ <translation type="obsolete">AdBlock konfigurace</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="104"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="106"/> <source>Blocked URL (AdBlock Rule) - click to edit rule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="109"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="111"/> <source>{0} with ({1})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="114"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="116"/> <source>No content blocked</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="123"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="125"/> <source>AdBlock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="84"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="86"/> <source>Remove AdBlock Exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="89"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="91"/> <source>Add AdBlock Exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="93"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="95"/> <source>AdBlock Exceptions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="97"/> + <location filename="../Helpviewer/AdBlock/AdBlockIcon.py" line="99"/> <source>AdBlock Configuration...</source> <translation type="unfinished"></translation> </message> @@ -309,7 +309,7 @@ <context> <name>AdBlockManager</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockManager.py" line="139"/> + <location filename="../Helpviewer/AdBlock/AdBlockManager.py" line="141"/> <source>Custom Rules</source> <translation>Vlastní pravidla</translation> </message> @@ -325,27 +325,27 @@ <context> <name>AdBlockSubscription</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="283"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="285"/> <source>Load subscription rules</source> <translation>Nahrát odebíraná pravidla</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="456"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="458"/> <source>Downloading subscription rules</source> <translation>Stažení odebíraných pravidel</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="394"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="396"/> <source>Got empty subscription rules.</source> <translation>Odebíraná pravidla jsou prázdná.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="479"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="481"/> <source>Saving subscription rules</source> <translation>Ukládání odebíraných pravidel</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="273"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="275"/> <source>Unable to open adblock file '{0}' for reading.</source> <translation>Nelze otevřít adblock soubor '{0}' pro čtení.</translation> </message> @@ -355,22 +355,22 @@ <translation type="obsolete">Adblock soubor '{0}' nezačíná s [Adblock.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="381"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="383"/> <source><p>Subscription rules could not be downloaded.</p><p>Error: {0}</p></source> <translation><p>Pravidla pro předplatné nelze stáhnout.</p><p>Chyba: {0}</p></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="479"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="481"/> <source>Unable to open adblock file '{0}' for writing.</source> <translation>Nelze otevřít adblock soubor '{0}' pro zápis.</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="283"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="285"/> <source>AdBlock file '{0}' does not start with [Adblock.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="456"/> + <location filename="../Helpviewer/AdBlock/AdBlockSubscription.py" line="458"/> <source><p>AdBlock subscription <b>{0}</b> has a wrong checksum.<br/>Found: {1}<br/>Calculated: {2}<br/>Use it anyway?</p></source> <translation type="unfinished"></translation> </message> @@ -378,27 +378,27 @@ <context> <name>AdBlockTreeWidget</name> <message> - <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="118"/> + <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="120"/> <source>Add Custom Rule</source> <translation type="unfinished">Přidat vlastní pravidlo</translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="118"/> + <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="120"/> <source>Write your rule here:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="169"/> - <source>Add Rule</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="171"/> + <source>Add Rule</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="173"/> <source>Remove Rule</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="223"/> + <location filename="../Helpviewer/AdBlock/AdBlockTreeWidget.py" line="225"/> <source>{0} (recently updated)</source> <translation type="unfinished"></translation> </message> @@ -406,7 +406,7 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="196"/> + <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="198"/> <source>Add Bookmark</source> <translation>Přidat záložku</translation> </message> @@ -426,17 +426,17 @@ <translation>Zadejte adresu</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="110"/> + <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="112"/> <source>Url</source> <translation>Url</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="111"/> + <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="113"/> <source>Title</source> <translation>Titulek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="193"/> + <location filename="../Helpviewer/Bookmarks/AddBookmarkDialog.py" line="195"/> <source>Add Folder</source> <translation>Přidat složku</translation> </message> @@ -559,32 +559,32 @@ <translation>&Typ souboru:</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.py" line="114"/> + <location filename="../Project/AddDirectoryDialog.py" line="116"/> <source>Select directory</source> <translation>Výběr adresáře</translation> </message> <message> - <location filename="../Project/AddDirectoryDialog.py" line="70"/> - <source>Source Files</source> - <translation>Zdrojové soubory</translation> - </message> - <message> <location filename="../Project/AddDirectoryDialog.py" line="72"/> + <source>Source Files</source> + <translation>Zdrojové soubory</translation> + </message> + <message> + <location filename="../Project/AddDirectoryDialog.py" line="74"/> <source>Forms Files</source> <translation>Soubory s formuláři</translation> </message> <message> + <location filename="../Project/AddDirectoryDialog.py" line="78"/> + <source>Interface Files</source> + <translation>Interface soubory</translation> + </message> + <message> + <location filename="../Project/AddDirectoryDialog.py" line="80"/> + <source>Other Files (*)</source> + <translation>Jiné soubory (*)</translation> + </message> + <message> <location filename="../Project/AddDirectoryDialog.py" line="76"/> - <source>Interface Files</source> - <translation>Interface soubory</translation> - </message> - <message> - <location filename="../Project/AddDirectoryDialog.py" line="78"/> - <source>Other Files (*)</source> - <translation>Jiné soubory (*)</translation> - </message> - <message> - <location filename="../Project/AddDirectoryDialog.py" line="74"/> <source>Resource Files</source> <translation>Resource soubory</translation> </message> @@ -674,77 +674,77 @@ <translation></translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="71"/> + <location filename="../Project/AddFileDialog.py" line="73"/> <source>Select target directory</source> <translation>Výběr cílového adresáře</translation> </message> <message> - <location filename="../Project/AddFileDialog.py" line="114"/> + <location filename="../Project/AddFileDialog.py" line="116"/> <source>Select Files</source> <translation>Výběr souborů</translation> </message> <message> + <location filename="../Project/AddFileDialog.py" line="124"/> + <source>Select user-interface files</source> + <translation>Výběr user-interface souborů</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="132"/> + <source>Select resource files</source> + <translation>Výběr resource souborů</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="158"/> + <source>All Files (*)</source> + <translation>Všechny soubory (*)</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="140"/> + <source>Select source files</source> + <translation>Výběr zdrojových souborů</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="148"/> + <source>Select interface files</source> + <translation>Výběr interface souborů</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="156"/> + <source>Select translation files</source> + <translation>Výběr souborů s překlady</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="159"/> + <source>Select files</source> + <translation>Výběr souborů</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="103"/> + <source>Source Files ({0});;Forms Files ({1});;Resource Files ({2});;Interface Files ({3});;Translation Files ({4});;All Files (*)</source> + <translation>Zdrojové soubory ({0});;Soubory s formuláři ({1});;Resource soubory ({2});;Interface soubory ({3});; Soubory s překlady ({4});;Všechny soubory (*)</translation> + </message> + <message> <location filename="../Project/AddFileDialog.py" line="122"/> - <source>Select user-interface files</source> - <translation>Výběr user-interface souborů</translation> + <source>Forms Files ({0})</source> + <translation>Soubory s formuláři ({0})</translation> </message> <message> <location filename="../Project/AddFileDialog.py" line="130"/> - <source>Select resource files</source> - <translation>Výběr resource souborů</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="156"/> - <source>All Files (*)</source> - <translation>Všechny soubory (*)</translation> + <source>Resource Files ({0})</source> + <translation>Zdrojové soubory {0})</translation> </message> <message> <location filename="../Project/AddFileDialog.py" line="138"/> - <source>Select source files</source> - <translation>Výběr zdrojových souborů</translation> + <source>Source Files ({0});;All Files (*)</source> + <translation>Zdrojové soubory ({0});;Všechny soubory (*)</translation> </message> <message> <location filename="../Project/AddFileDialog.py" line="146"/> - <source>Select interface files</source> - <translation>Výběr interface souborů</translation> + <source>Interface Files ({0})</source> + <translation>Interface soubory ({0})</translation> </message> <message> <location filename="../Project/AddFileDialog.py" line="154"/> - <source>Select translation files</source> - <translation>Výběr souborů s překlady</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="157"/> - <source>Select files</source> - <translation>Výběr souborů</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="101"/> - <source>Source Files ({0});;Forms Files ({1});;Resource Files ({2});;Interface Files ({3});;Translation Files ({4});;All Files (*)</source> - <translation>Zdrojové soubory ({0});;Soubory s formuláři ({1});;Resource soubory ({2});;Interface soubory ({3});; Soubory s překlady ({4});;Všechny soubory (*)</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="120"/> - <source>Forms Files ({0})</source> - <translation>Soubory s formuláři ({0})</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="128"/> - <source>Resource Files ({0})</source> - <translation>Zdrojové soubory {0})</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="136"/> - <source>Source Files ({0});;All Files (*)</source> - <translation>Zdrojové soubory ({0});;Všechny soubory (*)</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="144"/> - <source>Interface Files ({0})</source> - <translation>Interface soubory ({0})</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="152"/> <source>Translation Files ({0})</source> <translation>Soubory s překlady ({0})</translation> </message> @@ -767,22 +767,22 @@ <translation>Seznam nalezených souborů.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.py" line="38"/> + <location filename="../Project/AddFoundFilesDialog.py" line="40"/> <source>Add All</source> <translation>Přidat vše</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.py" line="40"/> + <location filename="../Project/AddFoundFilesDialog.py" line="42"/> <source>Add all files.</source> <translation>Přidat všechny soubory.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.py" line="41"/> - <source>Add Selected</source> - <translation>Přidat vybrané</translation> - </message> - <message> <location filename="../Project/AddFoundFilesDialog.py" line="43"/> + <source>Add Selected</source> + <translation>Přidat vybrané</translation> + </message> + <message> + <location filename="../Project/AddFoundFilesDialog.py" line="45"/> <source>Add selected files only.</source> <translation>Přidat jen vybrané soubory.</translation> </message> @@ -1122,7 +1122,7 @@ <context> <name>AddProjectDialog</name> <message> - <location filename="../MultiProject/AddProjectDialog.py" line="75"/> + <location filename="../MultiProject/AddProjectDialog.py" line="77"/> <source>Add Project</source> <translation>Nový projekt</translation> </message> @@ -1182,12 +1182,12 @@ <translation>&Popis:</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.py" line="53"/> + <location filename="../MultiProject/AddProjectDialog.py" line="55"/> <source>Project Properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="../MultiProject/AddProjectDialog.py" line="75"/> + <location filename="../MultiProject/AddProjectDialog.py" line="77"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> @@ -1233,42 +1233,42 @@ <context> <name>ApplicationDiagramBuilder</name> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="43"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="45"/> <source>Application Diagram {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="64"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="66"/> <source>Parsing modules...</source> <translation type="unfinished">Parsování modulů...</translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="193"/> - <source><<Application>></source> - <translation type="unfinished"><<Aplikace>></translation> - </message> - <message> <location filename="../Graphics/ApplicationDiagramBuilder.py" line="195"/> + <source><<Application>></source> + <translation type="unfinished"><<Aplikace>></translation> + </message> + <message> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="197"/> <source><<Others>></source> <translation type="unfinished"><<Ostatní>></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="280"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="282"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="280"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="282"/> <source><p>The diagram belongs to the project <b>{0}</b>. Shall this project be opened?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="64"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="66"/> <source>%v/%m Modules</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Graphics/ApplicationDiagramBuilder.py" line="67"/> + <location filename="../Graphics/ApplicationDiagramBuilder.py" line="69"/> <source>Application Diagram</source> <translation type="unfinished">Diagram aplikace</translation> </message> @@ -1485,6 +1485,19 @@ </message> </context> <context> + <name>BackgroundService</name> + <message> + <location filename="../Utilities/BackgroundService.py" line="110"/> + <source>{0} not configured.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Utilities/BackgroundService.py" line="264"/> + <source>Error in Erics background service stopped service.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>BookmarkActionSelectionDialog</name> <message> <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.ui" line="27"/> @@ -1492,22 +1505,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="49"/> + <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="51"/> <source>Add Bookmark</source> <translation type="unfinished">Přidat záložku</translation> </message> <message> - <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="52"/> + <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="54"/> <source>Edit Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="56"/> + <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="58"/> <source>Remove from Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="60"/> + <location filename="../Helpviewer/UrlBar/BookmarkActionSelectionDialog.py" line="62"/> <source>Add to Speed Dial</source> <translation type="unfinished"></translation> </message> @@ -1728,62 +1741,62 @@ <context> <name>Bookmarks</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="122"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="128"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="146"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="146"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="157"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="185"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="212"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="218"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="297"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="303"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="297"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="303"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="308"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="314"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="330"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="336"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="330"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="336"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="341"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/bookmarks.py" line="347"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -1816,32 +1829,32 @@ <translation>Přidat s&ložku</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="142"/> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> <source>&Open</source> <translation>&Otevřít</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="144"/> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="146"/> <source>Open in New &Tab</source> <translation>Otevřít v novém &tabu</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="147"/> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="149"/> <source>Edit &Name</source> <translation>Editovat &název</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="150"/> - <source>Edit &Address</source> - <translation>Editovat &adresu</translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="152"/> + <source>Edit &Address</source> + <translation>Editovat &adresu</translation> + </message> + <message> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="154"/> <source>&Delete</source> <translation>&Smazat</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="261"/> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="263"/> <source>New Folder</source> <translation>Nová složka</translation> </message> @@ -1851,7 +1864,7 @@ <translation>Stisknout pro smazání vybraných položek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="156"/> + <location filename="../Helpviewer/Bookmarks/BookmarksDialog.py" line="158"/> <source>&Properties...</source> <translation type="unfinished">&Natavení...</translation> </message> @@ -1884,27 +1897,27 @@ <translation type="unfinished">Zrušit</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="92"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="94"/> <source>Choose Directory ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="102"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="104"/> <source>Choose File ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="127"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="129"/> <source><b>Importing from {0}</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="134"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="136"/> <source>Finish</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="149"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImportDialog.py" line="151"/> <source>Error importing bookmarks</source> <translation type="unfinished"></translation> </message> @@ -1922,12 +1935,12 @@ <context> <name>BookmarksImporters</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/__init__.py" line="45"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/__init__.py" line="47"/> <source>XBEL File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/__init__.py" line="49"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/__init__.py" line="51"/> <source>HTML File</source> <translation type="unfinished"></translation> </message> @@ -1935,32 +1948,32 @@ <context> <name>BookmarksManager</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="24"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="26"/> <source>Bookmarks Bar</source> <translation>Panel záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="25"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="27"/> <source>Bookmarks Menu</source> <translation>Menu záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="137"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="139"/> <source>Loading Bookmarks</source> <translation>Nahrání záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="152"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="154"/> <source>Toolbar Bookmarks</source> <translation>Panel nástrojů záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="158"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="160"/> <source>Menu</source> <translation>Menu</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="204"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="206"/> <source>Saving Bookmarks</source> <translation>Ukládání záložek</translation> </message> @@ -1980,37 +1993,37 @@ <translation type="obsolete">Importovat záložky</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="366"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="368"/> <source>Export Bookmarks</source> <translation>Export záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="390"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="392"/> <source>Exporting Bookmarks</source> <translation>Exportování záložek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="531"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="533"/> <source>Remove Bookmark</source> <translation>Odebrat záložku</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="573"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="575"/> <source>Insert Bookmark</source> <translation>Vložit záložku</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="614"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="616"/> <source>Name Change</source> <translation>Změnit název</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="618"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="620"/> <source>Address Change</source> <translation>Změnit adresu</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="204"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="206"/> <source>Error saving bookmarks to <b>{0}</b>.</source> <translation>Chyba při ukládání záložek do <b>{0}</b>.</translation> </message> @@ -2031,12 +2044,12 @@ <translation type="obsolete">Importováno {0}</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="390"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="392"/> <source>Error exporting bookmarks to <b>{0}</b>.</source> <translation>Chyba při exportu záložek <b>{0}</b>.</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="406"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="408"/> <source>Converted {0}</source> <translation>Konvertováno {0}</translation> </message> @@ -2053,12 +2066,12 @@ {2}</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="366"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="368"/> <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="137"/> + <location filename="../Helpviewer/Bookmarks/BookmarksManager.py" line="139"/> <source>Error when loading bookmarks on line {0}, column {1}: {2}</source> <translation type="unfinished"></translation> @@ -2067,27 +2080,27 @@ <context> <name>BookmarksMenu</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="95"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="97"/> <source>Open all in Tabs</source> <translation>Otevřít vše v tabech</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="141"/> <source>&Open</source> <translation>&Otevřít</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="142"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="144"/> <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít nový &Tab<byte value="x9"/></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="148"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="150"/> <source>&Remove</source> <translation>Odeb&rat</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="153"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="155"/> <source>&Properties...</source> <translation type="unfinished">&Natavení...</translation> </message> @@ -2095,17 +2108,17 @@ <context> <name>BookmarksMenuBarMenu</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="277"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="279"/> <source>Default Home Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="280"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="282"/> <source>Speed Dial</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="284"/> + <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="286"/> <source>Open all in Tabs</source> <translation type="unfinished">Otevřít vše v tabech</translation> </message> @@ -2113,12 +2126,12 @@ <context> <name>BookmarksModel</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksModel.py" line="45"/> + <location filename="../Helpviewer/Bookmarks/BookmarksModel.py" line="47"/> <source>Title</source> <translation>Titulek</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksModel.py" line="46"/> + <location filename="../Helpviewer/Bookmarks/BookmarksModel.py" line="48"/> <source>Address</source> <translation>Adresa</translation> </message> @@ -2126,167 +2139,167 @@ <context> <name>BookmarksProjectHelper</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="33"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="35"/> <source>List bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="33"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="35"/> <source>List bookmarks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="38"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="40"/> <source>List bookmarks of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="41"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="43"/> <source><b>List bookmarks</b><p>This lists the bookmarks of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="50"/> <source>Define bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="50"/> <source>Define bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="53"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="55"/> <source>Define a bookmark for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="56"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="58"/> <source><b>Define bookmark</b><p>This defines a bookmark for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="63"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="65"/> <source>Delete bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="63"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="65"/> <source>Delete bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="68"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="70"/> <source>Delete a bookmark of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="71"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="73"/> <source><b>Delete bookmark</b><p>This deletes a bookmark of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="78"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="80"/> <source>Rename bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="78"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="80"/> <source>Rename bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="85"/> <source>Rename a bookmark of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="86"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="88"/> <source><b>Rename bookmark</b><p>This renames a bookmark of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="95"/> <source>Move bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="95"/> <source>Move bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="100"/> <source>Move a bookmark of the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="103"/> <source><b>Move bookmark</b><p>This moves a bookmark of the project to another changeset.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="111"/> <source>Show incoming bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="114"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="116"/> <source>Show a list of incoming bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="117"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="119"/> <source><b>Show incoming bookmarks</b><p>This shows a list of new bookmarks available at the remote repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="126"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="128"/> <source>Pull bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="131"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="133"/> <source>Pull a bookmark from a remote repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="136"/> <source><b>Pull bookmark</b><p>This pulls a bookmark from a remote repository into the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="142"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="144"/> <source>Show outgoing bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="147"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="149"/> <source>Show a list of outgoing bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="150"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="152"/> <source><b>Show outgoing bookmarks</b><p>This shows a list of new bookmarks available at the local repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="161"/> <source>Push bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="166"/> <source>Push a bookmark to a remote repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="167"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="169"/> <source><b>Push bookmark</b><p>This pushes a bookmark from the local repository to a remote repository.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/BookmarksExtension/ProjectHelper.py" line="221"/> <source>Bookmarks</source> <translation type="unfinished">Záložky</translation> </message> @@ -2294,37 +2307,37 @@ <context> <name>BookmarksToolBar</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="39"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="41"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="87"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="89"/> <source>&Open</source> <translation>&Otevřít</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="96"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="98"/> <source>&Remove</source> <translation>Odeb&rat</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="106"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="108"/> <source>Add &Bookmark...</source> <translation>Přidat &záložku...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="107"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="109"/> <source>Add &Folder...</source> <translation>Přidat s&ložku...</translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="90"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="92"/> <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> <translation>Otevřít nový &Tab<byte value="x9"/><byte value="x9"/></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="101"/> + <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="103"/> <source>&Properties...</source> <translation type="unfinished">&Natavení...</translation> </message> @@ -2332,32 +2345,32 @@ <context> <name>BreakPointModel</name> <message> - <location filename="../Debugger/BreakPointModel.py" line="29"/> + <location filename="../Debugger/BreakPointModel.py" line="31"/> <source>Filename</source> <translation>Jméno souboru</translation> </message> <message> - <location filename="../Debugger/BreakPointModel.py" line="30"/> - <source>Line</source> - <translation>Řádek</translation> - </message> - <message> - <location filename="../Debugger/BreakPointModel.py" line="31"/> - <source>Condition</source> - <translation>Podmínka</translation> - </message> - <message> <location filename="../Debugger/BreakPointModel.py" line="32"/> - <source>Temporary</source> - <translation>Dočasné</translation> + <source>Line</source> + <translation>Řádek</translation> </message> <message> <location filename="../Debugger/BreakPointModel.py" line="33"/> - <source>Enabled</source> - <translation>Zapnuto</translation> + <source>Condition</source> + <translation>Podmínka</translation> </message> <message> <location filename="../Debugger/BreakPointModel.py" line="34"/> + <source>Temporary</source> + <translation>Dočasné</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="35"/> + <source>Enabled</source> + <translation>Zapnuto</translation> + </message> + <message> + <location filename="../Debugger/BreakPointModel.py" line="36"/> <source>Ignore Count</source> <translation>Ignorovat počet</translation> </message> @@ -2365,72 +2378,72 @@ <context> <name>BreakPointViewer</name> <message> - <location filename="../Debugger/BreakPointViewer.py" line="45"/> + <location filename="../Debugger/BreakPointViewer.py" line="47"/> <source>Breakpoints</source> <translation>Breakpointy</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="179"/> + <location filename="../Debugger/BreakPointViewer.py" line="181"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="146"/> - <source>Edit...</source> - <translation>Editovat...</translation> - </message> - <message> <location filename="../Debugger/BreakPointViewer.py" line="148"/> + <source>Edit...</source> + <translation>Editovat...</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="150"/> <source>Enable</source> <translation>Zapnout</translation> </message> <message> + <location filename="../Debugger/BreakPointViewer.py" line="185"/> + <source>Enable all</source> + <translation>Zapnout vše</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="153"/> + <source>Disable</source> + <translation>Vypnout</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="190"/> + <source>Disable all</source> + <translation>Vypnout vše</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="157"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="195"/> + <source>Delete all</source> + <translation>Smazat vše</translation> + </message> + <message> + <location filename="../Debugger/BreakPointViewer.py" line="160"/> + <source>Goto</source> + <translation>Jít na</translation> + </message> + <message> <location filename="../Debugger/BreakPointViewer.py" line="183"/> - <source>Enable all</source> - <translation>Zapnout vše</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="151"/> - <source>Disable</source> - <translation>Vypnout</translation> + <source>Enable selected</source> + <translation>Zapnout vybrané</translation> </message> <message> <location filename="../Debugger/BreakPointViewer.py" line="188"/> - <source>Disable all</source> - <translation>Vypnout vše</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="155"/> - <source>Delete</source> - <translation>Smazat</translation> + <source>Disable selected</source> + <translation>Vypnout vybrané</translation> </message> <message> <location filename="../Debugger/BreakPointViewer.py" line="193"/> - <source>Delete all</source> - <translation>Smazat vše</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="158"/> - <source>Goto</source> - <translation>Jít na</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="181"/> - <source>Enable selected</source> - <translation>Zapnout vybrané</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="186"/> - <source>Disable selected</source> - <translation>Vypnout vybrané</translation> - </message> - <message> - <location filename="../Debugger/BreakPointViewer.py" line="191"/> <source>Delete selected</source> <translation>Smazat vybrané</translation> </message> <message> - <location filename="../Debugger/BreakPointViewer.py" line="196"/> + <location filename="../Debugger/BreakPointViewer.py" line="198"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> @@ -2438,7 +2451,7 @@ <context> <name>Browser</name> <message> - <location filename="../UI/Browser.py" line="70"/> + <location filename="../UI/Browser.py" line="72"/> <source>File-Browser</source> <translation>Prohlížeč souborů</translation> </message> @@ -2448,77 +2461,77 @@ <translation type="obsolete"><b>Prohlížeč</b><p>Prohlížeč umožňuje jednoduše procházet strukturu adresářů a souborů ve vašem systému, rozpoznat Python programy a otevřít je do okna Zobrazení zdrojového kódu. Prohlížeč zobrazuje několik samostatných hierarchií.</p><p>První hierarchie zobrazuje pouze otevřenou aplikaci pro debugování a její kořen je adresář obsahující tuto aplikaci. Všechny Python soubory, které tvoří aplikaci, jsou obvykle ve stejném adresáři, takže tato hierarchie umožňuje rychlý přístup ke všemu, co je třeba.</p><p>Další hierarchie se používá k rychlé navigaci v adresářích, které jsou uvedeny v Python proměnné <tt>sys.path</tt>.</p><p>Zbývající hierarchie umožňují procházet operační systém jako celek. Na UNIX systémech bude hierarchie s kořenem <tt>/</tt> a další s user home adresářem. Ve Windows zde bude hierarchie pro každý disk v systému.</p><p>Python programy (mají extenzi <tt>.py</tt>) jsou v hierarchii zobrazeny s Python ikonou. Pravé tlačítko myši otevře popup menu, které umožňuje otevřít soubor do okna Zobrazení zdrojového kódu, otevřít soubor pro debugging nebo jej použít pro spuštění unittestu.</p><p>Kontextové menu s třídami, funkcemi a metodami umožňuje otevřít soubor na pozici vybrané třídy, funkci nebo metody a zajišťuje zobrazení kódu na požadovaném řádku.</p><p>Qt-Designer soubory (mají extenzi <tt>.ui</tt>) jsou zobrazeny s ikonou Designeru. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Designeru.</p><p>Qt-Linguist soubory (mají extenzi <tt>.ts</tt>) jsou zobrazeny s Linguist ikonou. Kontextové menu umožňuje otevřít tyto soubory přímo do Qt-Linguistu.</p></translation> </message> <message> - <location filename="../UI/Browser.py" line="217"/> + <location filename="../UI/Browser.py" line="219"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../UI/Browser.py" line="192"/> + <location filename="../UI/Browser.py" line="194"/> <source>Run unittest...</source> <translation>Spustit unittest...</translation> </message> <message> - <location filename="../UI/Browser.py" line="276"/> + <location filename="../UI/Browser.py" line="278"/> <source>New toplevel directory...</source> <translation>Nový adresář toplevel...</translation> </message> <message> - <location filename="../UI/Browser.py" line="230"/> + <location filename="../UI/Browser.py" line="232"/> <source>Add as toplevel directory</source> <translation>Přidat jako toplevel adresář</translation> </message> <message> - <location filename="../UI/Browser.py" line="233"/> + <location filename="../UI/Browser.py" line="235"/> <source>Remove from toplevel</source> <translation>Odebrat z toplevelu</translation> </message> <message> - <location filename="../UI/Browser.py" line="241"/> + <location filename="../UI/Browser.py" line="243"/> <source>Find in this directory</source> <translation>Hledat v tomto adresáři</translation> </message> <message> - <location filename="../UI/Browser.py" line="487"/> + <location filename="../UI/Browser.py" line="489"/> <source>New toplevel directory</source> <translation>Nový toplevel adresář</translation> </message> <message> - <location filename="../UI/Browser.py" line="244"/> + <location filename="../UI/Browser.py" line="246"/> <source>Find&&Replace in this directory</source> <translation>Najít && nahradit v tomto adresáři</translation> </message> <message> - <location filename="../UI/Browser.py" line="281"/> + <location filename="../UI/Browser.py" line="283"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/Browser.py" line="203"/> + <location filename="../UI/Browser.py" line="205"/> <source>Open in Icon Editor</source> <translation>Otevřit v editoru ikon</translation> </message> <message> - <location filename="../UI/Browser.py" line="248"/> + <location filename="../UI/Browser.py" line="250"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../UI/Browser.py" line="237"/> + <location filename="../UI/Browser.py" line="239"/> <source>Refresh directory</source> <translation>Obnovit složku</translation> </message> <message> - <location filename="../UI/Browser.py" line="258"/> + <location filename="../UI/Browser.py" line="260"/> <source>Goto</source> <translation type="unfinished">Jít na</translation> </message> <message> - <location filename="../UI/Browser.py" line="362"/> + <location filename="../UI/Browser.py" line="364"/> <source>Line {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/Browser.py" line="90"/> + <location filename="../UI/Browser.py" line="92"/> <source><b>The Browser Window</b><p>This allows you to easily navigate the hierarchy of directories and files on your system, identify the Python programs and open them up in a Source Viewer window. The window displays several separate hierarchies.</p><p>The first hierarchy is only shown if you have opened a program for debugging and its root is the directory containing that program. Usually all of the separate files that make up a Python application are held in the same directory, so this hierarchy gives you easy access to most of what you will need.</p><p>The next hierarchy is used to easily navigate the directories that are specified in the Python <tt>sys.path</tt> variable.</p><p>The remaining hierarchies allow you navigate your system as a whole. On a UNIX system there will be a hierarchy with <tt>/</tt> at its root and another with the user home directory. On a Windows system there will be a hierarchy for each drive on the system.</p><p>Python programs (i.e. those with a <tt>.py</tt> file name suffix) are identified in the hierarchies with a Python icon. The right mouse button will popup a menu which lets you open the file in a Source Viewer window, open the file for debugging or use it for a unittest run.</p><p>The context menu of a class, function or method allows you to open the file defining this class, function or method and will ensure, that the correct source line is visible.</p><p>Qt-Designer files (i.e. those with a <tt>.ui</tt> file name suffix) are shown with a Designer icon. The context menu of these files allows you to start Qt-Designer with that file.</p><p>Qt-Linguist files (i.e. those with a <tt>.ts</tt> file name suffix) are shown with a Linguist icon. The context menu of these files allows you to start Qt-Linguist with that file.</p></source> <translation type="unfinished"></translation> </message> @@ -2526,17 +2539,17 @@ <context> <name>BrowserModel</name> <message> - <location filename="../UI/BrowserModel.py" line="57"/> + <location filename="../UI/BrowserModel.py" line="63"/> <source>Name</source> <translation>Jméno</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="677"/> + <location filename="../UI/BrowserModel.py" line="683"/> <source>Attributes</source> <translation>Atributy</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="632"/> + <location filename="../UI/BrowserModel.py" line="638"/> <source>Globals</source> <translation>Globální</translation> </message> @@ -2546,12 +2559,12 @@ <translation type="obsolete">Atributy (globální)</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="626"/> + <location filename="../UI/BrowserModel.py" line="632"/> <source>Coding: {0}</source> <translation>Kódování: {0}</translation> </message> <message> - <location filename="../UI/BrowserModel.py" line="687"/> + <location filename="../UI/BrowserModel.py" line="693"/> <source>Class Attributes</source> <translation type="unfinished"></translation> </message> @@ -2559,60 +2572,60 @@ <context> <name>CallStackViewer</name> <message> - <location filename="../Debugger/CallStackViewer.py" line="48"/> + <location filename="../Debugger/CallStackViewer.py" line="50"/> <source>Show source</source> <translation type="unfinished">Zobrazit zdroj</translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="50"/> - <source>Clear</source> - <translation type="unfinished">Vyčistit</translation> - </message> - <message> <location filename="../Debugger/CallStackViewer.py" line="52"/> + <source>Clear</source> + <translation type="unfinished">Vyčistit</translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="54"/> <source>Save</source> <translation type="unfinished">Uložit</translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="59"/> - <source>File: {0} -Line: {1} -{2}{3}</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Debugger/CallStackViewer.py" line="61"/> <source>File: {0} +Line: {1} +{2}{3}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Debugger/CallStackViewer.py" line="63"/> + <source>File: {0} Line: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="170"/> + <location filename="../Debugger/CallStackViewer.py" line="172"/> <source>Save Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="156"/> + <location filename="../Debugger/CallStackViewer.py" line="158"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="170"/> + <location filename="../Debugger/CallStackViewer.py" line="172"/> <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="../Debugger/CallStackViewer.py" line="189"/> + <location filename="../Debugger/CallStackViewer.py" line="191"/> <source>Error saving Call Stack Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="189"/> + <location filename="../Debugger/CallStackViewer.py" line="191"/> <source><p>The call stack info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallStackViewer.py" line="45"/> + <location filename="../Debugger/CallStackViewer.py" line="47"/> <source>Call Stack</source> <translation type="unfinished"></translation> </message> @@ -2650,37 +2663,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="52"/> + <location filename="../Debugger/CallTraceViewer.py" line="54"/> <source>From</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="52"/> + <location filename="../Debugger/CallTraceViewer.py" line="54"/> <source>To</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="135"/> + <location filename="../Debugger/CallTraceViewer.py" line="137"/> <source>Save Call Trace Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="121"/> + <location filename="../Debugger/CallTraceViewer.py" line="123"/> <source>Text Files (*.txt);;All Files (*)</source> <translation type="unfinished">Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="135"/> + <location filename="../Debugger/CallTraceViewer.py" line="137"/> <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="../Debugger/CallTraceViewer.py" line="160"/> + <location filename="../Debugger/CallTraceViewer.py" line="162"/> <source>Error saving Call Trace Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="160"/> + <location filename="../Debugger/CallTraceViewer.py" line="162"/> <source><p>The call trace info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -2738,50 +2751,50 @@ <translation>Zobrazuje stav serveru</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="304"/> + <location filename="../Cooperation/ChatWidget.py" line="306"/> <source>Start Server</source> <translation>Spustit server</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="150"/> + <location filename="../Cooperation/ChatWidget.py" line="152"/> <source>! Unknown command: {0} </source> <translation>!Neznámý příkaz: {0} </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="173"/> + <location filename="../Cooperation/ChatWidget.py" line="175"/> <source>* {0} has joined. </source> <translation>* {0} připojeno. </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="209"/> + <location filename="../Cooperation/ChatWidget.py" line="211"/> <source>* {0} has left. </source> <translation>* {0} odešlo. </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="315"/> + <location filename="../Cooperation/ChatWidget.py" line="317"/> <source>Stop Server</source> <translation>Zastavit server</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="320"/> + <location filename="../Cooperation/ChatWidget.py" line="322"/> <source>! Server Error: {0} </source> <translation>!Chyba serveru: {0} </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="332"/> + <location filename="../Cooperation/ChatWidget.py" line="334"/> <source>Disconnect</source> <translation>Odpojeno</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="336"/> + <location filename="../Cooperation/ChatWidget.py" line="338"/> <source>Connect</source> <translation>Připojeno</translation> </message> @@ -2816,27 +2829,27 @@ <translation>Stisknutím zrušit sdílený editor</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="510"/> + <location filename="../Cooperation/ChatWidget.py" line="512"/> <source>Clear</source> <translation>Vyčistit</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="515"/> + <location filename="../Cooperation/ChatWidget.py" line="517"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="496"/> + <location filename="../Cooperation/ChatWidget.py" line="498"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="570"/> + <location filename="../Cooperation/ChatWidget.py" line="572"/> <source>Save Chat</source> <translation>Uložit pokec</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="556"/> + <location filename="../Cooperation/ChatWidget.py" line="558"/> <source>Text Files (*.txt);;All Files (*)</source> <translation>Textové soubory (*.txt);;Všechny soubory (*)</translation> </message> @@ -2846,12 +2859,12 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="585"/> + <location filename="../Cooperation/ChatWidget.py" line="587"/> <source>Error saving Chat</source> <translation>Chyba při ukládání pokecu</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="585"/> + <location filename="../Cooperation/ChatWidget.py" line="587"/> <source><p>The chat contents could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation><p>Obsah pokecu se nepodařilo zapsat do <b>{0}</b></p><p>Důvod: {1}</p></translation> </message> @@ -2891,77 +2904,77 @@ <translation type="obsolete">Vyjmout</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="501"/> + <location filename="../Cooperation/ChatWidget.py" line="503"/> <source>Cut all</source> <translation>Vyjmout vše</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="505"/> + <location filename="../Cooperation/ChatWidget.py" line="507"/> <source>Copy all</source> <translation>Kopírovat vše</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="624"/> + <location filename="../Cooperation/ChatWidget.py" line="626"/> <source>Kick User</source> <translation>Vykopnout uživatele</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="628"/> + <location filename="../Cooperation/ChatWidget.py" line="630"/> <source>Ban User</source> <translation>Zakázat uživatele</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="632"/> + <location filename="../Cooperation/ChatWidget.py" line="634"/> <source>Ban and Kick User</source> <translation>Zakázat a vykopnout uživatele</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="661"/> + <location filename="../Cooperation/ChatWidget.py" line="663"/> <source>* {0} has been kicked. </source> <translation>* {0} bylo vykopnuto. </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="677"/> + <location filename="../Cooperation/ChatWidget.py" line="679"/> <source>* {0} has been banned. </source> <translation>* {0} bylo zakázáno. </translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="693"/> + <location filename="../Cooperation/ChatWidget.py" line="695"/> <source>* {0} has been banned and kicked. </source> <translation>* {0} bylo zakázáno a vykopnuto.</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="570"/> + <location filename="../Cooperation/ChatWidget.py" line="572"/> <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="../Cooperation/ChatWidget.py" line="185"/> + <location filename="../Cooperation/ChatWidget.py" line="187"/> <source>New User</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="185"/> + <location filename="../Cooperation/ChatWidget.py" line="187"/> <source>{0} has joined.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="216"/> + <location filename="../Cooperation/ChatWidget.py" line="218"/> <source>User Left</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="216"/> + <location filename="../Cooperation/ChatWidget.py" line="218"/> <source>{0} has left.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="239"/> + <location filename="../Cooperation/ChatWidget.py" line="241"/> <source>Message from <{0}></source> <translation type="unfinished"></translation> </message> @@ -2974,43 +2987,43 @@ <context> <name>ChromeImporter</name> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="42"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="44"/> <source>Google Chrome stores its bookmarks in the <b>Bookmarks</b> text file. This file is usually located in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="63"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="65"/> <source>Please choose the file to begin importing bookmarks.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="63"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="65"/> <source>Chromium stores its bookmarks in the <b>Bookmarks</b> text file. This file is usually located in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="112"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="114"/> <source>File '{0}' does not exist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="129"/> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="131"/> <source>File '{0}' cannot be read. Reason: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="140"/> - <source>Google Chrome Import</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="142"/> - <source>Chromium Import</source> + <source>Google Chrome Import</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="144"/> + <source>Chromium Import</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py" line="146"/> <source>Imported {0}</source> <translation type="unfinished">Importováno {0}</translation> </message> @@ -3023,57 +3036,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="97"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="99"/> <source>Load</source> <translation type="unfinished">Načíst</translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="90"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="92"/> <source>Object blocked by ClickToFlash</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="94"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="96"/> <source>Show information about object</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="98"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="100"/> <source>Delete object</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="101"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="103"/> <source>Add '{0}' to Whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="104"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="106"/> <source>Remove '{0}' from Whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="111"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="113"/> <source>Configure Whitelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="259"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="261"/> <source>Flash Object</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="262"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="264"/> <source><b>Attribute Name</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="262"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="264"/> <source><b>Value</b></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="277"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py" line="279"/> <source>No information available.</source> <translation type="unfinished"></translation> </message> @@ -3081,7 +3094,7 @@ <context> <name>ClickToFlashWhitelistDialog</name> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="53"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="55"/> <source>ClickToFlash Whitelist</source> <translation type="unfinished"></translation> </message> @@ -3121,7 +3134,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="53"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="55"/> <source>Enter host name to add to whitelist:</source> <translation type="unfinished"></translation> </message> @@ -3209,47 +3222,47 @@ <translation>Zobrazuje průběh procesu měření metriky kódu</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="188"/> + <location filename="../DataViews/CodeMetricsDialog.py" line="190"/> <source>files</source> <translation>soubory</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="190"/> - <source>lines</source> - <translation>řádky</translation> - </message> - <message> <location filename="../DataViews/CodeMetricsDialog.py" line="192"/> - <source>bytes</source> - <translation>bajty</translation> + <source>lines</source> + <translation>řádky</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="194"/> - <source>comments</source> - <translation>komentáře</translation> + <source>bytes</source> + <translation>bajty</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="196"/> - <source>empty lines</source> - <translation>prázdné řádky</translation> + <source>comments</source> + <translation>komentáře</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="198"/> - <source>non-commentary lines</source> - <translation>nekomentované řádky</translation> + <source>empty lines</source> + <translation>prázdné řádky</translation> </message> <message> <location filename="../DataViews/CodeMetricsDialog.py" line="200"/> + <source>non-commentary lines</source> + <translation>nekomentované řádky</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="202"/> <source>documentation lines</source> <translation>řádky dokumentace</translation> </message> <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="49"/> - <source>Collapse all</source> - <translation>Složit vše</translation> - </message> - <message> <location filename="../DataViews/CodeMetricsDialog.py" line="51"/> + <source>Collapse all</source> + <translation>Složit vše</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="53"/> <source>Expand all</source> <translation>Rozbalit vše</translation> </message> @@ -3472,47 +3485,47 @@ <translation type="unfinished">Zpráva</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="102"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="62"/> <source>PEP-257</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="103"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="63"/> <source>Eric</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="105"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="65"/> <source>Statistics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="107"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="67"/> <source>Press to show some statistics for the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="110"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="70"/> <source>Show</source> <translation type="unfinished">Zobrazit</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="112"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="72"/> <source>Press to show all files containing an issue</source> <translation type="unfinished">Stisknout pro zobrazení všech souborů, které obsahují problém</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="429"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="408"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="926"/> + <location filename="../Plugins/PluginCodeStyleChecker.py" line="137"/> <source>Fix: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="581"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="501"/> <source>No issues found.</source> <translation type="unfinished">Žádné problémy nenalezeny.</translation> </message> @@ -3537,7 +3550,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="536"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="459"/> <source>{0} (ignored)</source> <translation type="unfinished"></translation> </message> @@ -3545,40 +3558,27 @@ <context> <name>CodeStyleCheckerPlugin</name> <message> - <location filename="../Plugins/PluginCodeStyleChecker.py" line="177"/> + <location filename="../Plugins/PluginCodeStyleChecker.py" line="247"/> <source>Check Code Style</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginCodeStyleChecker.py" line="177"/> + <location filename="../Plugins/PluginCodeStyleChecker.py" line="247"/> <source>&Code Style...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginCodeStyleChecker.py" line="85"/> + <location filename="../Plugins/PluginCodeStyleChecker.py" line="155"/> <source>Check code style.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginCodeStyleChecker.py" line="181"/> + <location filename="../Plugins/PluginCodeStyleChecker.py" line="251"/> <source><b>Check Code Style...</b><p>This checks Python files for compliance to the code style conventions given in various PEPs.</p></source> <translation type="unfinished"></translation> </message> </context> <context> - <name>CodeStyleCheckerPy2</name> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py" line="57"/> - <source>Python2 interpreter not configured.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py" line="134"/> - <source>Python2 interpreter did not finish within 15s.</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> <name>CodeStyleCodeSelectionDialog</name> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="14"/> @@ -3610,156 +3610,151 @@ <name>CodeStyleFixer</name> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="187"/> - <source>Fix Code Style Issues</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="187"/> <source><p>Could not save the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> - <translation type="unfinished"><p>Nelze uložit do souboru <b>{0}</b>. Přeskočeno.</p><p>Důvod: {1}</p></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="515"/> + <translation type="obsolete"><p>Nelze uložit do souboru <b>{0}</b>. Přeskočeno.</p><p>Důvod: {1}</p></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356"/> <source>Triple single quotes converted to triple double quotes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="545"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359"/> <source>Introductory quotes corrected to be {0}"""</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="585"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="362"/> <source>Single line docstring put on one line.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="626"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365"/> <source>Period added to summary line.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="842"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="392"/> <source>Blank line before function/method docstring removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="679"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371"/> <source>Blank line inserted before class docstring.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="707"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="374"/> <source>Blank line inserted after class docstring.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="739"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="377"/> <source>Blank line inserted after docstring summary.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="767"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="380"/> <source>Blank line inserted after last paragraph of docstring.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="810"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="383"/> <source>Leading quotes put on separate line.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="812"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="386"/> <source>Trailing quotes put on separate line.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="840"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="389"/> <source>Blank line before class docstring removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="871"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="395"/> <source>Blank line after class docstring removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="873"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="398"/> <source>Blank line after function/method docstring removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="901"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="401"/> <source>Blank line after last paragraph removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="930"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="404"/> <source>Tab converted to 4 spaces.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="932"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="407"/> <source>Indentation adjusted to be a multiple of four.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="961"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="410"/> <source>Indentation of continuation line corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="964"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="413"/> <source>Indentation of closing bracket corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1000"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="416"/> <source>Missing indentation of continuation line corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1041"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="419"/> <source>Closing bracket aligned to opening bracket.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1076"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="422"/> <source>Indentation level changed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1115"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="425"/> <source>Indentation level of hanging indentation changed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1171"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="428"/> <source>Visual indentation corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1289"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="443"/> <source>Extraneous whitespace removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1252"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="440"/> <source>Missing whitespace added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1310"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="446"/> <source>Whitespace around comment sign corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1329"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="449"/> <source>One blank line inserted.</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1381"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="453"/> <source>%n blank line(s) inserted.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3768,7 +3763,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1384"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="456"/> <source>%n superfluous lines removed</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3777,70 +3772,80 @@ </translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1419"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="460"/> <source>Superfluous blank lines removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1449"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="463"/> <source>Superfluous blank lines after function decorator removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1487"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="466"/> <source>Imports were put on separate lines.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1537"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="469"/> <source>Long lines have been shortened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1560"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="472"/> <source>Redundant backslash in brackets removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1621"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="478"/> <source>Compound statement corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1662"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="481"/> <source>Comparison to None/True/False corrected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1701"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="484"/> <source>'{0}' argument added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1762"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="487"/> <source>'{0}' argument removed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1783"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="490"/> <source>Whitespace stripped from end of line.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1799"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="493"/> <source>newline added to end of file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1821"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="496"/> <source>Superfluous trailing blank lines removed from end of file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleFixer.py" line="1838"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="499"/> <source>'<>' replaced by '!='.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="503"/> + <source>Could not save the file! Skipping it. Reason: {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="553"/> + <source> no message defined for code '{0}'</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodeStyleStatisticsDialog</name> @@ -3865,7 +3870,7 @@ <translation type="unfinished">Zpráva</translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="69"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="61"/> <source>%n issue(s) found</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3874,7 +3879,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="73"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="65"/> <source>%n issue(s) fixed</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3883,7 +3888,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="75"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="67"/> <source>%n file(s) checked</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3892,7 +3897,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="77"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="69"/> <source>%n file(s) with issues found</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3901,7 +3906,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="71"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="63"/> <source>%n issue(s) ignored</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3913,7 +3918,7 @@ <context> <name>CodingError</name> <message> - <location filename="../Utilities/__init__.py" line="105"/> + <location filename="../Utilities/__init__.py" line="121"/> <source>The coding '{0}' is wrong for the given text.</source> <translation>Nesprávné kódování '{0}' pro daný text.</translation> </message> @@ -3921,27 +3926,27 @@ <context> <name>ColorDialogWizard</name> <message> - <location filename="../Plugins/PluginWizardQColorDialog.py" line="122"/> + <location filename="../Plugins/PluginWizardQColorDialog.py" line="124"/> <source>No current editor</source> <translation>Editor není znám</translation> </message> <message> - <location filename="../Plugins/PluginWizardQColorDialog.py" line="122"/> + <location filename="../Plugins/PluginWizardQColorDialog.py" line="124"/> <source>Please open or create a file first.</source> <translation>Prosím, nejdříve otevřete nebo vytvořte soubor.</translation> </message> <message> - <location filename="../Plugins/PluginWizardQColorDialog.py" line="75"/> + <location filename="../Plugins/PluginWizardQColorDialog.py" line="77"/> <source>QColorDialog Wizard</source> <translation>QColorDialog průvodce</translation> </message> <message> - <location filename="../Plugins/PluginWizardQColorDialog.py" line="71"/> + <location filename="../Plugins/PluginWizardQColorDialog.py" line="73"/> <source>Q&ColorDialog Wizard...</source> <translation>Q&ColorDialog průvodce...</translation> </message> <message> - <location filename="../Plugins/PluginWizardQColorDialog.py" line="76"/> + <location filename="../Plugins/PluginWizardQColorDialog.py" line="78"/> <source><b>QColorDialog Wizard</b><p>This wizard opens a dialog for entering all the parameters needed to create a QColorDialog. The generated code is inserted at the current cursor position.</p></source> <translation><b>QColorDialog průvodce</b> <p>Tento průvodce otevře dialog pro zadání všech parametrů potřebných pro vytvoření QColorDialog. Vygenerovaný kód je vložen na aktuální pozici kurzoru.</p></translation> @@ -4135,12 +4140,12 @@ <translation>Zelená</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="36"/> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="38"/> <source>Test</source> <translation>Test</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="70"/> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="72"/> <source>QColorDialog Wizard Error</source> <translation>Chyba v QColorDialog průvodci</translation> </message> @@ -4180,7 +4185,7 @@ <translation>Zadejte titulek dialogu</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="70"/> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="72"/> <source><p>The colour <b>{0}</b> is not valid.</p></source> <translation><p>Barva <b>{0}</b> není platná.</p></translation> </message> @@ -4303,22 +4308,22 @@ <translation></translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="105"/> + <location filename="../UI/CompareDialog.py" line="111"/> <source>Compare</source> <translation>Porovnat</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="107"/> + <location filename="../UI/CompareDialog.py" line="113"/> <source>Press to perform the comparison of the two files</source> <translation>Stisknout pro provedení porovnání dvou souborů</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="247"/> + <location filename="../UI/CompareDialog.py" line="253"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="442"/> + <location filename="../UI/CompareDialog.py" line="448"/> <source>Select file to compare</source> <translation>Výběr souboru pro porovnání</translation> </message> @@ -4333,27 +4338,27 @@ <translation>&Synchronizovat vodorovné posuvníky</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="354"/> + <location filename="../UI/CompareDialog.py" line="360"/> <source>Total: {0}</source> <translation>Celkem: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="356"/> + <location filename="../UI/CompareDialog.py" line="362"/> <source>Changed: {0}</source> <translation>Změněno: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="357"/> + <location filename="../UI/CompareDialog.py" line="363"/> <source>Added: {0}</source> <translation>Přidáno: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="358"/> + <location filename="../UI/CompareDialog.py" line="364"/> <source>Deleted: {0}</source> <translation>Smazáno: {0}</translation> </message> <message> - <location filename="../UI/CompareDialog.py" line="247"/> + <location filename="../UI/CompareDialog.py" line="253"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> @@ -4361,212 +4366,212 @@ <context> <name>ConfigurationWidget</name> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="122"/> + <location filename="../Preferences/ConfigurationDialog.py" line="124"/> <source>Application</source> <translation>Aplikace</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="128"/> + <location filename="../Preferences/ConfigurationDialog.py" line="130"/> <source>CORBA</source> <translation>CORBA</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="131"/> + <location filename="../Preferences/ConfigurationDialog.py" line="133"/> <source>Email</source> <translation>Email</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="134"/> + <location filename="../Preferences/ConfigurationDialog.py" line="136"/> <source>Graphics</source> <translation>Grafika</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="137"/> + <location filename="../Preferences/ConfigurationDialog.py" line="139"/> <source>Icons</source> <translation>Ikony</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="150"/> + <location filename="../Preferences/ConfigurationDialog.py" line="152"/> <source>Plugin Manager</source> <translation>Plugin Manažer</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="327"/> + <location filename="../Preferences/ConfigurationDialog.py" line="329"/> <source>Printer</source> <translation>Tiskárna</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="189"/> + <location filename="../Preferences/ConfigurationDialog.py" line="191"/> <source>Python</source> <translation>Python</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="160"/> + <location filename="../Preferences/ConfigurationDialog.py" line="162"/> <source>Qt</source> <translation>Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="166"/> + <location filename="../Preferences/ConfigurationDialog.py" line="168"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="169"/> + <location filename="../Preferences/ConfigurationDialog.py" line="171"/> <source>Tasks</source> <translation>Úlohy</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="172"/> + <location filename="../Preferences/ConfigurationDialog.py" line="174"/> <source>Templates</source> <translation>Šablony</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="178"/> + <location filename="../Preferences/ConfigurationDialog.py" line="180"/> <source>Version Control Systems</source> <translation>Version Control Systems</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="183"/> + <location filename="../Preferences/ConfigurationDialog.py" line="185"/> <source>Debugger</source> <translation>Debugger</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="195"/> + <location filename="../Preferences/ConfigurationDialog.py" line="197"/> <source>Ruby</source> <translation>Ruby</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="199"/> + <location filename="../Preferences/ConfigurationDialog.py" line="201"/> <source>Editor</source> <translation>Editor</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="202"/> + <location filename="../Preferences/ConfigurationDialog.py" line="204"/> <source>APIs</source> <translation>APIs</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="205"/> + <location filename="../Preferences/ConfigurationDialog.py" line="207"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="213"/> + <location filename="../Preferences/ConfigurationDialog.py" line="215"/> <source>Calltips</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="219"/> + <location filename="../Preferences/ConfigurationDialog.py" line="221"/> <source>General</source> <translation>Hlavní</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="239"/> + <location filename="../Preferences/ConfigurationDialog.py" line="241"/> <source>Typing</source> <translation>Psaní</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="242"/> + <location filename="../Preferences/ConfigurationDialog.py" line="244"/> <source>Exporters</source> <translation>Exportery</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="246"/> + <location filename="../Preferences/ConfigurationDialog.py" line="248"/> <source>Highlighters</source> <translation>Zvýrazňovače</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="250"/> + <location filename="../Preferences/ConfigurationDialog.py" line="252"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="254"/> + <location filename="../Preferences/ConfigurationDialog.py" line="256"/> <source>Styles</source> <translation>Styly</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="334"/> + <location filename="../Preferences/ConfigurationDialog.py" line="336"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="340"/> + <location filename="../Preferences/ConfigurationDialog.py" line="342"/> <source>Help Documentation</source> <translation>Dokumenty nápovědy</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="275"/> + <location filename="../Preferences/ConfigurationDialog.py" line="277"/> <source>Help Viewers</source> <translation>Prohlížeče nápovědy</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="292"/> + <location filename="../Preferences/ConfigurationDialog.py" line="294"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="289"/> + <location filename="../Preferences/ConfigurationDialog.py" line="291"/> <source>Project Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="295"/> + <location filename="../Preferences/ConfigurationDialog.py" line="297"/> <source>Multiproject</source> <translation>Multiprojekt</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="321"/> + <location filename="../Preferences/ConfigurationDialog.py" line="323"/> <source>Interface</source> <translation>Interface</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="306"/> + <location filename="../Preferences/ConfigurationDialog.py" line="308"/> <source>Viewmanager</source> <translation>Viewmanager</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="559"/> + <location filename="../Preferences/ConfigurationDialog.py" line="561"/> <source>Configuration Page Error</source> <translation>Chyba na straně konfigurace</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="222"/> + <location filename="../Preferences/ConfigurationDialog.py" line="224"/> <source>Filehandling</source> <translation>Manažer souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="226"/> + <location filename="../Preferences/ConfigurationDialog.py" line="228"/> <source>Searching</source> <translation>Vyhledávání</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="337"/> + <location filename="../Preferences/ConfigurationDialog.py" line="339"/> <source>Appearance</source> <translation>Vzhled</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="216"/> + <location filename="../Preferences/ConfigurationDialog.py" line="218"/> <source>QScintilla</source> <translation>QScintilla</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="233"/> + <location filename="../Preferences/ConfigurationDialog.py" line="235"/> <source>Style</source> <translation>Styl</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="261"/> + <location filename="../Preferences/ConfigurationDialog.py" line="263"/> <source>Properties</source> <translation>Nastavení</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="482"/> + <location filename="../Preferences/ConfigurationDialog.py" line="484"/> <source>Preferences</source> <translation>Předvolby</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="487"/> + <location filename="../Preferences/ConfigurationDialog.py" line="489"/> <source>Please select an entry of the list to display the configuration page.</source> <translation>Pro zobrazení strany s konfigurací vyberte položku ze seznamu.</translation> @@ -4577,17 +4582,17 @@ <translation type="obsolete">Terminál</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="324"/> + <location filename="../Preferences/ConfigurationDialog.py" line="326"/> <source>Network</source> <translation>Síť</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="229"/> + <location filename="../Preferences/ConfigurationDialog.py" line="231"/> <source>Spell checking</source> <translation>Kontrola pravopisu</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="192"/> + <location filename="../Preferences/ConfigurationDialog.py" line="194"/> <source>Python3</source> <translation></translation> </message> @@ -4597,7 +4602,7 @@ <translation type="obsolete">Eric web prohlížeč</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="559"/> + <location filename="../Preferences/ConfigurationDialog.py" line="561"/> <source><p>The configuration page <b>{0}</b> could not be loaded.</p></source> <translation><p>Konfigurační stranu <b>{0}</b> nelze načíst.</p></translation> </message> @@ -4607,52 +4612,52 @@ <translation type="obsolete">Py3Flakes</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="258"/> + <location filename="../Preferences/ConfigurationDialog.py" line="260"/> <source>Keywords</source> <translation>Klíčová slova</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="125"/> + <location filename="../Preferences/ConfigurationDialog.py" line="127"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="359"/> + <location filename="../Preferences/ConfigurationDialog.py" line="361"/> <source>Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="344"/> + <location filename="../Preferences/ConfigurationDialog.py" line="346"/> <source>VirusTotal Interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="330"/> + <location filename="../Preferences/ConfigurationDialog.py" line="332"/> <source>Security</source> <translation type="unfinished">Bezpečnost</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="347"/> + <location filename="../Preferences/ConfigurationDialog.py" line="349"/> <source>eric5 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč</translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="420"/> + <location filename="../Preferences/ConfigurationDialog.py" line="422"/> <source>Enter filter text...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="146"/> + <location filename="../Preferences/ConfigurationDialog.py" line="148"/> <source>Notifications</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="140"/> + <location filename="../Preferences/ConfigurationDialog.py" line="142"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationDialog.py" line="236"/> + <location filename="../Preferences/ConfigurationDialog.py" line="238"/> <source>Code Checkers</source> <translation type="unfinished"></translation> </message> @@ -4660,32 +4665,32 @@ <context> <name>Connection</name> <message> - <location filename="../Cooperation/Connection.py" line="73"/> + <location filename="../Cooperation/Connection.py" line="79"/> <source>undefined</source> <translation>nedefinovaný</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="74"/> + <location filename="../Cooperation/Connection.py" line="80"/> <source>unknown</source> <translation>neznámý</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="211"/> + <location filename="../Cooperation/Connection.py" line="217"/> <source>New Connection</source> <translation>Nové spojení</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="211"/> + <location filename="../Cooperation/Connection.py" line="217"/> <source><p>Accept connection from <strong>{0}@{1}</strong>?</p></source> <translation><p>Přijmout připojení z <strong>{0}@{1}</strong>?</p></translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="448"/> + <location filename="../Cooperation/Connection.py" line="454"/> <source>* Connection to {0}:{1} refused.</source> <translation>* Připojení z {0}:{1} odmítnuto.</translation> </message> <message> - <location filename="../Cooperation/Connection.py" line="201"/> + <location filename="../Cooperation/Connection.py" line="207"/> <source>* Connection attempted by banned user '{0}'.</source> <translation>* Pokus o připojení od zakázaného uživatele '{0}'.</translation> </message> @@ -4731,27 +4736,27 @@ <context> <name>CookieExceptionsModel</name> <message> - <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="33"/> + <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="35"/> <source>Website</source> <translation>Webstrana</translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="34"/> + <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="36"/> <source>Status</source> <translation></translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="78"/> + <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="80"/> <source>Allow</source> <translation>Povolit</translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="87"/> + <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="89"/> <source>Block</source> <translation>Blokovat</translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="96"/> + <location filename="../Helpviewer/CookieJar/CookieExceptionsModel.py" line="98"/> <source>Allow For Session</source> <translation>Povolit pro relaci</translation> </message> @@ -4759,32 +4764,32 @@ <context> <name>CookieModel</name> <message> - <location filename="../Helpviewer/CookieJar/CookieModel.py" line="28"/> + <location filename="../Helpviewer/CookieJar/CookieModel.py" line="30"/> <source>Website</source> <translation>Webstrana</translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookieModel.py" line="29"/> - <source>Name</source> - <translation>Jméno</translation> - </message> - <message> - <location filename="../Helpviewer/CookieJar/CookieModel.py" line="30"/> - <source>Path</source> - <translation>Cesta</translation> - </message> - <message> <location filename="../Helpviewer/CookieJar/CookieModel.py" line="31"/> - <source>Secure</source> - <translation>Zabezpečení</translation> + <source>Name</source> + <translation>Jméno</translation> </message> <message> <location filename="../Helpviewer/CookieJar/CookieModel.py" line="32"/> - <source>Expires</source> - <translation>Platnost</translation> + <source>Path</source> + <translation>Cesta</translation> </message> <message> <location filename="../Helpviewer/CookieJar/CookieModel.py" line="33"/> + <source>Secure</source> + <translation>Zabezpečení</translation> + </message> + <message> + <location filename="../Helpviewer/CookieJar/CookieModel.py" line="34"/> + <source>Expires</source> + <translation>Platnost</translation> + </message> + <message> + <location filename="../Helpviewer/CookieJar/CookieModel.py" line="35"/> <source>Contents</source> <translation>Obsah</translation> </message> @@ -5018,7 +5023,7 @@ <translation>Odebr&at vše</translation> </message> <message> - <location filename="../Helpviewer/CookieJar/CookiesExceptionsDialog.py" line="64"/> + <location filename="../Helpviewer/CookieJar/CookiesExceptionsDialog.py" line="66"/> <source>Allow For Session</source> <translation>Povolit pro relaci</translation> </message> @@ -5026,7 +5031,7 @@ <context> <name>CooperationClient</name> <message> - <location filename="../Cooperation/CooperationClient.py" line="86"/> + <location filename="../Cooperation/CooperationClient.py" line="88"/> <source>unknown</source> <translation>neznámý</translation> </message> @@ -5038,13 +5043,13 @@ </translation> </message> <message> - <location filename="../Cooperation/CooperationClient.py" line="295"/> + <location filename="../Cooperation/CooperationClient.py" line="297"/> <source>Illegal address: {0}@{1} </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Cooperation/CooperationClient.py" line="388"/> + <location filename="../Cooperation/CooperationClient.py" line="390"/> <source>No servers present.</source> <translation type="unfinished"></translation> </message> @@ -5180,7 +5185,7 @@ <translation><b>Poznámka:</b> Ponechte tento vstup prázdný chcete-li použít defaultní hodnotu omniidl or omniidl.exe).</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="53"/> + <location filename="../Preferences/ConfigurationPages/CorbaPage.py" line="55"/> <source>Select IDL compiler</source> <translation>Vyberte IDL kompliátor</translation> </message> @@ -5233,42 +5238,42 @@ <translation>&Filtr pro:</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="513"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="515"/> <source>Code Generation</source> <translation>Generování kódu</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="329"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="331"/> <source>uic error</source> <translation>uic chyba</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="116"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="118"/> <source>Create Dialog Code</source> <translation>Vytvořit Dialog Code</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="116"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="118"/> <source>The file <b>{0}</b> exists but does not contain any classes.</source> <translation>Soubor <b>{0}</b> existuje ale neobsahuje žádné třídy.</translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="329"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="331"/> <source><p>There was an error loading the form <b>{0}</b>.</p><p>{1}</p></source> <translation><p>Byla nalezena chyba načtená z <b>{0}</b>.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="398"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="400"/> <source><p>Could not open the code template file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Template soubor <b>{0}</b> nelze otevřít.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="434"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="436"/> <source><p>Could not open the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze ovevřít source soubor "{0}".</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/CreateDialogCodeDialog.py" line="513"/> + <location filename="../Project/CreateDialogCodeDialog.py" line="515"/> <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Nelze zapsat do source souboru "{0}".</p><p>Důvod: {1}</p></translation> </message> @@ -5276,22 +5281,22 @@ <context> <name>Crypto</name> <message> - <location filename="../Utilities/crypto/__init__.py" line="94"/> + <location filename="../Utilities/crypto/__init__.py" line="96"/> <source>Master Password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/crypto/__init__.py" line="66"/> + <location filename="../Utilities/crypto/__init__.py" line="68"/> <source>Enter the master password:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/crypto/__init__.py" line="79"/> + <location filename="../Utilities/crypto/__init__.py" line="81"/> <source>The given password is incorrect.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Utilities/crypto/__init__.py" line="87"/> + <location filename="../Utilities/crypto/__init__.py" line="89"/> <source>There is no master password registered.</source> <translation type="unfinished"></translation> </message> @@ -5299,34 +5304,34 @@ <context> <name>DebugServer</name> <message> - <location filename="../Debugger/DebugServer.py" line="156"/> + <location filename="../Debugger/DebugServer.py" line="162"/> <source>created</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>vytvořeno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="158"/> + <location filename="../Debugger/DebugServer.py" line="164"/> <source>changed</source> <comment>must be same as in EditWatchpointDialog</comment> <translation>změněno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="655"/> + <location filename="../Debugger/DebugServer.py" line="676"/> <source>Connection from illegal host</source> <translation>Spojení z ilegálního hosta</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1437"/> + <location filename="../Debugger/DebugServer.py" line="1458"/> <source>Passive debug connection received</source> <translation>Spojení pasivního debugeru přijato</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1451"/> + <location filename="../Debugger/DebugServer.py" line="1472"/> <source>Passive debug connection closed</source> <translation>Spojení pasivního debugeru uzavřeno</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1257"/> + <location filename="../Debugger/DebugServer.py" line="1278"/> <source> Not connected </source> @@ -5335,7 +5340,7 @@ </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="655"/> + <location filename="../Debugger/DebugServer.py" line="676"/> <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> @@ -5343,162 +5348,162 @@ <context> <name>DebugUI</name> <message> - <location filename="../Debugger/DebugUI.py" line="1732"/> + <location filename="../Debugger/DebugUI.py" line="1734"/> <source>Run Script</source> <translation>Spustit skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="172"/> + <location filename="../Debugger/DebugUI.py" line="174"/> <source>&Run Script...</source> <translation>Spustit sk&ript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="177"/> + <location filename="../Debugger/DebugUI.py" line="179"/> <source>Run the current Script</source> <translation>Spustit aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="178"/> + <location filename="../Debugger/DebugUI.py" line="180"/> <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="1747"/> + <location filename="../Debugger/DebugUI.py" line="1749"/> <source>Run Project</source> <translation>Spustit projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="187"/> + <location filename="../Debugger/DebugUI.py" line="189"/> <source>Run &Project...</source> <translation>Spustit &projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="192"/> + <location filename="../Debugger/DebugUI.py" line="194"/> <source>Run the current Project</source> <translation>Spustit aktuální projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="193"/> + <location filename="../Debugger/DebugUI.py" line="195"/> <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="203"/> + <location filename="../Debugger/DebugUI.py" line="205"/> <source>Coverage run of Script</source> <translation>Spustit skript s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="203"/> + <location filename="../Debugger/DebugUI.py" line="205"/> <source>Coverage run of Script...</source> <translation>Spustit skript s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="208"/> - <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="210"/> + <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="212"/> <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="219"/> + <location filename="../Debugger/DebugUI.py" line="221"/> <source>Coverage run of Project</source> <translation>Spustit projekt s kontrolou pokrytí</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="219"/> + <location filename="../Debugger/DebugUI.py" line="221"/> <source>Coverage run of Project...</source> <translation>Spustit projekt s kontrolou pokrytí...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="224"/> - <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="226"/> + <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="228"/> <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="236"/> + <location filename="../Debugger/DebugUI.py" line="238"/> <source>Profile Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="236"/> + <location filename="../Debugger/DebugUI.py" line="238"/> <source>Profile Script...</source> <translation>Profilovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="240"/> + <location filename="../Debugger/DebugUI.py" line="242"/> <source>Profile the current Script</source> <translation>Profilovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="241"/> + <location filename="../Debugger/DebugUI.py" line="243"/> <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="249"/> + <location filename="../Debugger/DebugUI.py" line="251"/> <source>Profile Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="249"/> + <location filename="../Debugger/DebugUI.py" line="251"/> <source>Profile Project...</source> <translation>Profilovat projekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="254"/> - <source>Profile the current Project</source> - <translation>Profilovat aktuální projekt</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="256"/> + <source>Profile the current Project</source> + <translation>Profilovat aktuální projekt</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="258"/> <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="1853"/> + <location filename="../Debugger/DebugUI.py" line="1855"/> <source>Debug Script</source> <translation>Debugovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="265"/> + <location filename="../Debugger/DebugUI.py" line="267"/> <source>&Debug Script...</source> <translation>&Debugovat skript...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="270"/> + <location filename="../Debugger/DebugUI.py" line="272"/> <source>Debug the current Script</source> <translation>Debugovat aktuální skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="271"/> + <location filename="../Debugger/DebugUI.py" line="273"/> <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="1868"/> + <location filename="../Debugger/DebugUI.py" line="1870"/> <source>Debug Project</source> <translation>Debugovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="281"/> + <location filename="../Debugger/DebugUI.py" line="283"/> <source>Debug &Project...</source> <translation>Debugovat pro&jekt...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="286"/> - <source>Debug the current Project</source> - <translation>Debugovat aktuální projekt</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="288"/> + <source>Debug the current Project</source> + <translation>Debugovat aktuální projekt</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="290"/> <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> @@ -5508,7 +5513,7 @@ <translation type="obsolete">Restartovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="302"/> + <location filename="../Debugger/DebugUI.py" line="304"/> <source>Restart the last debugged script</source> <translation>Restartovat posledně debugovaný skript</translation> </message> @@ -5518,355 +5523,355 @@ <translation type="obsolete"><b>Restart skript</b><p>Nastavení parametrů příkazové řádky a aktuální řádky jako první python příkaz v naposled debugovaném skriptu. 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="329"/> + <location filename="../Debugger/DebugUI.py" line="331"/> <source>Continue</source> <translation>Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="329"/> + <location filename="../Debugger/DebugUI.py" line="331"/> <source>&Continue</source> <translation>&Pokračovat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="334"/> - <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="336"/> + <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="338"/> <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="345"/> + <location filename="../Debugger/DebugUI.py" line="347"/> <source>Continue to Cursor</source> <translation>Pokračovat až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="345"/> + <location filename="../Debugger/DebugUI.py" line="347"/> <source>Continue &To Cursor</source> <translation>Pokračova&t až na kurzor</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="350"/> + <location filename="../Debugger/DebugUI.py" line="352"/> <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="353"/> + <location filename="../Debugger/DebugUI.py" line="355"/> <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="361"/> + <location filename="../Debugger/DebugUI.py" line="363"/> <source>Single Step</source> <translation>Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="361"/> + <location filename="../Debugger/DebugUI.py" line="363"/> <source>Sin&gle Step</source> <translation>&Krok dovnitř</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="366"/> + <location filename="../Debugger/DebugUI.py" line="368"/> <source>Execute a single Python statement</source> <translation>Vykonat jen jeden python příkaz</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="367"/> + <location filename="../Debugger/DebugUI.py" line="369"/> <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="377"/> + <location filename="../Debugger/DebugUI.py" line="379"/> <source>Step Over</source> <translation>Krok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="377"/> + <location filename="../Debugger/DebugUI.py" line="379"/> <source>Step &Over</source> <translation>Kr&ok přes</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="382"/> + <location filename="../Debugger/DebugUI.py" line="384"/> <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="385"/> + <location filename="../Debugger/DebugUI.py" line="387"/> <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="396"/> + <location filename="../Debugger/DebugUI.py" line="398"/> <source>Step Out</source> <translation>Krok ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="396"/> + <location filename="../Debugger/DebugUI.py" line="398"/> <source>Step Ou&t</source> <translation>Krok &ven</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="401"/> + <location filename="../Debugger/DebugUI.py" line="403"/> <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="404"/> + <location filename="../Debugger/DebugUI.py" line="406"/> <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="415"/> + <location filename="../Debugger/DebugUI.py" line="417"/> <source>Stop</source> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="415"/> + <location filename="../Debugger/DebugUI.py" line="417"/> <source>&Stop</source> <translation>&Stop</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="420"/> + <location filename="../Debugger/DebugUI.py" line="422"/> <source>Stop debugging</source> <translation>Stop debugování</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="421"/> + <location filename="../Debugger/DebugUI.py" line="423"/> <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> <message> - <location filename="../Debugger/DebugUI.py" line="2159"/> + <location filename="../Debugger/DebugUI.py" line="2161"/> <source>Evaluate</source> <translation>Evaluate</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="430"/> + <location filename="../Debugger/DebugUI.py" line="432"/> <source>E&valuate...</source> <translation>V&yhodnotit...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="434"/> + <location filename="../Debugger/DebugUI.py" line="436"/> <source>Evaluate in current context</source> <translation>Vyhodnotit aktuální kontext</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2188"/> + <location filename="../Debugger/DebugUI.py" line="2190"/> <source>Execute</source> <translation>Vykonat</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="444"/> + <location filename="../Debugger/DebugUI.py" line="446"/> <source>E&xecute...</source> <translation>Vykon&at...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="448"/> - <source>Execute a one line statement in the current context</source> - <translation>Vykonat jednu řádku kódu v aktuálním kontextu</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="450"/> + <source>Execute a one line statement in the current context</source> + <translation>Vykonat jednu řádku kódu v aktuálním kontextu</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="452"/> <source><b>Execute</b><p>Execute a one line statement in the current context of the debugged program.</p></source> <translation><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="458"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source>Variables Type Filter</source> <translation>Filtr typů proměnných</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="458"/> + <location filename="../Debugger/DebugUI.py" line="460"/> <source>Varia&bles Type Filter...</source> <translation>&Filtr typů proměnných...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="462"/> - <source>Configure variables type filter</source> - <translation>Nastavit filtr typů proměnných</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="464"/> + <source>Configure variables type filter</source> + <translation>Nastavit filtr typů proměnných</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="466"/> <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="474"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source>Exceptions Filter</source> <translation>Filtr výjimek</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="474"/> + <location filename="../Debugger/DebugUI.py" line="476"/> <source>&Exceptions Filter...</source> <translation>Filtr výjim&ek...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="478"/> - <source>Configure exceptions filter</source> - <translation>Konfigurace filtru výjimek</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="480"/> + <source>Configure exceptions filter</source> + <translation>Konfigurace filtru výjimek</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="482"/> <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="516"/> + <location filename="../Debugger/DebugUI.py" line="518"/> <source>Toggle Breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="517"/> + <location filename="../Debugger/DebugUI.py" line="519"/> <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="531"/> + <location filename="../Debugger/DebugUI.py" line="533"/> <source>Edit Breakpoint</source> <translation>Editovat breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Edit Breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="532"/> + <location filename="../Debugger/DebugUI.py" line="534"/> <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="547"/> + <location filename="../Debugger/DebugUI.py" line="549"/> <source>Next Breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="540"/> + <location filename="../Debugger/DebugUI.py" line="542"/> <source>Ctrl+Shift+PgDown</source> <comment>Debug|Next Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="548"/> + <location filename="../Debugger/DebugUI.py" line="550"/> <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="562"/> + <location filename="../Debugger/DebugUI.py" line="564"/> <source>Previous Breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="555"/> + <location filename="../Debugger/DebugUI.py" line="557"/> <source>Ctrl+Shift+PgUp</source> <comment>Debug|Previous Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="563"/> + <location filename="../Debugger/DebugUI.py" line="565"/> <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="576"/> + <location filename="../Debugger/DebugUI.py" line="578"/> <source>Clear Breakpoints</source> <translation>Zrušit breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="570"/> + <location filename="../Debugger/DebugUI.py" line="572"/> <source>Ctrl+Shift+C</source> <comment>Debug|Clear Breakpoints</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="577"/> + <location filename="../Debugger/DebugUI.py" line="579"/> <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="604"/> - <source>&Debug</source> - <translation>&Debugování</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="606"/> - <source>&Start</source> - <translation>&Start</translation> + <source>&Debug</source> + <translation>&Debugování</translation> </message> <message> <location filename="../Debugger/DebugUI.py" line="608"/> + <source>&Start</source> + <translation>&Start</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="610"/> <source>&Breakpoints</source> <translation>&Breakpointy</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="653"/> + <location filename="../Debugger/DebugUI.py" line="655"/> <source>Start</source> <translation>Start</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="667"/> + <location filename="../Debugger/DebugUI.py" line="669"/> <source>Debug</source> <translation>Debug</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1066"/> + <location filename="../Debugger/DebugUI.py" line="1068"/> <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="1103"/> + <location filename="../Debugger/DebugUI.py" line="1105"/> <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="1195"/> + <location filename="../Debugger/DebugUI.py" line="1197"/> <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="1268"/> + <location filename="../Debugger/DebugUI.py" line="1270"/> <source>Breakpoint Condition Error</source> <translation>Chyba v podmíněném breakpointu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1509"/> + <location filename="../Debugger/DebugUI.py" line="1511"/> <source>Coverage of Project</source> <translation>Pokrytí projektu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1496"/> + <location filename="../Debugger/DebugUI.py" line="1498"/> <source>Coverage of Script</source> <translation>Pokrytí skriptu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1747"/> + <location filename="../Debugger/DebugUI.py" line="1749"/> <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="1627"/> + <location filename="../Debugger/DebugUI.py" line="1629"/> <source>Profile of Project</source> <translation>Profilovat projekt</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1614"/> + <location filename="../Debugger/DebugUI.py" line="1616"/> <source>Profile of Script</source> <translation>Profilovat skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1868"/> + <location filename="../Debugger/DebugUI.py" line="1870"/> <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> <message> - <location filename="../Debugger/DebugUI.py" line="2159"/> + <location filename="../Debugger/DebugUI.py" line="2161"/> <source>Enter the statement to evaluate</source> <translation>Zadejte příkaz pro vyhodnocení</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="2188"/> + <location filename="../Debugger/DebugUI.py" line="2190"/> <source>Enter the statement to execute</source> <translation>Zadejte příkaz pro vykonání</translation> </message> @@ -5876,7 +5881,7 @@ <translation type="obsolete">Stopnout skript</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="319"/> + <location filename="../Debugger/DebugUI.py" line="321"/> <source>Stop the running script.</source> <translation>Zastavit běžící skript.</translation> </message> @@ -5886,136 +5891,136 @@ <translation type="obsolete"><b>Stopnout skript</b><p>Zastaví skript, který běží v debugeru na pozadí.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="435"/> + <location filename="../Debugger/DebugUI.py" line="437"/> <source><b>Evaluate</b><p>Evaluate an expression in the current context of the debugged program. The result is displayed in the shell window.</p></source> <translation><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="1304"/> + <location filename="../Debugger/DebugUI.py" line="1306"/> <source>Watch Expression Error</source> <translation>Chyba sledovacího bodu</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1344"/> + <location filename="../Debugger/DebugUI.py" line="1346"/> <source>Watch expression already exists</source> <translation>Sledovací bod již existuje</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="491"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source>Ignored Exceptions</source> <translation>Ignorované výjimky</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="491"/> + <location filename="../Debugger/DebugUI.py" line="493"/> <source>&Ignored Exceptions...</source> <translation>&Ignorované výjimky...</translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="495"/> - <source>Configure ignored exceptions</source> - <translation>Konfigurovat ignorované výjimky</translation> - </message> - <message> <location filename="../Debugger/DebugUI.py" line="497"/> + <source>Configure ignored exceptions</source> + <translation>Konfigurovat ignorované výjimky</translation> + </message> + <message> + <location filename="../Debugger/DebugUI.py" line="499"/> <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="510"/> + <location filename="../Debugger/DebugUI.py" line="512"/> <source>Shift+F11</source> <comment>Debug|Toggle Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="525"/> + <location filename="../Debugger/DebugUI.py" line="527"/> <source>Shift+F12</source> <comment>Debug|Edit Breakpoint</comment> <translation></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1014"/> + <location filename="../Debugger/DebugUI.py" line="1016"/> <source><p>The program has terminated with an exit status of {0}.</p></source> <translation><p>Program byl ukončen s exit statusem {0}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1019"/> + <location filename="../Debugger/DebugUI.py" line="1021"/> <source><p><b>{0}</b> has terminated with an exit status of {1}.</p></source> <translation><p><b>{0}</b> byl ukončen s exit statusem {1}.</p></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1084"/> + <location filename="../Debugger/DebugUI.py" line="1086"/> <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="1143"/> + <location filename="../Debugger/DebugUI.py" line="1145"/> <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="1158"/> + <location filename="../Debugger/DebugUI.py" line="1160"/> <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="1268"/> + <location filename="../Debugger/DebugUI.py" line="1270"/> <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="1304"/> + <location filename="../Debugger/DebugUI.py" line="1306"/> <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="1334"/> + <location filename="../Debugger/DebugUI.py" line="1336"/> <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="1338"/> + <location filename="../Debugger/DebugUI.py" line="1340"/> <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="1040"/> + <location filename="../Debugger/DebugUI.py" line="1042"/> <source>The program has terminated with an exit status of {0}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1044"/> + <location filename="../Debugger/DebugUI.py" line="1046"/> <source>"{0}" has terminated with an exit status of {1}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1035"/> + <location filename="../Debugger/DebugUI.py" line="1037"/> <source>Program terminated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1028"/> + <location filename="../Debugger/DebugUI.py" line="1030"/> <source>The program has terminated with an exit status of {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="1031"/> + <location filename="../Debugger/DebugUI.py" line="1033"/> <source>"{0}" has terminated with an exit status of {1}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="298"/> + <location filename="../Debugger/DebugUI.py" line="300"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugUI.py" line="304"/> + <location filename="../Debugger/DebugUI.py" line="306"/> <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="320"/> + <location filename="../Debugger/DebugUI.py" line="322"/> <source><b>Stop</b><p>This stops the script running in the debugger backend.</p></source> <translation type="unfinished"></translation> </message> @@ -6023,52 +6028,52 @@ <context> <name>DebugViewer</name> <message> - <location filename="../Debugger/DebugViewer.py" line="172"/> + <location filename="../Debugger/DebugViewer.py" line="174"/> <source>Enter regular expression patterns separated by ';' to define variable filters. </source> <translation>Zadání vzorků regulárních výrazů oddělených ';' pro definování proměnných filtrů.</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="176"/> + <location filename="../Debugger/DebugViewer.py" line="178"/> <source>Enter regular expression patterns separated by ';' to define variable filters. All variables and class attributes matched by one of the expressions are not shown in the list above.</source> <translation>Zadání vzorků regulárních výrazů oddělených ';' pro definování proměnných filtrů. Proměnné a atributy tříd nalezené jedním z uvedených výrazů, nejsou zobrazovány v seznamu nahoře.</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="182"/> + <location filename="../Debugger/DebugViewer.py" line="184"/> <source>Set</source> <translation>Množina</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="157"/> + <location filename="../Debugger/DebugViewer.py" line="159"/> <source>Source</source> <translation>Zdroj</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="259"/> - <source>Threads:</source> - <translation>Thready:</translation> - </message> - <message> <location filename="../Debugger/DebugViewer.py" line="261"/> + <source>Threads:</source> + <translation>Thready:</translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="263"/> <source>ID</source> <translation></translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="261"/> + <location filename="../Debugger/DebugViewer.py" line="263"/> <source>Name</source> <translation>Jméno</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="261"/> + <location filename="../Debugger/DebugViewer.py" line="263"/> <source>State</source> <translation>Stav</translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="517"/> - <source>waiting at breakpoint</source> - <translation>čekající na breakpoint</translation> - </message> - <message> <location filename="../Debugger/DebugViewer.py" line="519"/> + <source>waiting at breakpoint</source> + <translation>čekající na breakpoint</translation> + </message> + <message> + <location filename="../Debugger/DebugViewer.py" line="521"/> <source>running</source> <translation>běžící</translation> </message> @@ -6351,17 +6356,17 @@ <translation>Automatické ukládání změn ve skriptech</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="249"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="251"/> <source>Add allowed host</source> <translation>Přidat povoleného hosta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="271"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="273"/> <source>Enter the IP address of an allowed host</source> <translation>Zadání IP adresy povoleného hosta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="282"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="284"/> <source>Edit allowed host</source> <translation>Editovat povolené hosty</translation> </message> @@ -6436,7 +6441,7 @@ <translation>Vždy zastavit na výjimkách</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="282"/> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="284"/> <source><p>The entered address <b>{0}</b> is not a valid IP v4 or IP v6 address. Aborting...</p></source> <translation><p>Zadaná adresa <b>{0}</b> není validní IP v4 nebo IP v6. Zrušeno...</p></translation> </message> @@ -6459,37 +6464,37 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="369"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="371"/> <source>Start Debugger</source> <translation>Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="369"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="371"/> <source><p>The debugger backend could not be started.</p></source> <translation></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="810"/> - <source>Parent Process</source> - <translation>Rodičovský proces</translation> - </message> - <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="811"/> - <source>Child process</source> - <translation>Dětský proces</translation> - </message> - <message> <location filename="../Debugger/DebuggerInterfacePython.py" line="812"/> + <source>Parent Process</source> + <translation>Rodičovský proces</translation> + </message> + <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="813"/> + <source>Child process</source> + <translation>Dětský proces</translation> + </message> + <message> + <location filename="../Debugger/DebuggerInterfacePython.py" line="814"/> <source>Client forking</source> <translation>Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="812"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="814"/> <source>Select the fork branch to follow.</source> <translation>Pokračovat ve fork větvi.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="160"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="162"/> <source><p>No Python2 interpreter configured.</p></source> <translation><p>Python2 interpreter není nakonfigurován.</p></translation> </message> @@ -6497,50 +6502,55 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="363"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="368"/> <source>Start Debugger</source> <translation>Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="363"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="368"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="804"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="809"/> <source>Parent Process</source> <translation>Rodičovský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="805"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="810"/> <source>Child process</source> <translation>Dětský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="806"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Client forking</source> <translation>Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="806"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Select the fork branch to follow.</source> <translation>Pokračovat ve fork větvi.</translation> </message> + <message> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="159"/> + <source><p>No Python3 interpreter configured.</p></source> + <translation type="unfinished"><p>Python2 interpreter není nakonfigurován.</p> {3 ?}</translation> + </message> </context> <context> <name>DebuggerInterfaceRuby</name> <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="339"/> + <location filename="../Debugger/DebuggerInterfaceRuby.py" line="341"/> <source>Start Debugger</source> <translation>Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="339"/> + <location filename="../Debugger/DebuggerInterfaceRuby.py" line="341"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfaceRuby.py" line="150"/> + <location filename="../Debugger/DebuggerInterfaceRuby.py" line="152"/> <source><p>No Ruby interpreter configured.</p></source> <translation type="unfinished"></translation> </message> @@ -6733,17 +6743,17 @@ <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="119"/> <source>Select interpreter for Debug Client</source> <translation>Výběr interpretru pro Debug klienta</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="133"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="135"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="134"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/> <source>Select Debug Client</source> <translation>Výběr Debug klienta</translation> </message> @@ -6771,7 +6781,7 @@ <translation type="obsolete">Zadání cesty na Python3 interpret, který bude použit debug klientem.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="60"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="50"/> <source>Press to select the Python3 interpreter via a file selection dialog</source> <translation>Stisknout pro výběr Python3 interpretru přes dialog výběru souborů</translation> </message> @@ -6781,107 +6791,107 @@ <translation type="obsolete">...</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="70"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="60"/> <source>Debug Client Type</source> <translation>Typ Debug klienta</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="71"/> + <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> + <translation>Zadání cesty ke klinetu debugeru. Ponechte prázdné chcete-li použít výchozí hodnotu.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="81"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation>Zadání cesty ke klinetu debugeru. Ponechte prázdné chcete-li použít výchozí hodnotu.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="91"/> <source>Press to select the Debug Client via a file selection dialog</source> <translation>Stisknout pro výběr klienta debugeru přes dialog výběru souborů</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="90"/> + <source>Select the standard debug client</source> + <translation>Výběr standardního debug klienta</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="93"/> + <source>Standard</source> + <translation>Standard</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="100"/> - <source>Select the standard debug client</source> - <translation>Výběr standardního debug klienta</translation> + <source>Select the custom selected debug client</source> + <translation>Zapnout vybraného obvyklého debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="103"/> - <source>Standard</source> - <translation>Standard</translation> + <source>Custom</source> + <translation>Obvyklý</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="110"/> - <source>Select the custom selected debug client</source> - <translation>Zapnout vybraného obvyklého debug klienta</translation> + <source>Select the multi threaded debug client</source> + <translation>Výběr multi threadového debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="113"/> - <source>Custom</source> - <translation>Obvyklý</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> - <source>Select the multi threaded debug client</source> - <translation>Výběr multi threadového debug klienta</translation> + <source>Multi Threaded</source> + <translation>Multi Threadový</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> - <source>Multi Threaded</source> - <translation>Multi Threadový</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> <source>Source association</source> <translation>Asociace zdroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="139"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="129"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Zadejte extenze (oddělené mezerou) pro asociaci s Python3 debugerem. Pozor! Musí být jiné, než ty pro Python2. </translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="148"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Přesměrování stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="155"/> + <source>Select to not set the debug client encoding</source> + <translation>Nenastavovat kódování debug klienta</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="158"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="165"/> - <source>Select to not set the debug client encoding</source> - <translation>Nenastavovat kódování debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="168"/> <source>Don't set the encoding of the debug client</source> <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="97"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="94"/> <source>Select Python interpreter for Debug Client</source> <translation>Výběr interpretru pro Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="112"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="109"/> <source>Select Debug Client</source> <translation>Výběr Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="112"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="109"/> <source>Python Files (*.py *.py3)</source> <translation>Python soubory (*.py *.py3)</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="43"/> <source>Select, whether a special Python interpreter should be used</source> - <translation>Vyberte, jestli má být použit speciální Python interpret</translation> + <translation type="obsolete">Vyberte, jestli má být použit speciální Python interpret</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="46"/> <source>Custom Python Interpreter</source> - <translation>Běžný Python interpret</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="155"/> + <translation type="obsolete">Běžný Python interpret</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="145"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric5 IDE</source> <translation>Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="53"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="43"/> <source>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</source> <translation type="unfinished"></translation> </message> @@ -6974,12 +6984,12 @@ <translation>Nenastavovat kódování debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="92"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="94"/> <source>Select Python interpreter for Debug Client</source> <translation>Výběr interpretru pro Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="107"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> <source>Select Debug Client</source> <translation>Výběr Debug klienta</translation> </message> @@ -7004,7 +7014,7 @@ <translation>Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="107"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.py" line="109"/> <source>Python Files (*.py *.py2)</source> <translation type="unfinished">Python soubory (*.py *.py3) {2)?}</translation> </message> @@ -7047,7 +7057,7 @@ <translation>Přesměrování stdin/stdout/stderr</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerRubyPage.py" line="64"/> <source>Select Ruby interpreter for Debug Client</source> <translation>Výběr Ruby interpretru pro Debug klienta</translation> </message> @@ -7133,47 +7143,47 @@ <translation></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="220"/> + <location filename="../UI/DiffDialog.py" line="222"/> <source>Compare</source> <translation>Porovnat</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> - <source>Press to perform the comparison of the two files</source> - <translation>Stisknout pro provedení porovnání dvou souborů</translation> - </message> - <message> <location filename="../UI/DiffDialog.py" line="224"/> - <source>Save</source> - <translation>Uložit</translation> + <source>Press to perform the comparison of the two files</source> + <translation>Stisknout pro provedení porovnání dvou souborů</translation> </message> <message> <location filename="../UI/DiffDialog.py" line="226"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="228"/> <source>Save the output to a patch file</source> <translation>Uložit výstup do path souboru</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="328"/> + <location filename="../UI/DiffDialog.py" line="330"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="292"/> + <location filename="../UI/DiffDialog.py" line="294"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="369"/> + <location filename="../UI/DiffDialog.py" line="371"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="473"/> + <location filename="../UI/DiffDialog.py" line="475"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="493"/> + <location filename="../UI/DiffDialog.py" line="495"/> <source>Select file to compare</source> <translation>Výběr souboru pro porovnání</translation> </message> @@ -7183,17 +7193,17 @@ <translation type="obsolete"><p>Patch soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="328"/> + <location filename="../UI/DiffDialog.py" line="330"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="369"/> + <location filename="../UI/DiffDialog.py" line="371"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="309"/> + <location filename="../UI/DiffDialog.py" line="311"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -7201,25 +7211,25 @@ <context> <name>DirectorySyncHandler</name> <message> - <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="72"/> + <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="74"/> <source>Error creating the shared directory. {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="97"/> + <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="99"/> <source>Cannot read remote file. {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="132"/> + <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="134"/> <source>Cannot write remote file. {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="217"/> + <location filename="../Helpviewer/Sync/DirectorySyncHandler.py" line="219"/> <source>Synchronization finished</source> <translation type="unfinished"></translation> </message> @@ -7227,197 +7237,192 @@ <context> <name>DocStyleChecker</name> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="125"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="195"/> <source>module is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="127"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="197"/> <source>public function/method is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="130"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="200"/> <source>private function/method may be missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="133"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="203"/> <source>public class is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="135"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="205"/> <source>private class may be missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="137"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="207"/> <source>docstring not surrounded by """</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="139"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="209"/> <source>docstring containing \ not surrounded by r"""</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="142"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="212"/> <source>docstring containing unicode character not surrounded by u"""</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="145"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="215"/> <source>one-liner docstring on multiple lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="147"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="217"/> <source>docstring has wrong indentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="190"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="260"/> <source>docstring summary does not end with a period</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="153"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="223"/> <source>docstring summary is not in imperative mood (Does instead of Do)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="157"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="227"/> <source>docstring summary looks like a function's/method's signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="160"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="230"/> <source>docstring does not mention the return value type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="163"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="233"/> <source>function/method docstring is separated by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="166"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="236"/> <source>class docstring is not preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="169"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="239"/> <source>class docstring is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="222"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="292"/> <source>docstring summary is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="175"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="245"/> <source>last paragraph of docstring is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="179"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="249"/> <source>private function/method is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="182"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="252"/> <source>private class is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="184"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="254"/> <source>leading quotes of docstring not on separate line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="187"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="257"/> <source>trailing quotes of docstring not on separate line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="192"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="262"/> <source>docstring does not contain a @return line but function/method returns something</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="196"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="266"/> <source>docstring contains a @return line but function/method doesn't return anything</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="200"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="270"/> <source>docstring does not contain enough @param/@keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="203"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="273"/> <source>docstring contains too many @param/@keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="206"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="276"/> <source>keyword only arguments must be documented with @keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="209"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="279"/> <source>order of @param/@keyparam lines does not match the function/method signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="212"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="282"/> <source>class docstring is preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="214"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="284"/> <source>class docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="216"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="286"/> <source>function/method docstring is preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="219"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="289"/> <source>function/method docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="225"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="295"/> <source>last paragraph of docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="228"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="298"/> <source>docstring does not contain a @exception line but function/method raises an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="232"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="302"/> <source>docstring contains a @exception line but function/method doesn't raise an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="438"/> - <source>no message for this code defined</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="237"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="307"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="149"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="219"/> <source>docstring does not contain a summary</source> <translation type="unfinished"></translation> </message> @@ -7651,37 +7656,37 @@ <translation type="obsolete"><p>Chystáte se stáhnout soubor <b>{0}</b>.</p><p>Co chcete udělat?</p></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="224"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="230"/> <source>Download canceled: {0}</source> <translation type="unfinished">Download zrušen: {0}</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="214"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="220"/> <source>Save File</source> <translation type="unfinished">Uložit soubor</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="244"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="250"/> <source>Download directory ({0}) couldn't be created.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="422"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="428"/> <source>Error opening save file: {0}</source> <translation type="unfinished">Chyba při otvírání uloženého souboru: {0}</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="435"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="441"/> <source>Error saving: {0}</source> <translation type="unfinished">Chyba při ukládání: {0}</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="447"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="453"/> <source>Network Error: {0}</source> <translation type="unfinished">Chyba sítě: {0}</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="561"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="567"/> <source>?</source> <translation type="unfinished">?</translation> </message> @@ -7691,12 +7696,12 @@ <translation type="obsolete">{0} staženo</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="577"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="583"/> <source>{0} of {1} - Stopped</source> <translation type="unfinished">{0} z {1} - zastaveno</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="201"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="207"/> <source>VirusTotal scan scheduled: {0}</source> <translation type="unfinished"></translation> </message> @@ -7706,13 +7711,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="560"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="566"/> <source>{0} of {1} ({2}/sec) {3}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadItem.py" line="569"/> + <location filename="../Helpviewer/Download/DownloadItem.py" line="575"/> <source>{0} downloaded SHA1: {1} MD5: {2}</source> @@ -7722,7 +7727,7 @@ <context> <name>DownloadManager</name> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="393"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="395"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> @@ -7737,7 +7742,7 @@ <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/Download/DownloadManager.py" line="382"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="384"/> <source>%n Download(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -7746,7 +7751,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/Download/DownloadManager.py" line="149"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="151"/> <source>There are %n downloads in progress. Do you want to quit anyway?</source> <translation type="unfinished"> @@ -7761,47 +7766,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="84"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="86"/> <source>Retry</source> <translation type="unfinished">Vrátit</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="89"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="91"/> <source>Open</source> <translation type="unfinished">Otevřít</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="93"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="95"/> <source>Cancel</source> <translation type="unfinished">Zrušit</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="97"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="99"/> <source>Open Containing Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="101"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="103"/> <source>Go to Download Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="104"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="106"/> <source>Copy Download Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="108"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="110"/> <source>Select All</source> <translation type="unfinished">Vybrat vše</translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadManager.py" line="115"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="117"/> <source>Remove From List</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/Download/DownloadManager.py" line="390"/> + <location filename="../Helpviewer/Download/DownloadManager.py" line="392"/> <source>Downloading %n file(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -7813,7 +7818,7 @@ <context> <name>DownloadUtilities</name> <message numerus="yes"> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="29"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="31"/> <source>%n seconds remaining</source> <translation type="unfinished"> <numerusform></numerusform> @@ -7822,27 +7827,27 @@ </translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="46"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="48"/> <source>Bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="49"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="51"/> <source>KiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="52"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="54"/> <source>MiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="55"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="57"/> <source>GiB</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Helpviewer/Download/DownloadUtilities.py" line="23"/> + <location filename="../Helpviewer/Download/DownloadUtilities.py" line="25"/> <source>%n:{0:02} minutes remaining</source> <translation type="unfinished"> <numerusform></numerusform> @@ -7854,47 +7859,47 @@ <context> <name>E5ErrorMessage</name> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="98"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="100"/> <source>Debug Message:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="101"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="103"/> <source>Warning:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="104"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="106"/> <source>Critical:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="107"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="109"/> <source>Fatal Error:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="135"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="137"/> <source>Warning</source> <translation type="unfinished">Varování</translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="138"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="140"/> <source>Critical</source> <translation type="unfinished">Kritický</translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="141"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="143"/> <source>Fatal Error</source> <translation type="unfinished">Závažná chyba</translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="132"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="134"/> <source>Debug Message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessage.py" line="172"/> + <location filename="../E5Gui/E5ErrorMessage.py" line="174"/> <source>No message handler installed.</source> <translation type="unfinished"></translation> </message> @@ -7902,7 +7907,7 @@ <context> <name>E5ErrorMessageFilterDialog</name> <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="50"/> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="52"/> <source>Error Messages Filter</source> <translation type="unfinished"></translation> </message> @@ -7942,7 +7947,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="50"/> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.py" line="52"/> <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> @@ -7950,7 +7955,7 @@ <context> <name>E5GraphicsView</name> <message> - <location filename="../E5Graphics/E5GraphicsView.py" line="54"/> + <location filename="../E5Graphics/E5GraphicsView.py" line="56"/> <source><b>Graphics View</b> <p>This graphics view is used to show a diagram. There are various actions available to manipulate the @@ -7985,7 +7990,7 @@ <translation type="obsolete">Diagram: {0}, Strana {1}</translation> </message> <message> - <location filename="../E5Graphics/E5GraphicsView.py" line="369"/> + <location filename="../E5Graphics/E5GraphicsView.py" line="371"/> <source>{0}, Page {1}</source> <translation type="unfinished"></translation> </message> @@ -7993,12 +7998,12 @@ <context> <name>E5MainWindow</name> <message> - <location filename="../E5Gui/E5MainWindow.py" line="54"/> + <location filename="../E5Gui/E5MainWindow.py" line="56"/> <source>Loading Style Sheet</source> <translation type="unfinished">Načtení kaskádového stylu</translation> </message> <message> - <location filename="../E5Gui/E5MainWindow.py" line="54"/> + <location filename="../E5Gui/E5MainWindow.py" line="56"/> <source><p>The Qt Style Sheet file <b>{0}</b> could not be read.<br>Reason: {1}</p></source> <translation type="unfinished"><p>Soubor Qt Style Sheet <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> @@ -8006,27 +8011,27 @@ <context> <name>E5MessageBoxWizard</name> <message> - <location filename="../Plugins/PluginWizardE5MessageBox.py" line="75"/> + <location filename="../Plugins/PluginWizardE5MessageBox.py" line="77"/> <source>E5MessageBox Wizard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginWizardE5MessageBox.py" line="71"/> + <location filename="../Plugins/PluginWizardE5MessageBox.py" line="73"/> <source>&E5MessageBox Wizard...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginWizardE5MessageBox.py" line="76"/> + <location filename="../Plugins/PluginWizardE5MessageBox.py" line="78"/> <source><b>E5MessageBox Wizard</b><p>This wizard opens a dialog for entering all the parameters needed to create an E5MessageBox. The generated code is inserted at the current cursor position.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginWizardE5MessageBox.py" line="122"/> + <location filename="../Plugins/PluginWizardE5MessageBox.py" line="124"/> <source>No current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/PluginWizardE5MessageBox.py" line="122"/> + <location filename="../Plugins/PluginWizardE5MessageBox.py" line="124"/> <source>Please open or create a file first.</source> <translation type="unfinished"></translation> </message> @@ -8209,92 +8214,92 @@ <translation type="unfinished">Standardní tlačítka</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="36"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="38"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="37"/> - <source>Apply</source> - <translation type="unfinished">Použít</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="38"/> - <source>Cancel</source> - <translation type="unfinished">Zrušit</translation> - </message> - <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="39"/> - <source>Close</source> - <translation type="unfinished">Zavřít</translation> + <source>Apply</source> + <translation type="unfinished">Použít</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="40"/> - <source>Discard</source> - <translation type="unfinished">Zahodit</translation> + <source>Cancel</source> + <translation type="unfinished">Zrušit</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="41"/> - <source>Help</source> - <translation type="unfinished"></translation> + <source>Close</source> + <translation type="unfinished">Zavřít</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="42"/> - <source>Ignore</source> - <translation type="unfinished">Ignorovat</translation> + <source>Discard</source> + <translation type="unfinished">Zahodit</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="43"/> - <source>No</source> - <translation type="unfinished">Ne</translation> + <source>Help</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="44"/> - <source>No to all</source> - <translation type="unfinished">Ne pro všechno</translation> + <source>Ignore</source> + <translation type="unfinished">Ignorovat</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="45"/> - <source>Ok</source> - <translation type="unfinished">Ok</translation> + <source>No</source> + <translation type="unfinished">Ne</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="46"/> - <source>Open</source> - <translation type="unfinished">Otevřít</translation> + <source>No to all</source> + <translation type="unfinished">Ne pro všechno</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="47"/> - <source>Reset</source> - <translation type="unfinished"></translation> + <source>Ok</source> + <translation type="unfinished">Ok</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="48"/> - <source>Restore defaults</source> - <translation type="unfinished">Obnovit defaulty</translation> + <source>Open</source> + <translation type="unfinished">Otevřít</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="49"/> - <source>Retry</source> - <translation type="unfinished">Vrátit</translation> + <source>Reset</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="50"/> - <source>Save</source> - <translation type="unfinished">Uložit</translation> + <source>Restore defaults</source> + <translation type="unfinished">Obnovit defaulty</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="51"/> - <source>Save all</source> - <translation type="unfinished">Uložit vše</translation> + <source>Retry</source> + <translation type="unfinished">Vrátit</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="52"/> - <source>Yes</source> - <translation type="unfinished">Ano</translation> + <source>Save</source> + <translation type="unfinished">Uložit</translation> </message> <message> <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="53"/> + <source>Save all</source> + <translation type="unfinished">Uložit vše</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="54"/> + <source>Yes</source> + <translation type="unfinished">Ano</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="55"/> <source>Yes to all</source> <translation type="unfinished">Ano pro všechno</translation> </message> @@ -8364,12 +8369,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="35"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="37"/> <source>No button</source> <translation type="unfinished">Žádné tlačítko</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="100"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="102"/> <source>Test</source> <translation type="unfinished"></translation> </message> @@ -8455,12 +8460,12 @@ <translation>Hlavičky response</translation> </message> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="86"/> + <location filename="../E5Network/E5NetworkMonitor.py" line="88"/> <source>Name</source> <translation>Jméno</translation> </message> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="86"/> + <location filename="../E5Network/E5NetworkMonitor.py" line="88"/> <source>Value</source> <translation>Hodnota</translation> </message> @@ -8468,17 +8473,17 @@ <context> <name>E5NetworkProxyFactory</name> <message> - <location filename="../E5Network/E5NetworkProxyFactory.py" line="138"/> + <location filename="../E5Network/E5NetworkProxyFactory.py" line="140"/> <source>Proxy Configuration Error</source> <translation>Chyba proxy konfigurace</translation> </message> <message> - <location filename="../E5Network/E5NetworkProxyFactory.py" line="51"/> + <location filename="../E5Network/E5NetworkProxyFactory.py" line="53"/> <source><b>Connect to proxy '{0}' using:</b></source> <translation type="unfinished"><b>Připojit k proxy '{0}' za použití:</b></translation> </message> <message> - <location filename="../E5Network/E5NetworkProxyFactory.py" line="138"/> + <location filename="../E5Network/E5NetworkProxyFactory.py" line="140"/> <source>Proxy usage was activated but no proxy host for protocol '{0}' configured.</source> <translation type="unfinished"></translation> </message> @@ -8486,42 +8491,42 @@ <context> <name>E5RequestModel</name> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="220"/> + <location filename="../E5Network/E5NetworkMonitor.py" line="222"/> <source>Method</source> <translation>Metoda</translation> </message> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="221"/> - <source>Address</source> - <translation>Adresa</translation> - </message> - <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="222"/> - <source>Response</source> - <translation>Odpověď</translation> - </message> - <message> <location filename="../E5Network/E5NetworkMonitor.py" line="223"/> - <source>Length</source> - <translation>Délka</translation> + <source>Address</source> + <translation>Adresa</translation> </message> <message> <location filename="../E5Network/E5NetworkMonitor.py" line="224"/> - <source>Content Type</source> - <translation>Typ obsahu</translation> + <source>Response</source> + <translation>Odpověď</translation> </message> <message> <location filename="../E5Network/E5NetworkMonitor.py" line="225"/> + <source>Length</source> + <translation>Délka</translation> + </message> + <message> + <location filename="../E5Network/E5NetworkMonitor.py" line="226"/> + <source>Content Type</source> + <translation>Typ obsahu</translation> + </message> + <message> + <location filename="../E5Network/E5NetworkMonitor.py" line="227"/> <source>Info</source> <translation>Info</translation> </message> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="300"/> + <location filename="../E5Network/E5NetworkMonitor.py" line="302"/> <source>Redirect: {0}</source> <translation>Přesměrování: {0}</translation> </message> <message> - <location filename="../E5Network/E5NetworkMonitor.py" line="333"/> + <location filename="../E5Network/E5NetworkMonitor.py" line="335"/> <source>Unknown</source> <translation>Neznámý</translation> </message> @@ -8529,7 +8534,7 @@ <context> <name>E5SideBar</name> <message> - <location filename="../E5Gui/E5SideBar.py" line="56"/> + <location filename="../E5Gui/E5SideBar.py" line="58"/> <source>Deselect to activate automatic collapsing</source> <translation>Zrušit aktivaci automatického zmizení</translation> </message> @@ -8617,72 +8622,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="308"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="310"/> <source>(Unknown)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="310"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="312"/> <source>(Unknown common name)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="151"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="153"/> <source>Delete Server Certificate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="151"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="153"/> <source><p>Shall the server certificate really be deleted?</p><p>{0}</p><p>If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="497"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="499"/> <source>Import Certificate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="409"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="411"/> <source><p>The certificate <b>{0}</b> already exists. Skipping.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="360"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="362"/> <source>Delete CA Certificate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="360"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="362"/> <source><p>Shall the CA certificate really be deleted?</p><p>{0}</p><p>If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="507"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="509"/> <source>Export Certificate</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="448"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="450"/> <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="464"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="466"/> <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="../E5Network/E5SslCertificatesDialog.py" line="475"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="477"/> <source><p>The certificate could not be written to file <b>{0}</b></p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="497"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="499"/> <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesDialog.py" line="507"/> + <location filename="../E5Network/E5SslCertificatesDialog.py" line="509"/> <source><p>The certificate could not be read from file <b>{0}</b></p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -8778,7 +8783,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslCertificatesInfoWidget.py" line="168"/> + <location filename="../E5Network/E5SslCertificatesInfoWidget.py" line="174"/> <source><not part of the certificate></source> <translation type="unfinished"></translation> </message> @@ -8786,42 +8791,42 @@ <context> <name>E5SslErrorHandler</name> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="131"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="133"/> <source>SSL Errors</source> <translation type="unfinished">SSL chyby</translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="131"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="133"/> <source><p>SSL Errors for <br /><b>{0}</b><ul><li>{1}</li></ul></p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"><p>SSL chyby pro <br /><b>{0}</b><ul><li>{1}</li></ul></p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="146"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="148"/> <source>Certificates</source> <translation type="unfinished">Certifikáty</translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="146"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="148"/> <source><p>Certificates:<br/>{0}<br/>Do you want to accept all these certificates?</p></source> <translation type="unfinished"><p>Certifikáty:<br/>{0}<br/>Chcete akceptovat všechny certifikáty?</p></translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="206"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="208"/> <source>Name: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="210"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="212"/> <source><br/>Organization: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="214"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="216"/> <source><br/>Issuer: {0}</source> <translation type="unfinished"><br/>Vydatavel: {0}</translation> </message> <message> - <location filename="../E5Network/E5SslErrorHandler.py" line="218"/> + <location filename="../E5Network/E5SslErrorHandler.py" line="220"/> <source><br/>Not valid before: {0}<br/>Valid Until: {1}</source> <translation type="unfinished"><br/>Neplatný před: {0}<br/>Platný do: {1}</translation> </message> @@ -8829,61 +8834,61 @@ <context> <name>E5SslInfoWidget</name> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="55"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="57"/> <source>Identity</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="65"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="67"/> <source>Warning: this site is NOT carrying a certificate.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="79"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="81"/> <source>The certificate for this site is valid and has been verified by: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="95"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="97"/> <source>Certificate Information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="110"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="112"/> <source>Encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="121"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="123"/> <source>Your connection to "{0}" is NOT encrypted. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="130"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="132"/> <source>Your connection to "{0}" is encrypted.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="149"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="151"/> <source>unknown</source> <translation type="unfinished">neznámý</translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="156"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="158"/> <source>It uses protocol: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="163"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="165"/> <source>It is encrypted using {0} at {1} bits, with {2} for message authentication and {3} as key exchange mechanism. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../E5Network/E5SslInfoWidget.py" line="86"/> + <location filename="../E5Network/E5SslInfoWidget.py" line="88"/> <source>The certificate for this site is NOT valid.</source> <translation type="unfinished"></translation> </message> @@ -8981,42 +8986,42 @@ <translation>Stisknout pro posun vybrané akce dolů.</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="82"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="84"/> <source>--Separator--</source> <translation>--Oddělovač--</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="143"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="145"/> <source>New Toolbar</source> <translation>Nová lišta nástrojů</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="135"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="137"/> <source>Toolbar Name:</source> <translation>Jméno nástrojové lišty:</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="204"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="206"/> <source>A toolbar with the name <b>{0}</b> already exists.</source> <translation>Nástrojová lišta jména <b>{0}</b> již existuje.</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="168"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="170"/> <source>Remove Toolbar</source> <translation>Odebrat nástrojovou lištu</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="168"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="170"/> <source>Should the toolbar <b>{0}</b> really be removed?</source> <translation>Má se nástrojová lišta <b>{0}</b> opravdu odebrat?</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="204"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="206"/> <source>Rename Toolbar</source> <translation>Přejmenovat lištu</translation> </message> <message> - <location filename="../E5Gui/E5ToolBarDialog.py" line="193"/> + <location filename="../E5Gui/E5ToolBarDialog.py" line="195"/> <source>New Toolbar Name:</source> <translation>Nové jméno nástrojové lišty:</translation> </message> @@ -9122,12 +9127,12 @@ <translation>Ignorovat počet:</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="92"/> + <location filename="../Debugger/EditBreakpointDialog.py" line="94"/> <source>Add Breakpoint</source> <translation>Přidat breakpoint</translation> </message> <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="127"/> + <location filename="../Debugger/EditBreakpointDialog.py" line="129"/> <source>Select filename of the breakpoint</source> <translation>Zadání jména souboru, ve kterém breakpoint bude</translation> </message> @@ -9208,102 +9213,102 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="2830"/> + <location filename="../QScintilla/Editor.py" line="2839"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="632"/> + <location filename="../QScintilla/Editor.py" line="641"/> <source>Undo</source> <translation>Vrátit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="635"/> + <location filename="../QScintilla/Editor.py" line="644"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="638"/> + <location filename="../QScintilla/Editor.py" line="647"/> <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="642"/> + <location filename="../QScintilla/Editor.py" line="651"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="645"/> + <location filename="../QScintilla/Editor.py" line="654"/> <source>Copy</source> <translation>Kopírovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="648"/> + <location filename="../QScintilla/Editor.py" line="657"/> <source>Paste</source> <translation>Vložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="653"/> - <source>Indent</source> - <translation>Odsadit</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="656"/> - <source>Unindent</source> - <translation>Zrušit odsazení</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="659"/> - <source>Comment</source> - <translation>Vytvořit komentář</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="662"/> - <source>Uncomment</source> - <translation>Zrušit komentář</translation> + <source>Indent</source> + <translation>Odsadit</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="665"/> - <source>Stream Comment</source> - <translation>Proudový komentář</translation> + <source>Unindent</source> + <translation>Zrušit odsazení</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="668"/> - <source>Box Comment</source> - <translation>Obdélníkový komentář</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="672"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> + <source>Comment</source> + <translation>Vytvořit komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="671"/> + <source>Uncomment</source> + <translation>Zrušit komentář</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="674"/> + <source>Stream Comment</source> + <translation>Proudový komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="677"/> + <source>Box Comment</source> + <translation>Obdélníkový komentář</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="681"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="683"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="675"/> + <location filename="../QScintilla/Editor.py" line="684"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="689"/> + <location filename="../QScintilla/Editor.py" line="698"/> <source>Shorten empty lines</source> <translation>Zkrátit prázdné řádky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="696"/> + <location filename="../QScintilla/Editor.py" line="705"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="701"/> + <location filename="../QScintilla/Editor.py" line="710"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="712"/> + <location filename="../QScintilla/Editor.py" line="721"/> <source>Autocompletion enabled</source> <translation>Zapnout autodoplňování</translation> </message> @@ -9318,372 +9323,372 @@ <translation type="obsolete">Nový pohled (s novým rozdělením)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="740"/> + <location filename="../QScintilla/Editor.py" line="749"/> <source>Close</source> <translation>Zavřít</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="746"/> + <location filename="../QScintilla/Editor.py" line="755"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="749"/> + <location filename="../QScintilla/Editor.py" line="758"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="762"/> + <location filename="../QScintilla/Editor.py" line="771"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="783"/> - <source>Autocomplete</source> - <translation>Autodoplňování</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="788"/> - <source>from Document</source> - <translation>z dokumentu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="790"/> - <source>from APIs</source> - <translation>z API</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="792"/> + <source>Autocomplete</source> + <translation>Autodoplňování</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="797"/> + <source>from Document</source> + <translation>z dokumentu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="799"/> + <source>from APIs</source> + <translation>z API</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="801"/> <source>from Document and APIs</source> <translation>z dokumentu a API</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="808"/> + <location filename="../QScintilla/Editor.py" line="817"/> <source>Check</source> <translation>Zkontrolovat</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="828"/> + <location filename="../QScintilla/Editor.py" line="837"/> <source>Show</source> <translation>Zobrazit</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="830"/> - <source>Code metrics...</source> - <translation>Metrika kódu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="831"/> - <source>Code coverage...</source> - <translation>Pokrytí kódu...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="833"/> - <source>Show code coverage annotations</source> - <translation>Zobrazit poznámky pokrytí kódu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="836"/> - <source>Hide code coverage annotations</source> - <translation>Skrýt poznámky pokrytí kódu</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="839"/> + <source>Code metrics...</source> + <translation>Metrika kódu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="840"/> + <source>Code coverage...</source> + <translation>Pokrytí kódu...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="842"/> + <source>Show code coverage annotations</source> + <translation>Zobrazit poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="845"/> + <source>Hide code coverage annotations</source> + <translation>Skrýt poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="848"/> <source>Profile data...</source> <translation>Profilovat data...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="852"/> + <location filename="../QScintilla/Editor.py" line="861"/> <source>Diagrams</source> <translation>Diagramy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="854"/> + <location filename="../QScintilla/Editor.py" line="863"/> <source>Class Diagram...</source> <translation>Diagram třídy...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="856"/> + <location filename="../QScintilla/Editor.py" line="865"/> <source>Package Diagram...</source> <translation>Diagram balíčku...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="858"/> + <location filename="../QScintilla/Editor.py" line="867"/> <source>Imports Diagram...</source> <translation>Diagram importů...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="860"/> + <location filename="../QScintilla/Editor.py" line="869"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="878"/> + <location filename="../QScintilla/Editor.py" line="887"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="881"/> + <location filename="../QScintilla/Editor.py" line="890"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1124"/> - <source>Toggle bookmark</source> - <translation>Přepnout záložku</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1126"/> - <source>Next bookmark</source> - <translation>Následující záložka</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1128"/> - <source>Previous bookmark</source> - <translation>Předchozí záložka</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1130"/> - <source>Clear all bookmarks</source> - <translation>Zrušit všechny záložky</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1133"/> - <source>Goto syntax error</source> - <translation>Jít na chybu syntaxe</translation> + <source>Toggle bookmark</source> + <translation>Přepnout záložku</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1135"/> - <source>Show syntax error message</source> - <translation>Zobrazit hlášení syntaktické chyby</translation> + <source>Next bookmark</source> + <translation>Následující záložka</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1137"/> + <source>Previous bookmark</source> + <translation>Předchozí záložka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1139"/> + <source>Clear all bookmarks</source> + <translation>Zrušit všechny záložky</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1142"/> + <source>Goto syntax error</source> + <translation>Jít na chybu syntaxe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1144"/> + <source>Show syntax error message</source> + <translation>Zobrazit hlášení syntaktické chyby</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1146"/> <source>Clear syntax error</source> <translation>Zrušit chybu syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1150"/> + <location filename="../QScintilla/Editor.py" line="1159"/> <source>Toggle breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1152"/> + <location filename="../QScintilla/Editor.py" line="1161"/> <source>Toggle temporary breakpoint</source> <translation>Přepnout dočasný breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1155"/> - <source>Edit breakpoint...</source> - <translation>Editovat breakpoint...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="4841"/> - <source>Enable breakpoint</source> - <translation>Aktivovat breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1160"/> - <source>Next breakpoint</source> - <translation>Následující breakpoint</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1162"/> - <source>Previous breakpoint</source> - <translation>Předchozí breakpoint</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1164"/> - <source>Clear all breakpoints</source> - <translation>Zrušit všechny breakpointy</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1167"/> - <source>Next uncovered line</source> - <translation>Následující odkrytá řádka</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1170"/> - <source>Previous uncovered line</source> - <translation>Předchozí odkrytá řádka</translation> + <source>Edit breakpoint...</source> + <translation>Editovat breakpoint...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="4851"/> + <source>Enable breakpoint</source> + <translation>Aktivovat breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1169"/> + <source>Next breakpoint</source> + <translation>Následující breakpoint</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1171"/> + <source>Previous breakpoint</source> + <translation>Předchozí breakpoint</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1173"/> + <source>Clear all breakpoints</source> + <translation>Zrušit všechny breakpointy</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1176"/> + <source>Next uncovered line</source> + <translation>Následující odkrytá řádka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1179"/> + <source>Previous uncovered line</source> + <translation>Předchozí odkrytá řádka</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1182"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1175"/> - <source>Previous task</source> - <translation>Předchozí úloha</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1184"/> + <source>Previous task</source> + <translation>Předchozí úloha</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1193"/> <source>LMB toggles bookmarks</source> <translation>LMB přepínač záložek</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1188"/> + <location filename="../QScintilla/Editor.py" line="1197"/> <source>LMB toggles breakpoints</source> <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1703"/> + <location filename="../QScintilla/Editor.py" line="1712"/> <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="1703"/> + <location filename="../QScintilla/Editor.py" line="1712"/> <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="2395"/> + <location filename="../QScintilla/Editor.py" line="2404"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2412"/> + <location filename="../QScintilla/Editor.py" line="2421"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2414"/> + <location filename="../QScintilla/Editor.py" line="2423"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2417"/> + <location filename="../QScintilla/Editor.py" line="2426"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3000"/> + <location filename="../QScintilla/Editor.py" line="3009"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2775"/> + <location filename="../QScintilla/Editor.py" line="2784"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4315"/> + <location filename="../QScintilla/Editor.py" line="4324"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4315"/> + <location filename="../QScintilla/Editor.py" line="4324"/> <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="4844"/> + <location filename="../QScintilla/Editor.py" line="4854"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5236"/> + <location filename="../QScintilla/Editor.py" line="5198"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5236"/> + <location filename="../QScintilla/Editor.py" line="5198"/> <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="5300"/> + <location filename="../QScintilla/Editor.py" line="5262"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5293"/> + <location filename="../QScintilla/Editor.py" line="5255"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5300"/> + <location filename="../QScintilla/Editor.py" line="5262"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5415"/> + <location filename="../QScintilla/Editor.py" line="5377"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5415"/> + <location filename="../QScintilla/Editor.py" line="5377"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5575"/> + <location filename="../QScintilla/Editor.py" line="5537"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5575"/> + <location filename="../QScintilla/Editor.py" line="5537"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5888"/> + <location filename="../QScintilla/Editor.py" line="5852"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5888"/> + <location filename="../QScintilla/Editor.py" line="5852"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5916"/> + <location filename="../QScintilla/Editor.py" line="5880"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5959"/> + <location filename="../QScintilla/Editor.py" line="5923"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5939"/> + <location filename="../QScintilla/Editor.py" line="5903"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5959"/> + <location filename="../QScintilla/Editor.py" line="5923"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5976"/> + <location filename="../QScintilla/Editor.py" line="5940"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5992"/> + <location filename="../QScintilla/Editor.py" line="5956"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6005"/> + <location filename="../QScintilla/Editor.py" line="5969"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6005"/> + <location filename="../QScintilla/Editor.py" line="5969"/> <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="6031"/> + <location filename="../QScintilla/Editor.py" line="5995"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6031"/> + <location filename="../QScintilla/Editor.py" line="5995"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> @@ -9693,227 +9698,227 @@ <translation type="obsolete"><br><b>Pozor:</b> Ztratíte všechny změny pokud jej znovu otevřete.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6163"/> + <location filename="../QScintilla/Editor.py" line="6129"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="6427"/> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6448"/> + <source>Resources</source> + <translation>Zdroje</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6450"/> + <source>Add file...</source> + <translation>Přidat soubor...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6452"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6454"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6457"/> + <source>Add localized resource...</source> + <translation>Přidat lokalizované resource...</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="6461"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6482"/> - <source>Resources</source> - <translation>Zdroje</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6484"/> - <source>Add file...</source> - <translation>Přidat soubor...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6486"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6488"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6491"/> - <source>Add localized resource...</source> - <translation>Přidat lokalizované resource...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6495"/> <source>Add resource frame</source> <translation>Přidat resource frame</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6514"/> + <location filename="../QScintilla/Editor.py" line="6480"/> <source>Add file resource</source> <translation>Přidat soubor resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6530"/> + <location filename="../QScintilla/Editor.py" line="6496"/> <source>Add file resources</source> <translation>Přidat soubory resource</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6558"/> + <location filename="../QScintilla/Editor.py" line="6524"/> <source>Add aliased file resource</source> <translation>Přidat zástupce souboru resource</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="6588"/> + <source>Package Diagram</source> + <translation>Diagram balíčku</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="6588"/> + <source>Include class attributes?</source> + <translation>Včetně atributů třídy?</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="6622"/> - <source>Package Diagram</source> - <translation>Diagram balíčku</translation> + <source>Application Diagram</source> + <translation>Diagram aplikace</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="6622"/> - <source>Include class attributes?</source> - <translation>Včetně atributů třídy?</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6656"/> - <source>Application Diagram</source> - <translation>Diagram aplikace</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="6656"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1001"/> + <location filename="../QScintilla/Editor.py" line="1010"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1233"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1224"/> + <location filename="../QScintilla/Editor.py" line="1233"/> <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="6642"/> + <location filename="../QScintilla/Editor.py" line="6608"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6642"/> + <location filename="../QScintilla/Editor.py" line="6608"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="785"/> + <location filename="../QScintilla/Editor.py" line="794"/> <source>dynamic</source> <translation>dynamický</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="795"/> + <location filename="../QScintilla/Editor.py" line="804"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="759"/> + <location filename="../QScintilla/Editor.py" line="768"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="374"/> + <location filename="../QScintilla/Editor.py" line="383"/> <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="705"/> + <location filename="../QScintilla/Editor.py" line="714"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="965"/> + <location filename="../QScintilla/Editor.py" line="974"/> <source>End-of-Line Type</source> <translation>Typ Konec-řádku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="969"/> + <location filename="../QScintilla/Editor.py" line="978"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="976"/> + <location filename="../QScintilla/Editor.py" line="985"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="983"/> + <location filename="../QScintilla/Editor.py" line="992"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="924"/> + <location filename="../QScintilla/Editor.py" line="933"/> <source>Encodings</source> <translation>Kódování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="904"/> + <location filename="../QScintilla/Editor.py" line="913"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1239"/> + <location filename="../QScintilla/Editor.py" line="1248"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1255"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1255"/> + <location filename="../QScintilla/Editor.py" line="1264"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6944"/> + <location filename="../QScintilla/Editor.py" line="6910"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="681"/> + <location filename="../QScintilla/Editor.py" line="690"/> <source>Check spelling of selection...</source> <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6947"/> + <location filename="../QScintilla/Editor.py" line="6913"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6949"/> + <location filename="../QScintilla/Editor.py" line="6915"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="685"/> + <location filename="../QScintilla/Editor.py" line="694"/> <source>Remove from dictionary</source> <translation>Odebrat ze slovníku</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="321"/> + <location filename="../QScintilla/Editor.py" line="330"/> <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="1216"/> + <location filename="../QScintilla/Editor.py" line="1225"/> <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="1235"/> + <location filename="../QScintilla/Editor.py" line="1244"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2775"/> + <location filename="../QScintilla/Editor.py" line="2784"/> <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="2830"/> + <location filename="../QScintilla/Editor.py" line="2839"/> <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="2933"/> + <location filename="../QScintilla/Editor.py" line="2942"/> <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> @@ -9923,12 +9928,12 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5930"/> + <location filename="../QScintilla/Editor.py" line="5894"/> <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="5939"/> + <location filename="../QScintilla/Editor.py" line="5903"/> <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> @@ -9938,47 +9943,47 @@ <translation type="obsolete"><p>Soubor s makrem <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5992"/> + <location filename="../QScintilla/Editor.py" line="5956"/> <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="6153"/> + <location filename="../QScintilla/Editor.py" line="6119"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6321"/> + <location filename="../QScintilla/Editor.py" line="6287"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6461"/> + <location filename="../QScintilla/Editor.py" line="6427"/> <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="6558"/> + <location filename="../QScintilla/Editor.py" line="6524"/> <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="1140"/> + <location filename="../QScintilla/Editor.py" line="1149"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1143"/> + <location filename="../QScintilla/Editor.py" line="1152"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1145"/> + <location filename="../QScintilla/Editor.py" line="1154"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1147"/> + <location filename="../QScintilla/Editor.py" line="1156"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> @@ -9993,112 +9998,112 @@ <translation type="obsolete">Varování py3flakes není dostupné.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3000"/> + <location filename="../QScintilla/Editor.py" line="3009"/> <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="5976"/> + <location filename="../QScintilla/Editor.py" line="5940"/> <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="5827"/> + <location filename="../QScintilla/Editor.py" line="5791"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5834"/> + <location filename="../QScintilla/Editor.py" line="5798"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6159"/> + <location filename="../QScintilla/Editor.py" line="6125"/> <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="4416"/> + <location filename="../QScintilla/Editor.py" line="4425"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4416"/> + <location filename="../QScintilla/Editor.py" line="4425"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4606"/> + <location filename="../QScintilla/Editor.py" line="4615"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4606"/> + <location filename="../QScintilla/Editor.py" line="4615"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="755"/> + <location filename="../QScintilla/Editor.py" line="764"/> <source>Open 'rejection' file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="864"/> + <location filename="../QScintilla/Editor.py" line="873"/> <source>Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1178"/> + <location filename="../QScintilla/Editor.py" line="1187"/> <source>Next change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1181"/> + <location filename="../QScintilla/Editor.py" line="1190"/> <source>Previous change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7360"/> + <location filename="../QScintilla/Editor.py" line="7327"/> <source>Sort Lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7360"/> + <location filename="../QScintilla/Editor.py" line="7327"/> <source>The selection contains illegal data for a numerical sort.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5763"/> + <location filename="../QScintilla/Editor.py" line="5727"/> <source>Warning</source> <translation type="unfinished">Varování</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5763"/> + <location filename="../QScintilla/Editor.py" line="5727"/> <source>No warning messages available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5824"/> + <location filename="../QScintilla/Editor.py" line="5788"/> <source>Style: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="732"/> + <location filename="../QScintilla/Editor.py" line="741"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="735"/> + <location filename="../QScintilla/Editor.py" line="744"/> <source>New Document View (with new split)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="818"/> + <location filename="../QScintilla/Editor.py" line="827"/> <source>Tools</source> <translation type="unfinished">Nástroje</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="946"/> + <location filename="../QScintilla/Editor.py" line="955"/> <source>Re-Open With Encoding</source> <translation type="unfinished"></translation> </message> @@ -10141,7 +10146,7 @@ <translation>Stiskněte pro výběr API souboru ze seznamu instalovaných API</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="195"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="197"/> <source>Add from installed APIs</source> <translation>Přidat z instalovaných API</translation> </message> @@ -10151,7 +10156,7 @@ <translation>Stiskněte pro kompilování vybrané API definici</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="247"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="249"/> <source>Compile APIs</source> <translation>Kompilovat API</translation> </message> @@ -10191,22 +10196,22 @@ <translation>Smazat</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="140"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> <source>Select API file</source> <translation>Výběr API souboru</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="140"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="142"/> <source>API File (*.api);;All Files (*)</source> <translation>API soubor (*.api);;Všechny soubory (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="184"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="186"/> <source>Select from the list of installed API files</source> <translation>Výběr ze seznamu instalovaných API souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="262"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="264"/> <source>Cancel compilation</source> <translation>Zrušit kompilaci</translation> </message> @@ -10221,17 +10226,17 @@ <translation>Stiskněte pro výběr API souboru ze seznamu API souborů instalovaných z pluginů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="214"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="216"/> <source>Add from Plugin APIs</source> <translation>Přidat z API pluginů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="214"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="216"/> <source>Select from the list of API files installed by plugins</source> <translation>Vybrat ze seznamu API souborů instalovaných pluginy</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="195"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="197"/> <source>There are no APIs installed yet. Selection is not available.</source> <translation type="unfinished"></translation> </message> @@ -10450,12 +10455,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="33"/> + <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="35"/> <source>Below Text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="36"/> + <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="38"/> <source>Above Text</source> <translation type="unfinished"></translation> </message> @@ -10651,27 +10656,27 @@ <translation>Vybrat dolní okraj v bodech (72 pt == 1")</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="43"/> + <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="45"/> <source>Courier</source> <translation></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="44"/> + <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="46"/> <source>Helvetica</source> <translation></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="45"/> - <source>Times</source> - <translation></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="47"/> + <source>Times</source> + <translation></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="49"/> <source>A4</source> <translation></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="48"/> + <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="50"/> <source>Letter</source> <translation></translation> </message> @@ -10916,22 +10921,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="248"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="250"/> <source>Add File Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="208"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="210"/> <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="217"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="219"/> <source>A File Filter must contain at least one wildcard pattern.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="248"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="250"/> <source>Enter the file filter entry:</source> <translation type="unfinished"></translation> </message> @@ -11197,7 +11202,7 @@ <translation>Výběr alternativního lexeru pro spojení</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="140"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="142"/> <source>Alternative</source> <translation>Alternativa</translation> </message> @@ -11230,7 +11235,7 @@ <translation>Výběr výplně konce řádku.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="331"/> <source>Fill to end of line</source> <translation>Vyplnit do konce řádku</translation> </message> @@ -11275,7 +11280,7 @@ <translation>Vybrat font.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="57"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="59"/> <source>Font</source> <translation></translation> </message> @@ -11300,17 +11305,17 @@ <translation>Vše Vyplnit do konce řádku</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="327"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="329"/> <source>Enabled</source> <translation>Zapnuto</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="328"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="330"/> <source>Disabled</source> <translation>Vypnuto</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="329"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="331"/> <source>Select fill to end of line for all styles</source> <translation>Vybrat pro doplnit do konce řádku pro všechny styly</translation> </message> @@ -11375,27 +11380,27 @@ <translation>Export všech stylů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="437"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="439"/> <source>Export Highlighting Styles</source> <translation>Export stylů zvýraznění</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="469"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="471"/> <source>Import Highlighting Styles</source> <translation>Importovat styly zvýraznění</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="453"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="455"/> <source>Highlighting styles file (*.e4h)</source> <translation>Soubor se styly zvýrazňování (*.e4h)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="437"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="439"/> <source><p>The highlighting styles could not be exported to file <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Styly zvýraznění syntaxe se do souboru <b>{0}</b> nepodařilo exportovat.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="469"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="471"/> <source><p>The highlighting styles could not be read from file <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Styly zvýraznění syntaxe se ze souboru <b>{0}</b> nepodařilo načít.</p><p>Důvod: {1}</p></translation> </message> @@ -11405,17 +11410,17 @@ <translation type="obsolete"><p>Styly zvýraznění syntaxe v souboru <b>{0}</b> mají neplatný obsah.</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="60"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="62"/> <source>Family and Size only</source> <translation>Jen rodina a velikost</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="63"/> - <source>Family only</source> - <translation>Jen rodina</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="65"/> + <source>Family only</source> + <translation>Jen rodina</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="67"/> <source>Size only</source> <translation>Jen velikost</translation> </message> @@ -12227,17 +12232,17 @@ <translation>Zadejte počet řádek, které se budou kontrolovat najednou. Vyšší hodnota zvyšuje rychlost kontroly ale snižuje GUI plynulost</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="113"/> + <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="115"/> <source>Select personal word list</source> <translation>Výběr vlasního seznamu slov</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="127"/> + <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> <source>Select personal exclude list</source> <translation>Výběr vlasního seznamu vyřazených</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="127"/> + <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="129"/> <source>Dictionary File (*.dic);;All Files (*)</source> <translation>Soubor slovníku (*.dic);;Všechny soubory (*)</translation> </message> @@ -12650,7 +12655,7 @@ <translation>Mód:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="50"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="52"/> <source>Disabled</source> <translation>Vypnuto</translation> </message> @@ -12975,32 +12980,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="52"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="54"/> <source>Word Boundary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="54"/> - <source>Character Boundary</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="56"/> - <source>No Indicator</source> + <source>Character Boundary</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="58"/> - <source>Indicator by Text</source> + <source>No Indicator</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="60"/> + <source>Indicator by Text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="62"/> <source>Indicator by Margin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="63"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="65"/> <source>Indicator in Line Number Margin</source> <translation type="unfinished"></translation> </message> @@ -13394,7 +13399,7 @@ <context> <name>EmailDialog</name> <message> - <location filename="../UI/EmailDialog.py" line="333"/> + <location filename="../UI/EmailDialog.py" line="335"/> <source>Send bug report</source> <translation>Odeslat hlášení o chybách</translation> </message> @@ -13449,32 +13454,32 @@ <translation>Typ</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="88"/> + <location filename="../UI/EmailDialog.py" line="90"/> <source>Send</source> <translation>Odeslat</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="141"/> + <location filename="../UI/EmailDialog.py" line="143"/> <source>Close dialog</source> <translation>Zavřít dialog</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="141"/> + <location filename="../UI/EmailDialog.py" line="143"/> <source>Do you really want to close the dialog?</source> <translation>Opravdu chcete zavřít dialog?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="289"/> + <location filename="../UI/EmailDialog.py" line="291"/> <source>Mail Server Password</source> <translation>Heslo mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="289"/> + <location filename="../UI/EmailDialog.py" line="291"/> <source>Enter your mail server password</source> <translation>Zadejte heslo vašeho mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="351"/> + <location filename="../UI/EmailDialog.py" line="353"/> <source>Attach file</source> <translation>Připojit soubor</translation> </message> @@ -13489,27 +13494,27 @@ <translation>Přílohy</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="77"/> + <location filename="../UI/EmailDialog.py" line="79"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Zadejte níže váš &požadavek na vlastnost. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="83"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Zadejte níže popis &problému. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="76"/> + <location filename="../UI/EmailDialog.py" line="78"/> <source>Send feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="307"/> + <location filename="../UI/EmailDialog.py" line="309"/> <source><p>Authentication failed.&