Sun, 29 Jul 2018 14:04:22 +0200
Merged with the CORBA branch.
--- a/APIs/Python3/eric6.api Sat Jul 21 13:46:07 2018 +0200 +++ b/APIs/Python3/eric6.api Sun Jul 29 14:04:22 2018 +0200 @@ -1170,6 +1170,15 @@ eric6.E5Gui.E5PathPicker.E5PathPickerModes.SaveFileEnsureExtensionMode?7 eric6.E5Gui.E5PathPicker.E5PathPickerModes.SaveFileMode?7 eric6.E5Gui.E5PathPicker.E5PathPickerModes.SaveFileOverwriteMode?7 +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.getPath?4() +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setDefaultDirectory?4(directory) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setLabelText?4(text) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setPickerFilters?4(filters) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setPickerMode?4(mode) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setPickerPath?4(path) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog.setTitle?4(title) +eric6.E5Gui.E5PathPickerDialog.E5PathPickerDialog?1(parent=None) +eric6.E5Gui.E5PathPickerDialog.getPath?4(parent, title, label, mode=E5PathPickerModes.OpenFileMode, path="", defaultDirectory="", filters=None) eric6.E5Gui.E5ProgressDialog.E5ProgressDialog.format?4() eric6.E5Gui.E5ProgressDialog.E5ProgressDialog.setFormat?4(labelFormat) eric6.E5Gui.E5ProgressDialog.E5ProgressDialog?1(labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=None) @@ -1573,6 +1582,7 @@ eric6.E5XML.Config.pluginRepositoryFileFormatVersion?7 eric6.E5XML.Config.projectFileFormatVersion?7 eric6.E5XML.Config.projectFileFormatVersionAlt?7 +eric6.E5XML.Config.projectFileFormatVersionMake?7 eric6.E5XML.Config.projectFileFormatVersionProto?7 eric6.E5XML.Config.sessionFileFormatVersion?7 eric6.E5XML.Config.shortcutsFileFormatVersion?7 @@ -7767,6 +7777,23 @@ eric6.Project.FiletypeAssociationDialog.FiletypeAssociationDialog.on_filetypeAssociationList_currentItemChanged?4(itm, prevItm) eric6.Project.FiletypeAssociationDialog.FiletypeAssociationDialog.transferData?4() eric6.Project.FiletypeAssociationDialog.FiletypeAssociationDialog?1(project, parent=None) +eric6.Project.IdlCompilerDefineNameDialog.IdlCompilerDefineNameDialog.getData?4() +eric6.Project.IdlCompilerDefineNameDialog.IdlCompilerDefineNameDialog.on_nameEdit_textChanged?4(txt) +eric6.Project.IdlCompilerDefineNameDialog.IdlCompilerDefineNameDialog?1(name="", value="", parent=None) +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.getData?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_dnAddButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_dnDeleteButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_dnEditButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_idAddButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_idDeleteButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_idEditButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_idList_itemSelectionChanged?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_unAddButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_unDeleteButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_unEditButton_clicked?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog.on_unList_itemSelectionChanged?4() +eric6.Project.IdlCompilerOptionsDialog.IdlCompilerOptionsDialog?1(includeDirectories, definedNames, undefinedNames, project=None, parent=None) eric6.Project.LexerAssociationDialog.LexerAssociationDialog.on_addLexerButton_clicked?4() eric6.Project.LexerAssociationDialog.LexerAssociationDialog.on_deleteLexerButton_clicked?4() eric6.Project.LexerAssociationDialog.LexerAssociationDialog.on_editorLexerCombo_currentIndexChanged?4(text) @@ -7866,6 +7893,7 @@ eric6.Project.Project.Project.getVcs?4() eric6.Project.Project.Project.handleApplicationDiagram?4() eric6.Project.Project.Project.handlePreferencesChanged?4() +eric6.Project.Project.Project.hasDefaultIdlCompilerParameters?4() eric6.Project.Project.Project.hasDefaultMakeParameters?4() eric6.Project.Project.Project.hasEntry?4(fn) eric6.Project.Project.Project.hasProjectType?4(type_, progLanguage="")
--- a/APIs/Python3/eric6.bas Sat Jul 21 13:46:07 2018 +0200 +++ b/APIs/Python3/eric6.bas Sun Jul 29 14:04:22 2018 +0200 @@ -194,6 +194,7 @@ E5PasswordMeter QProgressBar E5PathPicker E5PathPickerBase E5PathPickerBase QWidget +E5PathPickerDialog QDialog E5PathPickerModes Enum E5ProgressDialog QProgressDialog E5RequestModel QAbstractTableModel @@ -504,6 +505,8 @@ IconSizeDialog QDialog Ui_IconSizeDialog IconsPage ConfigurationPageBase Ui_IconsPage IconsPreviewDialog QDialog Ui_IconsPreviewDialog +IdlCompilerDefineNameDialog QDialog Ui_IdlCompilerDefineNameDialog +IdlCompilerOptionsDialog QDialog Ui_IdlCompilerOptionsDialog ImageMarkupDialog QDialog Ui_ImageMarkupDialog ImageSearchEngine QObject ImagesIcon StatusBarIcon
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DTDs/Project-6.2.dtd Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,182 @@ +<!-- This is the DTD for eric5's project file version 6.0 --> + +<!-- This is a copy of the Basic DTD --> +<!ELEMENT int (#PCDATA)> +<!ELEMENT long (#PCDATA)> +<!ELEMENT float (#PCDATA)> +<!ELEMENT complex (#PCDATA)> +<!ELEMENT bool (#PCDATA)> +<!ELEMENT string (#PCDATA)> +<!ELEMENT bytes (#PCDATA)> +<!ELEMENT bytearray (#PCDATA)> +<!ELEMENT none EMPTY> + +<!ELEMENT pickle (#PCDATA)> +<!ATTLIST pickle + method CDATA #REQUIRED + encoding CDATA #REQUIRED> + +<!ELEMENT key (int | long | float | complex | string | bytes)> +<!ELEMENT value (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)> + +<!ELEMENT dict (key, value)*> + +<!ELEMENT tuple (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT list (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT set (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> + +<!ELEMENT frozenset (int | long | float | complex | bool | string | bytes | + bytearray | none | dict | tuple | list | set | frozenset | pickle)*> +<!-- End of the Basic DTD --> + +<!ELEMENT ProgLanguage (#PCDATA)> +<!ATTLIST ProgLanguage + mixed CDATA #REQUIRED> + +<!ELEMENT ProjectType (#PCDATA)> + +<!ELEMENT Description (#PCDATA)> + +<!ELEMENT Version (#PCDATA)> + +<!ELEMENT Author (#PCDATA)> + +<!ELEMENT Email (#PCDATA)> + +<!ELEMENT TranslationPattern (#PCDATA)> + +<!ELEMENT TranslationsBinPath (#PCDATA)> + +<!ELEMENT Source (#PCDATA)> + +<!ELEMENT Sources (Source*)> + +<!ELEMENT Form (#PCDATA)> + +<!ELEMENT Forms (Form*)> + +<!ELEMENT Translation (#PCDATA)> + +<!ELEMENT Translations (Translation*)> + +<!ELEMENT TranslationException (#PCDATA)> + +<!ELEMENT TranslationExceptions (TranslationException*)> + +<!ELEMENT Resource (#PCDATA)> + +<!ELEMENT Resources (Resource*)> + +<!ELEMENT Interface (#PCDATA)> + +<!ELEMENT Interfaces (Interface*)> + +<!ELEMENT Protocol (#PCDATA)> + +<!ELEMENT Protocols (Protocol*)> + +<!ELEMENT Other (#PCDATA)> + +<!ELEMENT Others (Other*)> + +<!ELEMENT MainScript (#PCDATA)> + +<!ELEMENT VcsType (#PCDATA)> +<!ELEMENT VcsOptions (dict)> +<!ELEMENT VcsOtherData (dict)> + +<!ELEMENT Vcs (VcsType?, + VcsOptions?, + VcsOtherData?)> + +<!ELEMENT FiletypeAssociation EMPTY> +<!ATTLIST FiletypeAssociation + pattern CDATA #REQUIRED + type CDATA #REQUIRED> + +<!ELEMENT FiletypeAssociations (FiletypeAssociation*)> + +<!ELEMENT LexerAssociation EMPTY> +<!ATTLIST LexerAssociation + pattern CDATA #REQUIRED + lexer CDATA #REQUIRED> + +<!ELEMENT LexerAssociations (LexerAssociation*)> + +<!ELEMENT MakeParameters (dict)> + +<!ELEMENT Make (MakeParameters?)> + +<!ELEMENT IdlCompiler (IdlCompilerParameters?)> + +<!ELEMENT ProjectTypeSpecificData (dict)> + +<!ELEMENT ProjectTypeSpecific (ProjectTypeSpecific?)> + +<!ELEMENT DocumentationParams (dict)> + +<!ELEMENT Documentation (DocumentationParams?)> + +<!ELEMENT PackagersParams (dict)> + +<!ELEMENT Packagers (PackagersParams?)> + +<!ELEMENT CheckersParams (dict)> + +<!ELEMENT Checkers (CheckersParams?)> + +<!ELEMENT OtherToolsParams (dict)> + +<!ELEMENT OtherTools (OtherToolsParams?)> + +<!ELEMENT Language (#PCDATA)> + +<!ELEMENT ProjectWordList (#PCDATA)> + +<!ELEMENT ProjectExcludeList (#PCDATA)> + +<!ELEMENT Hash (#PCDATA)> + +<!ELEMENT Eol EMPTY> +<!ATTLIST Eol + index CDATA #REQUIRED> + +<!ELEMENT Project (Language, + ProjectWordList?, + ProjectExcludeList?, + Hash, + ProgLanguage, + ProjectType, + Description?, + Version?, + Author?, + Email?, + TranslationPattern?, + TranslationsBinPath?, + Eol?, + Sources, + Forms, + Translations, + TranslationExceptions?, + Resources, + Interfaces, + Others, + MainScript?, + Vcs, + FiletypeAssociations, + LexerAssociations?, + Make?, + IdlCompiler?, + ProjectTypeSpecific?, + Documentation?, + Packagers?, + Checkers?, + OtherTools?)> +<!ATTLIST Project + version CDATA #REQUIRED>
--- a/Documentation/Help/source.qhp Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Help/source.qhp Sun Jul 29 14:04:22 2018 +0200 @@ -104,6 +104,7 @@ <section title="eric6.E5Gui.E5PassivePopup" ref="eric6.E5Gui.E5PassivePopup.html" /> <section title="eric6.E5Gui.E5PasswordMeter" ref="eric6.E5Gui.E5PasswordMeter.html" /> <section title="eric6.E5Gui.E5PathPicker" ref="eric6.E5Gui.E5PathPicker.html" /> + <section title="eric6.E5Gui.E5PathPickerDialog" ref="eric6.E5Gui.E5PathPickerDialog.html" /> <section title="eric6.E5Gui.E5ProgressDialog" ref="eric6.E5Gui.E5ProgressDialog.html" /> <section title="eric6.E5Gui.E5SideBar" ref="eric6.E5Gui.E5SideBar.html" /> <section title="eric6.E5Gui.E5SimpleHelpDialog" ref="eric6.E5Gui.E5SimpleHelpDialog.html" /> @@ -972,6 +973,8 @@ <section title="eric6.Project.CreateDialogCodeDialog" ref="eric6.Project.CreateDialogCodeDialog.html" /> <section title="eric6.Project.DebuggerPropertiesDialog" ref="eric6.Project.DebuggerPropertiesDialog.html" /> <section title="eric6.Project.FiletypeAssociationDialog" ref="eric6.Project.FiletypeAssociationDialog.html" /> + <section title="eric6.Project.IdlCompilerDefineNameDialog" ref="eric6.Project.IdlCompilerDefineNameDialog.html" /> + <section title="eric6.Project.IdlCompilerOptionsDialog" ref="eric6.Project.IdlCompilerOptionsDialog.html" /> <section title="eric6.Project.LexerAssociationDialog" ref="eric6.Project.LexerAssociationDialog.html" /> <section title="eric6.Project.MakePropertiesDialog" ref="eric6.Project.MakePropertiesDialog.html" /> <section title="eric6.Project.NewDialogClassDialog" ref="eric6.Project.NewDialogClassDialog.html" /> @@ -4744,6 +4747,16 @@ <keyword name="E5PathPickerBase.setWindowTitle" id="E5PathPickerBase.setWindowTitle" ref="eric6.E5Gui.E5PathPicker.html#E5PathPickerBase.setWindowTitle" /> <keyword name="E5PathPickerBase.text" id="E5PathPickerBase.text" ref="eric6.E5Gui.E5PathPicker.html#E5PathPickerBase.text" /> <keyword name="E5PathPickerBase.windowTitle" id="E5PathPickerBase.windowTitle" ref="eric6.E5Gui.E5PathPicker.html#E5PathPickerBase.windowTitle" /> + <keyword name="E5PathPickerDialog" id="E5PathPickerDialog" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog" /> + <keyword name="E5PathPickerDialog (Constructor)" id="E5PathPickerDialog (Constructor)" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.__init__" /> + <keyword name="E5PathPickerDialog (Module)" id="E5PathPickerDialog (Module)" ref="eric6.E5Gui.E5PathPickerDialog.html" /> + <keyword name="E5PathPickerDialog.getPath" id="E5PathPickerDialog.getPath" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.getPath" /> + <keyword name="E5PathPickerDialog.setDefaultDirectory" id="E5PathPickerDialog.setDefaultDirectory" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setDefaultDirectory" /> + <keyword name="E5PathPickerDialog.setLabelText" id="E5PathPickerDialog.setLabelText" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setLabelText" /> + <keyword name="E5PathPickerDialog.setPickerFilters" id="E5PathPickerDialog.setPickerFilters" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setPickerFilters" /> + <keyword name="E5PathPickerDialog.setPickerMode" id="E5PathPickerDialog.setPickerMode" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setPickerMode" /> + <keyword name="E5PathPickerDialog.setPickerPath" id="E5PathPickerDialog.setPickerPath" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setPickerPath" /> + <keyword name="E5PathPickerDialog.setTitle" id="E5PathPickerDialog.setTitle" ref="eric6.E5Gui.E5PathPickerDialog.html#E5PathPickerDialog.setTitle" /> <keyword name="E5PathPickerModes" id="E5PathPickerModes" ref="eric6.E5Gui.E5PathPicker.html#E5PathPickerModes" /> <keyword name="E5ProgressDialog" id="E5ProgressDialog" ref="eric6.E5Gui.E5ProgressDialog.html#E5ProgressDialog" /> <keyword name="E5ProgressDialog (Constructor)" id="E5ProgressDialog (Constructor)" ref="eric6.E5Gui.E5ProgressDialog.html#E5ProgressDialog.__init__" /> @@ -9931,6 +9944,39 @@ <keyword name="IconsPreviewDialog" id="IconsPreviewDialog" ref="eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog" /> <keyword name="IconsPreviewDialog (Constructor)" id="IconsPreviewDialog (Constructor)" ref="eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html#IconsPreviewDialog.__init__" /> <keyword name="IconsPreviewDialog (Module)" id="IconsPreviewDialog (Module)" ref="eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html" /> + <keyword name="IdlCompilerDefineNameDialog" id="IdlCompilerDefineNameDialog" ref="eric6.Project.IdlCompilerDefineNameDialog.html#IdlCompilerDefineNameDialog" /> + <keyword name="IdlCompilerDefineNameDialog (Constructor)" id="IdlCompilerDefineNameDialog (Constructor)" ref="eric6.Project.IdlCompilerDefineNameDialog.html#IdlCompilerDefineNameDialog.__init__" /> + <keyword name="IdlCompilerDefineNameDialog (Module)" id="IdlCompilerDefineNameDialog (Module)" ref="eric6.Project.IdlCompilerDefineNameDialog.html" /> + <keyword name="IdlCompilerDefineNameDialog.__updateOkButton" id="IdlCompilerDefineNameDialog.__updateOkButton" ref="eric6.Project.IdlCompilerDefineNameDialog.html#IdlCompilerDefineNameDialog.__updateOkButton" /> + <keyword name="IdlCompilerDefineNameDialog.getData" id="IdlCompilerDefineNameDialog.getData" ref="eric6.Project.IdlCompilerDefineNameDialog.html#IdlCompilerDefineNameDialog.getData" /> + <keyword name="IdlCompilerDefineNameDialog.on_nameEdit_textChanged" id="IdlCompilerDefineNameDialog.on_nameEdit_textChanged" ref="eric6.Project.IdlCompilerDefineNameDialog.html#IdlCompilerDefineNameDialog.on_nameEdit_textChanged" /> + <keyword name="IdlCompilerOptionsDialog" id="IdlCompilerOptionsDialog" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog" /> + <keyword name="IdlCompilerOptionsDialog (Constructor)" id="IdlCompilerOptionsDialog (Constructor)" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__init__" /> + <keyword name="IdlCompilerOptionsDialog (Module)" id="IdlCompilerOptionsDialog (Module)" ref="eric6.Project.IdlCompilerOptionsDialog.html" /> + <keyword name="IdlCompilerOptionsDialog.__definedNamesContain" id="IdlCompilerOptionsDialog.__definedNamesContain" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__definedNamesContain" /> + <keyword name="IdlCompilerOptionsDialog.__generateDefinedNamesList" id="IdlCompilerOptionsDialog.__generateDefinedNamesList" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__generateDefinedNamesList" /> + <keyword name="IdlCompilerOptionsDialog.__generateIncludeDirectoriesList" id="IdlCompilerOptionsDialog.__generateIncludeDirectoriesList" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__generateIncludeDirectoriesList" /> + <keyword name="IdlCompilerOptionsDialog.__generateUndefinedNamesList" id="IdlCompilerOptionsDialog.__generateUndefinedNamesList" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__generateUndefinedNamesList" /> + <keyword name="IdlCompilerOptionsDialog.__includeDirectoriesContain" id="IdlCompilerOptionsDialog.__includeDirectoriesContain" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__includeDirectoriesContain" /> + <keyword name="IdlCompilerOptionsDialog.__populateDefineNamesList" id="IdlCompilerOptionsDialog.__populateDefineNamesList" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__populateDefineNamesList" /> + <keyword name="IdlCompilerOptionsDialog.__populateIncludeDirectoriesList" id="IdlCompilerOptionsDialog.__populateIncludeDirectoriesList" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__populateIncludeDirectoriesList" /> + <keyword name="IdlCompilerOptionsDialog.__undefinedNamesContain" id="IdlCompilerOptionsDialog.__undefinedNamesContain" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__undefinedNamesContain" /> + <keyword name="IdlCompilerOptionsDialog.__updateDefineNameButtons" id="IdlCompilerOptionsDialog.__updateDefineNameButtons" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__updateDefineNameButtons" /> + <keyword name="IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons" id="IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons" /> + <keyword name="IdlCompilerOptionsDialog.__updateUndefineNameButtons" id="IdlCompilerOptionsDialog.__updateUndefineNameButtons" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.__updateUndefineNameButtons" /> + <keyword name="IdlCompilerOptionsDialog.getData" id="IdlCompilerOptionsDialog.getData" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.getData" /> + <keyword name="IdlCompilerOptionsDialog.on_dnAddButton_clicked" id="IdlCompilerOptionsDialog.on_dnAddButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_dnAddButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_dnDeleteButton_clicked" id="IdlCompilerOptionsDialog.on_dnDeleteButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_dnDeleteButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_dnEditButton_clicked" id="IdlCompilerOptionsDialog.on_dnEditButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_dnEditButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged" id="IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged" /> + <keyword name="IdlCompilerOptionsDialog.on_idAddButton_clicked" id="IdlCompilerOptionsDialog.on_idAddButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_idAddButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_idDeleteButton_clicked" id="IdlCompilerOptionsDialog.on_idDeleteButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_idDeleteButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_idEditButton_clicked" id="IdlCompilerOptionsDialog.on_idEditButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_idEditButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_idList_itemSelectionChanged" id="IdlCompilerOptionsDialog.on_idList_itemSelectionChanged" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_idList_itemSelectionChanged" /> + <keyword name="IdlCompilerOptionsDialog.on_unAddButton_clicked" id="IdlCompilerOptionsDialog.on_unAddButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_unAddButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_unDeleteButton_clicked" id="IdlCompilerOptionsDialog.on_unDeleteButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_unDeleteButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_unEditButton_clicked" id="IdlCompilerOptionsDialog.on_unEditButton_clicked" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_unEditButton_clicked" /> + <keyword name="IdlCompilerOptionsDialog.on_unList_itemSelectionChanged" id="IdlCompilerOptionsDialog.on_unList_itemSelectionChanged" ref="eric6.Project.IdlCompilerOptionsDialog.html#IdlCompilerOptionsDialog.on_unList_itemSelectionChanged" /> <keyword name="ImageMarkupDialog" id="ImageMarkupDialog" ref="eric6.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupDialog" /> <keyword name="ImageMarkupDialog (Constructor)" id="ImageMarkupDialog (Constructor)" ref="eric6.QScintilla.MarkupProviders.ImageMarkupDialog.html#ImageMarkupDialog.__init__" /> <keyword name="ImageMarkupDialog (Module)" id="ImageMarkupDialog (Module)" ref="eric6.QScintilla.MarkupProviders.ImageMarkupDialog.html" /> @@ -12640,6 +12686,7 @@ <keyword name="Project.getVcs" id="Project.getVcs" ref="eric6.Project.Project.html#Project.getVcs" /> <keyword name="Project.handleApplicationDiagram" id="Project.handleApplicationDiagram" ref="eric6.Project.Project.html#Project.handleApplicationDiagram" /> <keyword name="Project.handlePreferencesChanged" id="Project.handlePreferencesChanged" ref="eric6.Project.Project.html#Project.handlePreferencesChanged" /> + <keyword name="Project.hasDefaultIdlCompilerParameters" id="Project.hasDefaultIdlCompilerParameters" ref="eric6.Project.Project.html#Project.hasDefaultIdlCompilerParameters" /> <keyword name="Project.hasDefaultMakeParameters" id="Project.hasDefaultMakeParameters" ref="eric6.Project.Project.html#Project.hasDefaultMakeParameters" /> <keyword name="Project.hasEntry" id="Project.hasEntry" ref="eric6.Project.Project.html#Project.hasEntry" /> <keyword name="Project.hasProjectType" id="Project.hasProjectType" ref="eric6.Project.Project.html#Project.hasProjectType" /> @@ -12880,6 +12927,7 @@ <keyword name="ProjectInterfacesBrowser.__compileInterface" id="ProjectInterfacesBrowser.__compileInterface" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__compileInterface" /> <keyword name="ProjectInterfacesBrowser.__compileSelectedInterfaces" id="ProjectInterfacesBrowser.__compileSelectedInterfaces" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__compileSelectedInterfaces" /> <keyword name="ProjectInterfacesBrowser.__configureCorba" id="ProjectInterfacesBrowser.__configureCorba" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__configureCorba" /> + <keyword name="ProjectInterfacesBrowser.__configureIdlCompiler" id="ProjectInterfacesBrowser.__configureIdlCompiler" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__configureIdlCompiler" /> <keyword name="ProjectInterfacesBrowser.__deleteFile" id="ProjectInterfacesBrowser.__deleteFile" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__deleteFile" /> <keyword name="ProjectInterfacesBrowser.__readStderr" id="ProjectInterfacesBrowser.__readStderr" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__readStderr" /> <keyword name="ProjectInterfacesBrowser.__readStdout" id="ProjectInterfacesBrowser.__readStdout" ref="eric6.Project.ProjectInterfacesBrowser.html#ProjectInterfacesBrowser.__readStdout" /> @@ -18827,6 +18875,7 @@ <keyword name="getOpenFileNames" id="getOpenFileNames" ref="eric6.E5Gui.E5FileDialog.html#getOpenFileNames" /> <keyword name="getOpenFileNamesAndFilter" id="getOpenFileNamesAndFilter" ref="eric6.E5Gui.E5FileDialog.html#getOpenFileNamesAndFilter" /> <keyword name="getOpenSearchLinks" id="getOpenSearchLinks" ref="eric6.WebBrowser.Tools.Scripts.html#getOpenSearchLinks" /> + <keyword name="getPath" id="getPath" ref="eric6.E5Gui.E5PathPickerDialog.html#getPath" /> <keyword name="getPercentReplacement" id="getPercentReplacement" ref="eric6.Utilities.__init__.html#getPercentReplacement" /> <keyword name="getPercentReplacementHelp" id="getPercentReplacementHelp" ref="eric6.Utilities.__init__.html#getPercentReplacementHelp" /> <keyword name="getPixmap" id="getPixmap" ref="eric6.UI.PixmapCache.html#getPixmap" /> @@ -19383,6 +19432,7 @@ <file>eric6.E5Gui.E5PassivePopup.html</file> <file>eric6.E5Gui.E5PasswordMeter.html</file> <file>eric6.E5Gui.E5PathPicker.html</file> + <file>eric6.E5Gui.E5PathPickerDialog.html</file> <file>eric6.E5Gui.E5ProgressDialog.html</file> <file>eric6.E5Gui.E5SideBar.html</file> <file>eric6.E5Gui.E5SimpleHelpDialog.html</file> @@ -20066,6 +20116,8 @@ <file>eric6.Project.CreateDialogCodeDialog.html</file> <file>eric6.Project.DebuggerPropertiesDialog.html</file> <file>eric6.Project.FiletypeAssociationDialog.html</file> + <file>eric6.Project.IdlCompilerDefineNameDialog.html</file> + <file>eric6.Project.IdlCompilerOptionsDialog.html</file> <file>eric6.Project.LexerAssociationDialog.html</file> <file>eric6.Project.MakePropertiesDialog.html</file> <file>eric6.Project.NewDialogClassDialog.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.E5Gui.E5PathPickerDialog.html Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,226 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.E5Gui.E5PathPickerDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.E5Gui.E5PathPickerDialog</h1> +<p> +Module implementing a dialog to enter a file system path using a file picker. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#E5PathPickerDialog">E5PathPickerDialog</a></td> +<td>Class implementing a dialog to enter a file system path using a file picker.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr> +<td><a href="#getPath">getPath</a></td> +<td>Function to get a file or directory path from the user.</td> +</tr> +</table> +<hr /><hr /> +<a NAME="E5PathPickerDialog" ID="E5PathPickerDialog"></a> +<h2>E5PathPickerDialog</h2> +<p> + Class implementing a dialog to enter a file system path using a file + picker. +</p> +<h3>Derived from</h3> +QDialog +<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="#E5PathPickerDialog.__init__">E5PathPickerDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.getPath">getPath</a></td> +<td>Public method to get the current path.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setDefaultDirectory">setDefaultDirectory</a></td> +<td>Public method to set the default directory of the path picker.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setLabelText">setLabelText</a></td> +<td>Public method to set the label text.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setPickerFilters">setPickerFilters</a></td> +<td>Public method to set the filters of the path picker.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setPickerMode">setPickerMode</a></td> +<td>Public method to set the mode of the path picker.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setPickerPath">setPickerPath</a></td> +<td>Public method to set the path of the path picker.</td> +</tr><tr> +<td><a href="#E5PathPickerDialog.setTitle">setTitle</a></td> +<td>Public method to set the window title.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="E5PathPickerDialog.__init__" ID="E5PathPickerDialog.__init__"></a> +<h4>E5PathPickerDialog (Constructor)</h4> +<b>E5PathPickerDialog</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="E5PathPickerDialog.getPath" ID="E5PathPickerDialog.getPath"></a> +<h4>E5PathPickerDialog.getPath</h4> +<b>getPath</b>(<i></i>) +<p> + Public method to get the current path. +</p><dl> +<dt>Returns:</dt> +<dd> +current path +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="E5PathPickerDialog.setDefaultDirectory" ID="E5PathPickerDialog.setDefaultDirectory"></a> +<h4>E5PathPickerDialog.setDefaultDirectory</h4> +<b>setDefaultDirectory</b>(<i>directory</i>) +<p> + Public method to set the default directory of the path picker. +</p><dl> +<dt><i>directory</i> (str)</dt> +<dd> +default directory +</dd> +</dl><a NAME="E5PathPickerDialog.setLabelText" ID="E5PathPickerDialog.setLabelText"></a> +<h4>E5PathPickerDialog.setLabelText</h4> +<b>setLabelText</b>(<i>text</i>) +<p> + Public method to set the label text. +</p><dl> +<dt><i>text</i> (str)</dt> +<dd> +label text +</dd> +</dl><a NAME="E5PathPickerDialog.setPickerFilters" ID="E5PathPickerDialog.setPickerFilters"></a> +<h4>E5PathPickerDialog.setPickerFilters</h4> +<b>setPickerFilters</b>(<i>filters</i>) +<p> + Public method to set the filters of the path picker. +</p><p> + Note: Multiple filters must be separated by ';;'. +</p><dl> +<dt><i>filters</i> (str)</dt> +<dd> +string containing the file filters +</dd> +</dl><a NAME="E5PathPickerDialog.setPickerMode" ID="E5PathPickerDialog.setPickerMode"></a> +<h4>E5PathPickerDialog.setPickerMode</h4> +<b>setPickerMode</b>(<i>mode</i>) +<p> + Public method to set the mode of the path picker. +</p><dl> +<dt><i>mode</i> (E5PathPickerModes)</dt> +<dd> +picker mode +</dd> +</dl><a NAME="E5PathPickerDialog.setPickerPath" ID="E5PathPickerDialog.setPickerPath"></a> +<h4>E5PathPickerDialog.setPickerPath</h4> +<b>setPickerPath</b>(<i>path</i>) +<p> + Public method to set the path of the path picker. +</p><dl> +<dt><i>path</i> (str)</dt> +<dd> +path to be set +</dd> +</dl><a NAME="E5PathPickerDialog.setTitle" ID="E5PathPickerDialog.setTitle"></a> +<h4>E5PathPickerDialog.setTitle</h4> +<b>setTitle</b>(<i>title</i>) +<p> + Public method to set the window title. +</p><dl> +<dt><i>title</i> (str)</dt> +<dd> +window title +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="getPath" ID="getPath"></a> +<h2>getPath</h2> +<b>getPath</b>(<i>parent, title, label, mode=E5PathPickerModes.OpenFileMode, path="", defaultDirectory="", filters=None</i>) +<p> + Function to get a file or directory path from the user. +</p><dl> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd><dt><i>title</i> (str)</dt> +<dd> +title of the dialog +</dd><dt><i>label</i> (str)</dt> +<dd> +text to be shown above the path picker +</dd><dt><i>mode</i> (E5PathPickerModes)</dt> +<dd> +mode of the path picker +</dd><dt><i>path</i> (str)</dt> +<dd> +initial path to be shown +</dd><dt><i>defaultDirectory</i> (str)</dt> +<dd> +default directory of the path picker selection + dialog +</dd><dt><i>filters</i> (list of str)</dt> +<dd> +list of file filters +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple containing the entered path and a flag indicating that the + user pressed the OK button +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.E5XML.Config.html Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Source/eric6.E5XML.Config.html Sun Jul 29 14:04:22 2018 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>debuggerPropertiesFileFormatVersion</td></tr><tr><td>dictionariesListFileFormatVersion</td></tr><tr><td>highlightingStylesFileFormatVersion</td></tr><tr><td>multiProjectFileFormatVersion</td></tr><tr><td>pluginRepositoryFileFormatVersion</td></tr><tr><td>projectFileFormatVersion</td></tr><tr><td>projectFileFormatVersionAlt</td></tr><tr><td>projectFileFormatVersionProto</td></tr><tr><td>sessionFileFormatVersion</td></tr><tr><td>shortcutsFileFormatVersion</td></tr><tr><td>tasksFileFormatVersion</td></tr><tr><td>templatesFileFormatVersion</td></tr><tr><td>userProjectFileFormatVersion</td></tr> +<tr><td>debuggerPropertiesFileFormatVersion</td></tr><tr><td>dictionariesListFileFormatVersion</td></tr><tr><td>highlightingStylesFileFormatVersion</td></tr><tr><td>multiProjectFileFormatVersion</td></tr><tr><td>pluginRepositoryFileFormatVersion</td></tr><tr><td>projectFileFormatVersion</td></tr><tr><td>projectFileFormatVersionAlt</td></tr><tr><td>projectFileFormatVersionMake</td></tr><tr><td>projectFileFormatVersionProto</td></tr><tr><td>sessionFileFormatVersion</td></tr><tr><td>shortcutsFileFormatVersion</td></tr><tr><td>tasksFileFormatVersion</td></tr><tr><td>templatesFileFormatVersion</td></tr><tr><td>userProjectFileFormatVersion</td></tr> </table> <h3>Classes</h3> <table>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Project.IdlCompilerDefineNameDialog.html Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,128 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Project.IdlCompilerDefineNameDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Project.IdlCompilerDefineNameDialog</h1> +<p> +Module implementing a dialog to enter the name-value pair to define a variable +for the IDL compiler. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#IdlCompilerDefineNameDialog">IdlCompilerDefineNameDialog</a></td> +<td>Class implementing a dialog to enter the name-value pair to define a variable for the IDL compiler.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="IdlCompilerDefineNameDialog" ID="IdlCompilerDefineNameDialog"></a> +<h2>IdlCompilerDefineNameDialog</h2> +<p> + Class implementing a dialog to enter the name-value pair to define a + variable for the IDL compiler. +</p> +<h3>Derived from</h3> +QDialog, Ui_IdlCompilerDefineNameDialog +<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="#IdlCompilerDefineNameDialog.__init__">IdlCompilerDefineNameDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#IdlCompilerDefineNameDialog.__updateOkButton">__updateOkButton</a></td> +<td>Private slot to update the enable state of the OK button.</td> +</tr><tr> +<td><a href="#IdlCompilerDefineNameDialog.getData">getData</a></td> +<td>Public method to get the entered data.</td> +</tr><tr> +<td><a href="#IdlCompilerDefineNameDialog.on_nameEdit_textChanged">on_nameEdit_textChanged</a></td> +<td>Private slot to handle changes of the name.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="IdlCompilerDefineNameDialog.__init__" ID="IdlCompilerDefineNameDialog.__init__"></a> +<h4>IdlCompilerDefineNameDialog (Constructor)</h4> +<b>IdlCompilerDefineNameDialog</b>(<i>name="", value="", parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>name</i> (str)</dt> +<dd> +name of the variable +</dd><dt><i>value</i> (str)</dt> +<dd> +value of the variable +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="IdlCompilerDefineNameDialog.__updateOkButton" ID="IdlCompilerDefineNameDialog.__updateOkButton"></a> +<h4>IdlCompilerDefineNameDialog.__updateOkButton</h4> +<b>__updateOkButton</b>(<i></i>) +<p> + Private slot to update the enable state of the OK button. +</p><a NAME="IdlCompilerDefineNameDialog.getData" ID="IdlCompilerDefineNameDialog.getData"></a> +<h4>IdlCompilerDefineNameDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to get the entered data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containing the variable name and value +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl><a NAME="IdlCompilerDefineNameDialog.on_nameEdit_textChanged" ID="IdlCompilerDefineNameDialog.on_nameEdit_textChanged"></a> +<h4>IdlCompilerDefineNameDialog.on_nameEdit_textChanged</h4> +<b>on_nameEdit_textChanged</b>(<i>txt</i>) +<p> + Private slot to handle changes of the name. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +current text of the name edit +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Project.IdlCompilerOptionsDialog.html Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,386 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Project.IdlCompilerOptionsDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Project.IdlCompilerOptionsDialog</h1> +<p> +Module implementing a dialog to enter some IDL compiler options. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#IdlCompilerOptionsDialog">IdlCompilerOptionsDialog</a></td> +<td>Class implementing a dialog to enter some IDL compiler options.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="IdlCompilerOptionsDialog" ID="IdlCompilerOptionsDialog"></a> +<h2>IdlCompilerOptionsDialog</h2> +<p> + Class implementing a dialog to enter some IDL compiler options. +</p> +<h3>Derived from</h3> +QDialog, Ui_IdlCompilerOptionsDialog +<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="#IdlCompilerOptionsDialog.__init__">IdlCompilerOptionsDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__definedNamesContain">__definedNamesContain</a></td> +<td>Private method to test, if the currently defined 'Defined Names' contain a given one.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__generateDefinedNamesList">__generateDefinedNamesList</a></td> +<td>Private method to prepare the list of 'Defined Names'.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__generateIncludeDirectoriesList">__generateIncludeDirectoriesList</a></td> +<td>Private method to prepare the list of 'Include Directories'.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__generateUndefinedNamesList">__generateUndefinedNamesList</a></td> +<td>Private method to prepare the list of 'Undefined Names'.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__includeDirectoriesContain">__includeDirectoriesContain</a></td> +<td>Private method to test, if the currently defined 'Include Directories' contain a given one.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__populateDefineNamesList">__populateDefineNamesList</a></td> +<td>Private method to populate the list of defined names.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__populateIncludeDirectoriesList">__populateIncludeDirectoriesList</a></td> +<td>Private method to populate the 'Include Directories' list.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__undefinedNamesContain">__undefinedNamesContain</a></td> +<td>Private method to test, if the currently defined 'Undefined Names' contain a given one.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__updateDefineNameButtons">__updateDefineNameButtons</a></td> +<td>Private method to set the state of the 'Define Name' buttons.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons">__updateIncludeDirectoryButtons</a></td> +<td>Private method to set the state of the 'Include Directory' buttons.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.__updateUndefineNameButtons">__updateUndefineNameButtons</a></td> +<td>Private method to set the state of the 'Undefine Name' buttons.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.getData">getData</a></td> +<td>Public method to return the data entered by the user.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_dnAddButton_clicked">on_dnAddButton_clicked</a></td> +<td>Private slot to add a 'Define Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_dnDeleteButton_clicked">on_dnDeleteButton_clicked</a></td> +<td>Private slot to delete the selected 'Define Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_dnEditButton_clicked">on_dnEditButton_clicked</a></td> +<td>Private slot to edit the selected 'Define Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged">on_dnList_itemSelectionChanged</a></td> +<td>Private slot handling the selection of a 'Define Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_idAddButton_clicked">on_idAddButton_clicked</a></td> +<td>Private slot to add an 'Include Directory'.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_idDeleteButton_clicked">on_idDeleteButton_clicked</a></td> +<td>Private slot to delete the selected 'Include Directory' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_idEditButton_clicked">on_idEditButton_clicked</a></td> +<td>Private slot to edit the selected 'Include Directory' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_idList_itemSelectionChanged">on_idList_itemSelectionChanged</a></td> +<td>Private slot handling the selection of an 'Include Directory' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_unAddButton_clicked">on_unAddButton_clicked</a></td> +<td>Private slot to add a 'Undefine Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_unDeleteButton_clicked">on_unDeleteButton_clicked</a></td> +<td>Private slot to delete the selected 'Undefine Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_unEditButton_clicked">on_unEditButton_clicked</a></td> +<td>Private slot to edit the selected 'Undefine Name' entry.</td> +</tr><tr> +<td><a href="#IdlCompilerOptionsDialog.on_unList_itemSelectionChanged">on_unList_itemSelectionChanged</a></td> +<td>Private slot handling the selection of a 'Undefine Name' entry.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="IdlCompilerOptionsDialog.__init__" ID="IdlCompilerOptionsDialog.__init__"></a> +<h4>IdlCompilerOptionsDialog (Constructor)</h4> +<b>IdlCompilerOptionsDialog</b>(<i>includeDirectories, definedNames, undefinedNames, project=None, parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>includeDirectories</i> (list of str)</dt> +<dd> +list of include directories +</dd><dt><i>definedNames</i> (list of str)</dt> +<dd> +list of defined variables with name and value + separated by '=' +</dd><dt><i>undefinedNames</i> (list of str)</dt> +<dd> +list of undefined names +</dd><dt><i>projectDirectory</i> (str)</dt> +<dd> +directory name of the project +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__definedNamesContain" ID="IdlCompilerOptionsDialog.__definedNamesContain"></a> +<h4>IdlCompilerOptionsDialog.__definedNamesContain</h4> +<b>__definedNamesContain</b>(<i>name</i>) +<p> + Private method to test, if the currently defined 'Defined Names' + contain a given one. +</p><dl> +<dt><i>name</i> (str)</dt> +<dd> +variable name to be tested +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the given name is already included +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__generateDefinedNamesList" ID="IdlCompilerOptionsDialog.__generateDefinedNamesList"></a> +<h4>IdlCompilerOptionsDialog.__generateDefinedNamesList</h4> +<b>__generateDefinedNamesList</b>(<i></i>) +<p> + Private method to prepare the list of 'Defined Names'. +</p><dl> +<dt>Returns:</dt> +<dd> +list of 'Defined Names' +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__generateIncludeDirectoriesList" ID="IdlCompilerOptionsDialog.__generateIncludeDirectoriesList"></a> +<h4>IdlCompilerOptionsDialog.__generateIncludeDirectoriesList</h4> +<b>__generateIncludeDirectoriesList</b>(<i></i>) +<p> + Private method to prepare the list of 'Include Directories'. +</p><dl> +<dt>Returns:</dt> +<dd> +list of 'Include Directories' +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__generateUndefinedNamesList" ID="IdlCompilerOptionsDialog.__generateUndefinedNamesList"></a> +<h4>IdlCompilerOptionsDialog.__generateUndefinedNamesList</h4> +<b>__generateUndefinedNamesList</b>(<i></i>) +<p> + Private method to prepare the list of 'Undefined Names'. +</p><dl> +<dt>Returns:</dt> +<dd> +list of 'Undefined Names' +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__includeDirectoriesContain" ID="IdlCompilerOptionsDialog.__includeDirectoriesContain"></a> +<h4>IdlCompilerOptionsDialog.__includeDirectoriesContain</h4> +<b>__includeDirectoriesContain</b>(<i>directory</i>) +<p> + Private method to test, if the currently defined 'Include Directories' + contain a given one. +</p><dl> +<dt><i>directory</i> (str)</dt> +<dd> +directory name to be tested +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the given directory is already included +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__populateDefineNamesList" ID="IdlCompilerOptionsDialog.__populateDefineNamesList"></a> +<h4>IdlCompilerOptionsDialog.__populateDefineNamesList</h4> +<b>__populateDefineNamesList</b>(<i>definedNames</i>) +<p> + Private method to populate the list of defined names. +</p><dl> +<dt><i>definedNames</i> (list of str)</dt> +<dd> +list of defined variables with name and value + separated by '=' +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__populateIncludeDirectoriesList" ID="IdlCompilerOptionsDialog.__populateIncludeDirectoriesList"></a> +<h4>IdlCompilerOptionsDialog.__populateIncludeDirectoriesList</h4> +<b>__populateIncludeDirectoriesList</b>(<i>includeDirectories</i>) +<p> + Private method to populate the 'Include Directories' list. +</p><dl> +<dt><i>includeDirectories</i> (list of str)</dt> +<dd> +list of include directories +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__undefinedNamesContain" ID="IdlCompilerOptionsDialog.__undefinedNamesContain"></a> +<h4>IdlCompilerOptionsDialog.__undefinedNamesContain</h4> +<b>__undefinedNamesContain</b>(<i>name</i>) +<p> + Private method to test, if the currently defined 'Undefined Names' + contain a given one. +</p><dl> +<dt><i>name</i> (str)</dt> +<dd> +variable name to be tested +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating that the given name is already included +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.__updateDefineNameButtons" ID="IdlCompilerOptionsDialog.__updateDefineNameButtons"></a> +<h4>IdlCompilerOptionsDialog.__updateDefineNameButtons</h4> +<b>__updateDefineNameButtons</b>(<i></i>) +<p> + Private method to set the state of the 'Define Name' buttons. +</p><a NAME="IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons" ID="IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons"></a> +<h4>IdlCompilerOptionsDialog.__updateIncludeDirectoryButtons</h4> +<b>__updateIncludeDirectoryButtons</b>(<i></i>) +<p> + Private method to set the state of the 'Include Directory' buttons. +</p><a NAME="IdlCompilerOptionsDialog.__updateUndefineNameButtons" ID="IdlCompilerOptionsDialog.__updateUndefineNameButtons"></a> +<h4>IdlCompilerOptionsDialog.__updateUndefineNameButtons</h4> +<b>__updateUndefineNameButtons</b>(<i></i>) +<p> + Private method to set the state of the 'Undefine Name' buttons. +</p><a NAME="IdlCompilerOptionsDialog.getData" ID="IdlCompilerOptionsDialog.getData"></a> +<h4>IdlCompilerOptionsDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to return the data entered by the user. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containing the list of include directories, list of + defined names and list of undefined names +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, list of str, list of str) +</dd> +</dl><a NAME="IdlCompilerOptionsDialog.on_dnAddButton_clicked" ID="IdlCompilerOptionsDialog.on_dnAddButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_dnAddButton_clicked</h4> +<b>on_dnAddButton_clicked</b>(<i></i>) +<p> + Private slot to add a 'Define Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_dnDeleteButton_clicked" ID="IdlCompilerOptionsDialog.on_dnDeleteButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_dnDeleteButton_clicked</h4> +<b>on_dnDeleteButton_clicked</b>(<i></i>) +<p> + Private slot to delete the selected 'Define Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_dnEditButton_clicked" ID="IdlCompilerOptionsDialog.on_dnEditButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_dnEditButton_clicked</h4> +<b>on_dnEditButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected 'Define Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged" ID="IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged"></a> +<h4>IdlCompilerOptionsDialog.on_dnList_itemSelectionChanged</h4> +<b>on_dnList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot handling the selection of a 'Define Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_idAddButton_clicked" ID="IdlCompilerOptionsDialog.on_idAddButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_idAddButton_clicked</h4> +<b>on_idAddButton_clicked</b>(<i></i>) +<p> + Private slot to add an 'Include Directory'. +</p><a NAME="IdlCompilerOptionsDialog.on_idDeleteButton_clicked" ID="IdlCompilerOptionsDialog.on_idDeleteButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_idDeleteButton_clicked</h4> +<b>on_idDeleteButton_clicked</b>(<i></i>) +<p> + Private slot to delete the selected 'Include Directory' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_idEditButton_clicked" ID="IdlCompilerOptionsDialog.on_idEditButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_idEditButton_clicked</h4> +<b>on_idEditButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected 'Include Directory' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_idList_itemSelectionChanged" ID="IdlCompilerOptionsDialog.on_idList_itemSelectionChanged"></a> +<h4>IdlCompilerOptionsDialog.on_idList_itemSelectionChanged</h4> +<b>on_idList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot handling the selection of an 'Include Directory' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_unAddButton_clicked" ID="IdlCompilerOptionsDialog.on_unAddButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_unAddButton_clicked</h4> +<b>on_unAddButton_clicked</b>(<i></i>) +<p> + Private slot to add a 'Undefine Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_unDeleteButton_clicked" ID="IdlCompilerOptionsDialog.on_unDeleteButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_unDeleteButton_clicked</h4> +<b>on_unDeleteButton_clicked</b>(<i></i>) +<p> + Private slot to delete the selected 'Undefine Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_unEditButton_clicked" ID="IdlCompilerOptionsDialog.on_unEditButton_clicked"></a> +<h4>IdlCompilerOptionsDialog.on_unEditButton_clicked</h4> +<b>on_unEditButton_clicked</b>(<i></i>) +<p> + Private slot to edit the selected 'Undefine Name' entry. +</p><a NAME="IdlCompilerOptionsDialog.on_unList_itemSelectionChanged" ID="IdlCompilerOptionsDialog.on_unList_itemSelectionChanged"></a> +<h4>IdlCompilerOptionsDialog.on_unList_itemSelectionChanged</h4> +<b>on_unList_itemSelectionChanged</b>(<i></i>) +<p> + Private slot handling the selection of a 'Undefine Name' entry. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/eric6.Project.Project.html Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Source/eric6.Project.Project.html Sun Jul 29 14:04:22 2018 +0200 @@ -604,6 +604,9 @@ <td><a href="#Project.handlePreferencesChanged">handlePreferencesChanged</a></td> <td>Public slot used to handle the preferencesChanged signal.</td> </tr><tr> +<td><a href="#Project.hasDefaultIdlCompilerParameters">hasDefaultIdlCompilerParameters</a></td> +<td>Public method to test, if the project contains the default IDL compiler parameters.</td> +</tr><tr> <td><a href="#Project.hasDefaultMakeParameters">hasDefaultMakeParameters</a></td> <td>Public method to test, if the project contains the default make parameters.</td> </tr><tr> @@ -2129,7 +2132,23 @@ <b>handlePreferencesChanged</b>(<i></i>) <p> Public slot used to handle the preferencesChanged signal. -</p><a NAME="Project.hasDefaultMakeParameters" ID="Project.hasDefaultMakeParameters"></a> +</p><a NAME="Project.hasDefaultIdlCompilerParameters" ID="Project.hasDefaultIdlCompilerParameters"></a> +<h4>Project.hasDefaultIdlCompilerParameters</h4> +<b>hasDefaultIdlCompilerParameters</b>(<i></i>) +<p> + Public method to test, if the project contains the default IDL compiler + parameters. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating default parameter set +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="Project.hasDefaultMakeParameters" ID="Project.hasDefaultMakeParameters"></a> <h4>Project.hasDefaultMakeParameters</h4> <b>hasDefaultMakeParameters</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.Project.ProjectInterfacesBrowser.html Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Source/eric6.Project.ProjectInterfacesBrowser.html Sun Jul 29 14:04:22 2018 +0200 @@ -100,6 +100,9 @@ <td><a href="#ProjectInterfacesBrowser.__configureCorba">__configureCorba</a></td> <td>Private method to open the configuration dialog.</td> </tr><tr> +<td><a href="#ProjectInterfacesBrowser.__configureIdlCompiler">__configureIdlCompiler</a></td> +<td>Private method to show a dialog to configure some options for the IDL compiler.</td> +</tr><tr> <td><a href="#ProjectInterfacesBrowser.__deleteFile">__deleteFile</a></td> <td>Private method to delete files from the project.</td> </tr><tr> @@ -215,6 +218,12 @@ <b>__configureCorba</b>(<i></i>) <p> Private method to open the configuration dialog. +</p><a NAME="ProjectInterfacesBrowser.__configureIdlCompiler" ID="ProjectInterfacesBrowser.__configureIdlCompiler"></a> +<h4>ProjectInterfacesBrowser.__configureIdlCompiler</h4> +<b>__configureIdlCompiler</b>(<i></i>) +<p> + Private method to show a dialog to configure some options for the + IDL compiler. </p><a NAME="ProjectInterfacesBrowser.__deleteFile" ID="ProjectInterfacesBrowser.__deleteFile"></a> <h4>ProjectInterfacesBrowser.__deleteFile</h4> <b>__deleteFile</b>(<i></i>)
--- a/Documentation/Source/index-eric6.E5Gui.html Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Source/index-eric6.E5Gui.html Sun Jul 29 14:04:22 2018 +0200 @@ -99,6 +99,9 @@ <td><a href="eric6.E5Gui.E5PathPicker.html">E5PathPicker</a></td> <td>Module implementing a path picker widget.</td> </tr><tr> +<td><a href="eric6.E5Gui.E5PathPickerDialog.html">E5PathPickerDialog</a></td> +<td>Module implementing a dialog to enter a file system path using a file picker.</td> +</tr><tr> <td><a href="eric6.E5Gui.E5ProgressDialog.html">E5ProgressDialog</a></td> <td>Module implementing a progress dialog allowing a customized progress bar label.</td> </tr><tr>
--- a/Documentation/Source/index-eric6.Project.html Sat Jul 21 13:46:07 2018 +0200 +++ b/Documentation/Source/index-eric6.Project.html Sun Jul 29 14:04:22 2018 +0200 @@ -56,6 +56,12 @@ <td><a href="eric6.Project.FiletypeAssociationDialog.html">FiletypeAssociationDialog</a></td> <td>Module implementing a dialog to enter filetype associations for the project.</td> </tr><tr> +<td><a href="eric6.Project.IdlCompilerDefineNameDialog.html">IdlCompilerDefineNameDialog</a></td> +<td>Module implementing a dialog to enter the name-value pair to define a variable for the IDL compiler.</td> +</tr><tr> +<td><a href="eric6.Project.IdlCompilerOptionsDialog.html">IdlCompilerOptionsDialog</a></td> +<td>Module implementing a dialog to enter some IDL compiler options.</td> +</tr><tr> <td><a href="eric6.Project.LexerAssociationDialog.html">LexerAssociationDialog</a></td> <td>Module implementing a dialog to enter lexer associations for the project.</td> </tr><tr>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/E5Gui/E5PathPickerDialog.py Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,162 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter a file system path using a file picker. +""" + +from __future__ import unicode_literals + +from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel + +from .E5PathPicker import E5PathPicker, E5PathPickerModes + +class E5PathPickerDialog(QDialog): + """ + Class implementing a dialog to enter a file system path using a file + picker. + """ + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget + @type QWidget + """ + super(E5PathPickerDialog, self).__init__(parent) + + self.setMinimumWidth(400) + + self.__layout = QVBoxLayout(self) + + self.__label = QLabel(self) + self.__label.setWordWrap(True) + + self.__pathPicker = E5PathPicker(self) + self.__buttonBox = QDialogButtonBox( + QDialogButtonBox.Cancel | QDialogButtonBox.Ok, self) + + self.__layout.addWidget(self.__label) + self.__layout.addWidget(self.__pathPicker) + self.__layout.addWidget(self.__buttonBox) + + self.__buttonBox.accepted.connect(self.accept) + self.__buttonBox.rejected.connect(self.reject) + + def setLabelText(self, text): + """ + Public method to set the label text. + + @param text label text + @type str + """ + self.__label.setText(text) + + def setTitle(self, title): + """ + Public method to set the window title. + + @param title window title + @type str + """ + self.setWindowTitle(title) + self.__pathPicker.setWindowTitle(title) + + def setPickerMode(self, mode): + """ + Public method to set the mode of the path picker. + + @param mode picker mode + @type E5PathPickerModes + """ + self.__pathPicker.setMode(mode) + + def setPickerPath(self, path): + """ + Public method to set the path of the path picker. + + @param path path to be set + @type str + """ + self.__pathPicker.setPath(path) + + def setDefaultDirectory(self, directory): + """ + Public method to set the default directory of the path picker. + + @param directory default directory + @type str + """ + self.__pathPicker.setDefaultDirectory(directory) + + def setPickerFilters(self, filters): + """ + Public method to set the filters of the path picker. + + Note: Multiple filters must be separated by ';;'. + + @param filters string containing the file filters + @type str + """ + self.__pathPicker.setFilters(filters) + + def getPath(self): + """ + Public method to get the current path. + + @return current path + @rtype str + """ + return self.__pathPicker.path() + + +def getPath(parent, title, label, mode=E5PathPickerModes.OpenFileMode, + path="", defaultDirectory="", filters=None): + """ + Function to get a file or directory path from the user. + + @param parent reference to the parent widget + @type QWidget + @param title title of the dialog + @type str + @param label text to be shown above the path picker + @type str + @param mode mode of the path picker + @type E5PathPickerModes + @param path initial path to be shown + @type str + @param defaultDirectory default directory of the path picker selection + dialog + @type str + @param filters list of file filters + @type list of str + @return tuple containing the entered path and a flag indicating that the + user pressed the OK button + @rtype tuple of (str, bool) + """ + # step 1: setup of the dialog + dlg = E5PathPickerDialog(parent) + if title: + dlg.setTitle(title) + if label: + dlg.setLabelText(label) + dlg.setPickerMode(mode) + if path: + dlg.setPickerPath(path) + if defaultDirectory: + dlg.setDefaultDirectory(defaultDirectory) + if filters is not None and len(filters) > 0: + dlg.setPickerFilters(";;".join(filters)) + + # step 2: show the dialog and get the result + if dlg.exec_() == QDialog.Accepted: + ok = True + path = dlg.getPath().strip() + else: + ok = False + path = "" + + # step 3: return the result + return path, ok
--- a/E5XML/Config.py Sat Jul 21 13:46:07 2018 +0200 +++ b/E5XML/Config.py Sun Jul 29 14:04:22 2018 +0200 @@ -11,7 +11,8 @@ multiProjectFileFormatVersion = "5.1" # version numbers of the project file -projectFileFormatVersion = "6.1" +projectFileFormatVersion = "6.2" +projectFileFormatVersionMake = "6.1" projectFileFormatVersionProto = "6.0" projectFileFormatVersionAlt = "5.1"
--- a/E5XML/ProjectReader.py Sat Jul 21 13:46:07 2018 +0200 +++ b/E5XML/ProjectReader.py Sun Jul 29 14:04:22 2018 +0200 @@ -19,7 +19,7 @@ """ Class for reading an XML project file. """ - supportedVersions = ["4.6", "5.0", "5.1", "6.0", "6.1"] + supportedVersions = ["4.6", "5.0", "5.1", "6.0", "6.1", "6.2"] def __init__(self, device, project): """ @@ -115,6 +115,9 @@ elif self.name() == "Make": self.__readBasicDataField( "Make", "MakeParameters", "MAKEPARAMS") + elif self.name() == "IdlCompiler": + self.__readBasicDataField( + "IdlCompiler", "IdlCompilerParameters", "IDLPARAMS") elif self.name() == "ProjectTypeSpecific": self.__readBasicDataField( "ProjectTypeSpecific", "ProjectTypeSpecificData",
--- a/E5XML/ProjectWriter.py Sat Jul 21 13:46:07 2018 +0200 +++ b/E5XML/ProjectWriter.py Sun Jul 29 14:04:22 2018 +0200 @@ -14,8 +14,8 @@ from E5Gui.E5Application import e5App from .XMLStreamWriterBase import XMLStreamWriterBase -from .Config import projectFileFormatVersion, projectFileFormatVersionProto, \ - projectFileFormatVersionAlt +from .Config import projectFileFormatVersion, projectFileFormatVersionMake, \ + projectFileFormatVersionProto, projectFileFormatVersionAlt import Preferences import Utilities @@ -43,8 +43,10 @@ """ XMLStreamWriterBase.writeXML(self) - if not e5App().getObject("Project").hasDefaultMakeParameters(): + if not e5App().getObject("Project").hasDefaultIdlCompilerParameters(): fileFormatVersion = projectFileFormatVersion + elif not e5App().getObject("Project").hasDefaultMakeParameters(): + fileFormatVersion = projectFileFormatVersionMake elif self.pdata["PROTOCOLS"]: fileFormatVersion = projectFileFormatVersionProto else: @@ -223,6 +225,12 @@ self.writeBasics("MakeParameters", self.pdata["MAKEPARAMS"]) self.writeEndElement() + # do the 'IDL' parameters + if not e5App().getObject("Project").hasDefaultIdlCompilerParameters(): + self.writeStartElement("IdlCompiler") + self.writeBasics("IdlCompilerParameters", self.pdata["IDLPARAMS"]) + self.writeEndElement() + # do the extra project data stuff if len(self.pdata["PROJECTTYPESPECIFICDATA"]): self.writeStartElement("ProjectTypeSpecific")
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/IdlCompilerDefineNameDialog.py Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,71 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter the name-value pair to define a variable +for the IDL compiler. +""" + +from PyQt5.QtCore import pyqtSlot +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from .Ui_IdlCompilerDefineNameDialog import Ui_IdlCompilerDefineNameDialog + + +class IdlCompilerDefineNameDialog(QDialog, Ui_IdlCompilerDefineNameDialog): + """ + Class implementing a dialog to enter the name-value pair to define a + variable for the IDL compiler. + """ + def __init__(self, name="", value="", parent=None): + """ + Constructor + + @param name name of the variable + @type str + @param value value of the variable + @type str + @param parent reference to the parent widget + @type QWidget + """ + super(IdlCompilerDefineNameDialog, self).__init__(parent) + self.setupUi(self) + + self.nameEdit.setText(name) + self.valueEdit.setText(value) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + + self.__updateOkButton() + + def __updateOkButton(self): + """ + Private slot to update the enable state of the OK button. + """ + self.buttonBox.button(QDialogButtonBox.Ok).setEnabled( + bool(self.nameEdit.text())) + + @pyqtSlot(str) + def on_nameEdit_textChanged(self, txt): + """ + Private slot to handle changes of the name. + + @param txt current text of the name edit + @type str + """ + self.__updateOkButton() + + def getData(self): + """ + Public method to get the entered data. + + @return tuple containing the variable name and value + @rtype tuple of (str, str) + """ + return ( + self.nameEdit.text().strip(), + self.valueEdit.text().strip(), + )
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/IdlCompilerDefineNameDialog.ui Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>IdlCompilerDefineNameDialog</class> + <widget class="QDialog" name="IdlCompilerDefineNameDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>108</height> + </rect> + </property> + <property name="windowTitle"> + <string>Define Name</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="nameEdit"> + <property name="toolTip"> + <string>Enter the variable name</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Value:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="valueEdit"> + <property name="toolTip"> + <string>Enter an optional value</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>nameEdit</tabstop> + <tabstop>valueEdit</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>IdlCompilerDefineNameDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>IdlCompilerDefineNameDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/IdlCompilerOptionsDialog.py Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,420 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2018 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to enter some IDL compiler options. +""" + +from PyQt5.QtCore import pyqtSlot, Qt +from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QInputDialog + +from .Ui_IdlCompilerOptionsDialog import Ui_IdlCompilerOptionsDialog + +import UI.PixmapCache + +from E5Gui import E5PathPickerDialog +from E5Gui.E5PathPicker import E5PathPickerModes + +from .IdlCompilerDefineNameDialog import IdlCompilerDefineNameDialog + + +class IdlCompilerOptionsDialog(QDialog, Ui_IdlCompilerOptionsDialog): + """ + Class implementing a dialog to enter some IDL compiler options. + """ + def __init__(self, includeDirectories, definedNames, undefinedNames, + project=None, parent=None): + """ + Constructor + + @param includeDirectories list of include directories + @type list of str + @param definedNames list of defined variables with name and value + separated by '=' + @type list of str + @param undefinedNames list of undefined names + @type list of str + @param projectDirectory directory name of the project + @type str + @param parent reference to the parent widget + @type QWidget + """ + super(IdlCompilerOptionsDialog, self).__init__(parent) + self.setupUi(self) + + self.__project = project + + self.idAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) + self.idDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) + self.idEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + + self.dnAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) + self.dnDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) + self.dnEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + + self.unAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) + self.unDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) + self.unEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + + self.__populateIncludeDirectoriesList(includeDirectories) + self.__populateDefineNamesList(definedNames) + self.unList.addItems(undefinedNames) + + self.__updateIncludeDirectoryButtons() + self.__updateDefineNameButtons() + self.__updateUndefineNameButtons() + + ####################################################################### + ## Methods implementing the 'Include Directory' option + ####################################################################### + + def __updateIncludeDirectoryButtons(self): + """ + Private method to set the state of the 'Include Directory' buttons. + """ + enable = len(self.idList.selectedItems()) + self.idDeleteButton.setEnabled(enable) + self.idEditButton.setEnabled(enable) + + def __populateIncludeDirectoriesList(self, includeDirectories): + """ + Private method to populate the 'Include Directories' list. + + @param includeDirectories list of include directories + @type list of str + """ + for directory in includeDirectories: + if self.__project: + path = self.__project.getRelativeUniversalPath(directory) + if not path: + # it is the project directory + path = "." + self.idList.addItem(path) + else: + self.idList.addItem(directory) + + def __generateIncludeDirectoriesList(self): + """ + Private method to prepare the list of 'Include Directories'. + + @return list of 'Include Directories' + @rtype list of str + """ + return [ + self.idList.item(row).text() + for row in range(self.idList.count()) + ] + + def __includeDirectoriesContain(self, directory): + """ + Private method to test, if the currently defined 'Include Directories' + contain a given one. + + @param directory directory name to be tested + @type str + @return flag indicating that the given directory is already included + @rtype bool + """ + return len(self.idList.findItems(directory, Qt.MatchExactly)) > 0 + + @pyqtSlot() + def on_idList_itemSelectionChanged(self): + """ + Private slot handling the selection of an 'Include Directory' entry. + """ + self.__updateIncludeDirectoryButtons() + + @pyqtSlot() + def on_idAddButton_clicked(self): + """ + Private slot to add an 'Include Directory'. + """ + if self.__project: + defaultDirectory = self.__project.getProjectPath() + else: + defaultDirectory = "" + path, ok = E5PathPickerDialog.getPath( + self, + self.tr("Include Directory"), + self.tr("Select Include Directory"), + E5PathPickerModes.DirectoryShowFilesMode, + defaultDirectory=defaultDirectory + ) + if ok and path: + if self.__project: + path = self.__project.getRelativeUniversalPath(path) + if not path: + path = "." + if not self.__includeDirectoriesContain(path): + self.idList.addItem(path) + + @pyqtSlot() + def on_idDeleteButton_clicked(self): + """ + Private slot to delete the selected 'Include Directory' entry. + """ + itm = self.idList.selectedItems()[0] + row = self.idList.row(itm) + self.idList.takeItem(row) + del itm + + @pyqtSlot() + def on_idEditButton_clicked(self): + """ + Private slot to edit the selected 'Include Directory' entry. + """ + itm = self.idList.selectedItems()[0] + if self.__project: + path = self.__project.getAbsoluteUniversalPath(itm.text()) + defaultDirectory = self.__project.getProjectPath() + else: + path = itm.text() + defaultDirectory = "" + path, ok = E5PathPickerDialog.getPath( + self, + self.tr("Include Directory"), + self.tr("Select Include Directory"), + E5PathPickerModes.DirectoryShowFilesMode, + path=path, + defaultDirectory=defaultDirectory + ) + if ok and path: + if self.__project: + path = self.__project.getRelativeUniversalPath(path) + if not path: + path = "." + if self.__includeDirectoriesContain(path) and itm.text() != path: + # the entry exists already, delete the edited one + row = self.idList.row(itm) + self.idList.takeItem(row) + del itm + else: + itm.setText(path) + + ####################################################################### + ## Methods implementing the 'Define Name' option + ####################################################################### + + def __updateDefineNameButtons(self): + """ + Private method to set the state of the 'Define Name' buttons. + """ + enable = len(self.dnList.selectedItems()) + self.dnDeleteButton.setEnabled(enable) + self.dnEditButton.setEnabled(enable) + + def __populateDefineNamesList(self, definedNames): + """ + Private method to populate the list of defined names. + + @param definedNames list of defined variables with name and value + separated by '=' + @type list of str + """ + for definedName in definedNames: + if definedName: + nameValueList = definedName.split("=") + name = nameValueList[0].strip() + if len(nameValueList) > 1: + value = nameValueList[1].strip() + else: + value = "" + QTreeWidgetItem(self.dnList, [name, value]) + + self.dnList.sortItems(0, Qt.AscendingOrder) + + def __generateDefinedNamesList(self): + """ + Private method to prepare the list of 'Defined Names'. + + @return list of 'Defined Names' + @rtype list of str + """ + definedNames = [] + for row in range(self.dnList.topLevelItemCount()): + itm = self.dnList.topLevelItem(row) + name = itm.text(0).strip() + value = itm.text(1).strip() + if value: + definedNames.append("{0}={1}".format(name, value)) + else: + definedNames.append(name) + + return definedNames + + def __definedNamesContain(self, name): + """ + Private method to test, if the currently defined 'Defined Names' + contain a given one. + + @param name variable name to be tested + @type str + @return flag indicating that the given name is already included + @rtype bool + """ + return len(self.dnList.findItems(name, Qt.MatchExactly, 0)) > 0 + + @pyqtSlot() + def on_dnList_itemSelectionChanged(self): + """ + Private slot handling the selection of a 'Define Name' entry. + """ + self.__updateDefineNameButtons() + + @pyqtSlot() + def on_dnAddButton_clicked(self): + """ + Private slot to add a 'Define Name' entry. + """ + dlg = IdlCompilerDefineNameDialog(parent=self) + if dlg.exec_() == QDialog.Accepted: + name, value = dlg.getData() + if not self.__definedNamesContain(name): + QTreeWidgetItem(self.dnList, [name, value]) + + self.dnList.sortItems(0, Qt.AscendingOrder) + + @pyqtSlot() + def on_dnDeleteButton_clicked(self): + """ + Private slot to delete the selected 'Define Name' entry. + """ + itm = self.dnList.selectedItems()[0] + index = self.dnList.indexOfTopLevelItem(itm) + self.dnList.takeTopLevelItem(index) + del itm + + @pyqtSlot() + def on_dnEditButton_clicked(self): + """ + Private slot to edit the selected 'Define Name' entry. + """ + itm = self.dnList.selectedItems()[0] + + dlg = IdlCompilerDefineNameDialog( + name=itm.text(0), value=itm.text(1), parent=self) + if dlg.exec_() == QDialog.Accepted: + name, value = dlg.getData() + if self.__definedNamesContain(name) and itm.text(0) != name: + # the entry exists already, delete the edited one + index = self.dnList.indexOfTopLevelItem(itm) + self.dnList.takeTopLevelItem(index) + del itm + + # change the named one + itm = self.dnList.findItems(name, Qt.MatchExactly, 0)[0] + itm.setText(1, value) + else: + itm.setText(0, name) + itm.setText(1, value) + + self.dnList.sortItems(0, Qt.AscendingOrder) + + ####################################################################### + ## Methods implementing the 'Undefine Name' option + ####################################################################### + + def __updateUndefineNameButtons(self): + """ + Private method to set the state of the 'Undefine Name' buttons. + """ + enable = len(self.unList.selectedItems()) + self.unDeleteButton.setEnabled(enable) + self.unEditButton.setEnabled(enable) + + def __generateUndefinedNamesList(self): + """ + Private method to prepare the list of 'Undefined Names'. + + @return list of 'Undefined Names' + @rtype list of str + """ + return [ + self.unList.item(row).text() + for row in range(self.unList.count()) + ] + + def __undefinedNamesContain(self, name): + """ + Private method to test, if the currently defined 'Undefined Names' + contain a given one. + + @param name variable name to be tested + @type str + @return flag indicating that the given name is already included + @rtype bool + """ + return len(self.unList.findItems(name, Qt.MatchExactly)) > 0 + + @pyqtSlot() + def on_unList_itemSelectionChanged(self): + """ + Private slot handling the selection of a 'Undefine Name' entry. + """ + self.__updateUndefineNameButtons() + + @pyqtSlot() + def on_unAddButton_clicked(self): + """ + Private slot to add a 'Undefine Name' entry. + """ + name, ok = QInputDialog.getText( + self, + self.tr("Undefine Name"), + self.tr("Enter a variable name to be undefined:") + ) + name = name.strip() + if ok and name and not self.__undefinedNamesContain(name): + self.unList.addItem(name) + + @pyqtSlot() + def on_unDeleteButton_clicked(self): + """ + Private slot to delete the selected 'Undefine Name' entry. + """ + itm = self.unList.selectedItems()[0] + row = self.unList.row(itm) + self.unList.takeItem(row) + del itm + + @pyqtSlot() + def on_unEditButton_clicked(self): + """ + Private slot to edit the selected 'Undefine Name' entry. + """ + itm = self.unList.selectedItems()[0] + name, ok = QInputDialog.getText( + self, + self.tr("Undefine Name"), + self.tr("Enter a variable name to be undefined:"), + text=itm.text() + ) + name = name.strip() + if ok and name: + if self.__undefinedNamesContain(name) and itm.text() != name: + # the entry exists already, delete the edited one + row = self.unList.row(itm) + self.unList.takeItem(row) + del itm + else: + itm.setText(name) + + ####################################################################### + ## Methods implementing the result preparation + ####################################################################### + + def getData(self): + """ + Public method to return the data entered by the user. + + @return tuple containing the list of include directories, list of + defined names and list of undefined names + @rtype tuple of (list of str, list of str, list of str) + """ + return ( + self.__generateIncludeDirectoriesList(), + self.__generateDefinedNamesList(), + self.__generateUndefinedNamesList(), + )
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Project/IdlCompilerOptionsDialog.ui Sun Jul 29 14:04:22 2018 +0200 @@ -0,0 +1,282 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>IdlCompilerOptionsDialog</class> + <widget class="QDialog" name="IdlCompilerOptionsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>450</width> + <height>600</height> + </rect> + </property> + <property name="windowTitle"> + <string>IDL Compiler Options</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QGroupBox" name="includeDirectoriesGroup"> + <property name="title"> + <string>Include Directories (absolute or project relative)</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QListWidget" name="idList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QToolButton" name="idAddButton"> + <property name="toolTip"> + <string>Add an include directory</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="idDeleteButton"> + <property name="toolTip"> + <string>Delete an include directory</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="idEditButton"> + <property name="toolTip"> + <string>Edit an include directory</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Define Names</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QTreeWidget" name="dnList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <property name="sortingEnabled"> + <bool>false</bool> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <attribute name="headerDefaultSectionSize"> + <number>150</number> + </attribute> + <attribute name="headerShowSortIndicator" stdset="0"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Value</string> + </property> + </column> + <column> + <property name="text"> + <string> </string> + </property> + </column> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QToolButton" name="dnAddButton"> + <property name="toolTip"> + <string>Add a name entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="dnDeleteButton"> + <property name="toolTip"> + <string>Delete a name entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="dnEditButton"> + <property name="toolTip"> + <string>Edit a name entry</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Undefine Names</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QListWidget" name="unList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QToolButton" name="unAddButton"> + <property name="toolTip"> + <string>Add a name entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="unDeleteButton"> + <property name="toolTip"> + <string>Delete a name entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="unEditButton"> + <property name="toolTip"> + <string>Edit a name entry</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>idList</tabstop> + <tabstop>idAddButton</tabstop> + <tabstop>idDeleteButton</tabstop> + <tabstop>idEditButton</tabstop> + <tabstop>dnList</tabstop> + <tabstop>dnAddButton</tabstop> + <tabstop>dnDeleteButton</tabstop> + <tabstop>dnEditButton</tabstop> + <tabstop>unList</tabstop> + <tabstop>unAddButton</tabstop> + <tabstop>unDeleteButton</tabstop> + <tabstop>unEditButton</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>IdlCompilerOptionsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>IdlCompilerOptionsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/Project/Project.py Sat Jul 21 13:46:07 2018 +0200 +++ b/Project/Project.py Sun Jul 29 14:04:22 2018 +0200 @@ -488,6 +488,11 @@ "MakeParameters": "", "MakeTestOnly": True, }, + "IDLPARAMS": { + "IncludeDirs": [], + "DefinedNames": [], + "UndefinedNames": [], + }, "EOL": -1, } @@ -5616,3 +5621,21 @@ self.__makeProcess.finished.disconnect() self.__makeProcess.deleteLater() self.__makeProcess = None + + ######################################################################### + ## Below are methods implementing the some 'IDL' support functions + ######################################################################### + + def hasDefaultIdlCompilerParameters(self): + """ + Public method to test, if the project contains the default IDL compiler + parameters. + + @return flag indicating default parameter set + @rtype bool + """ + return self.pdata["IDLPARAMS"] == { + "IncludeDirs": [], + "DefinedNames": [], + "UndefinedNames": [], + }
--- a/Project/ProjectInterfacesBrowser.py Sat Jul 21 13:46:07 2018 +0200 +++ b/Project/ProjectInterfacesBrowser.py Sun Jul 29 14:04:22 2018 +0200 @@ -100,6 +100,11 @@ self.sourceMenu.addAction( self.tr('Compile all interfaces'), self.__compileAllInterfaces) + self.sourceMenu.addSeparator() + self.sourceMenu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.sourceMenu.addSeparator() self.sourceMenu.addAction(self.tr('Open'), self._openItem) self.sourceMenu.addSeparator() act = self.sourceMenu.addAction( @@ -137,6 +142,11 @@ self.menu.addAction( self.tr('Compile all interfaces'), self.__compileAllInterfaces) + self.menu.addSeparator() + self.menu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.menu.addSeparator() self.menu.addAction(self.tr('Open'), self._openItem) self.menu.addSeparator() self.menu.addAction( @@ -160,6 +170,10 @@ self.tr('Compile all interfaces'), self.__compileAllInterfaces) self.backMenu.addSeparator() + self.backMenu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.backMenu.addSeparator() self.backMenu.addAction( self.tr('Add interfaces...'), self.project.addIdlFiles) self.backMenu.addAction( @@ -181,6 +195,11 @@ self.multiMenu.addAction( self.tr('Compile interfaces'), self.__compileSelectedInterfaces) + self.multiMenu.addSeparator() + self.multiMenu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.multiMenu.addSeparator() self.multiMenu.addAction(self.tr('Open'), self._openItem) self.multiMenu.addSeparator() act = self.multiMenu.addAction( @@ -205,6 +224,10 @@ self.tr('Compile all interfaces'), self.__compileAllInterfaces) self.dirMenu.addSeparator() + self.dirMenu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.dirMenu.addSeparator() act = self.dirMenu.addAction( self.tr('Remove from project'), self._removeFile) self.dirMenuActions.append(act) @@ -236,6 +259,10 @@ self.tr('Compile all interfaces'), self.__compileAllInterfaces) self.dirMultiMenu.addSeparator() + self.dirMultiMenu.addAction( + self.tr('Configure IDL compiler'), + self.__configureIdlCompiler) + self.dirMultiMenu.addSeparator() self.dirMultiMenu.addAction( self.tr('Add interfaces...'), self.project.addIdlFiles) self.dirMultiMenu.addAction( @@ -525,13 +552,22 @@ @param progress reference to the progress dialog (E5ProgressDialog) @return reference to the compile process (QProcess) """ + params = self.project.pdata["IDLPARAMS"] + self.compileProc = QProcess() args = [] args.append("-bpython") args.append("-I.") + for directory in params["IncludeDirs"]: + args.append("-I{0}".format( + self.project.getAbsoluteUniversalPath(directory))) + for name in params["DefinedNames"]: + args.append("-D{0}".format(name)) + for name in params["UndefinedNames"]: + args.append("-U{0}".format(name)) - fn = os.path.join(self.project.ppath, fn) + fn = self.project.getAbsoluteUniversalPath(fn) self.idlFile = fn args.append("-C{0}".format(os.path.dirname(fn))) args.append(fn) @@ -634,7 +670,30 @@ i += 1 progress.setValue(numIDLs) + + def __configureIdlCompiler(self): + """ + Private method to show a dialog to configure some options for the + IDL compiler. + """ + params = self.project.pdata["IDLPARAMS"] + from .IdlCompilerOptionsDialog import IdlCompilerOptionsDialog + dlg = IdlCompilerOptionsDialog( + params["IncludeDirs"][:], params["DefinedNames"][:], + params["UndefinedNames"][:], self.project, self) + if dlg.exec_() == QDialog.Accepted: + include, defined, undefined = dlg.getData() + if include != params["IncludeDirs"]: + params["IncludeDirs"] = include[:] + self.project.setDirty(True) + if defined != params["DefinedNames"]: + params["DefinedNames"] = defined[:] + self.project.setDirty(True) + if undefined != params["UndefinedNames"]: + params["UndefinedNames"] = undefined[:] + self.project.setDirty(True) + def __configureCorba(self): """ Private method to open the configuration dialog.
--- a/changelog Sat Jul 21 13:46:07 2018 +0200 +++ b/changelog Sun Jul 29 14:04:22 2018 +0200 @@ -13,6 +13,8 @@ * Numbers - File-Browser -- changed code so file-browser is always a standalone window +- Project Interfaces Browser + -- added actions to configure some IDL compiler options (-I, -D, -U) - Shell -- changed code so shell is always a standalone window - Translator
--- a/eric6.e4p Sat Jul 21 13:46:07 2018 +0200 +++ b/eric6.e4p Sun Jul 29 14:04:22 2018 +0200 @@ -131,6 +131,7 @@ <Source>E5Gui/E5PassivePopup.py</Source> <Source>E5Gui/E5PasswordMeter.py</Source> <Source>E5Gui/E5PathPicker.py</Source> + <Source>E5Gui/E5PathPickerDialog.py</Source> <Source>E5Gui/E5ProgressDialog.py</Source> <Source>E5Gui/E5SideBar.py</Source> <Source>E5Gui/E5SimpleHelpDialog.py</Source> @@ -916,6 +917,8 @@ <Source>Project/CreateDialogCodeDialog.py</Source> <Source>Project/DebuggerPropertiesDialog.py</Source> <Source>Project/FiletypeAssociationDialog.py</Source> + <Source>Project/IdlCompilerDefineNameDialog.py</Source> + <Source>Project/IdlCompilerOptionsDialog.py</Source> <Source>Project/LexerAssociationDialog.py</Source> <Source>Project/MakePropertiesDialog.py</Source> <Source>Project/NewDialogClassDialog.py</Source> @@ -2066,6 +2069,8 @@ <Form>Project/CreateDialogCodeDialog.ui</Form> <Form>Project/DebuggerPropertiesDialog.ui</Form> <Form>Project/FiletypeAssociationDialog.ui</Form> + <Form>Project/IdlCompilerDefineNameDialog.ui</Form> + <Form>Project/IdlCompilerOptionsDialog.ui</Form> <Form>Project/LexerAssociationDialog.ui</Form> <Form>Project/MakePropertiesDialog.ui</Form> <Form>Project/NewDialogClassDialog.ui</Form>
--- a/i18n/eric6_cs.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_cs.ts Sun Jul 29 14:04:22 2018 +0200 @@ -40582,6 +40582,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Hodnota:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Jméno</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Hodnota</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -51713,192 +51824,192 @@ <translation>Ostatní</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Prosím, nejdříve uložte projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Uložit relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Smazat relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Načíst nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Uložit nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Má být projekt přidán do repozitáře?</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Výběr verzovacího systému projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -51907,162 +52018,162 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Vygenerovat nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Otevřít...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Otevřít...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Otevřít existující projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Zavřít projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Zavřít</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Uzavře aktuální projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Zavřít projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Zavřít</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Uzavře aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Uložit projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>&Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Uložit projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>&Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>Uložit j&ako...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Uloží aktuální projekt do nového souboru</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation>Přidat soubory do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>&Přidat soubory...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>&Přidat soubory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Přidat soubory do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3824"/> <source>Add directory to project</source> <translation>Přidat adresář do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Přidat adresář...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Přidat adresář...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Přida&t překlad...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Přida&t překlad...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>&Hledat nové soubory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Hledat nové soubory v adresáři projektu.</translation> </message> @@ -52072,57 +52183,57 @@ <translation type="obsolete"><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Natavení...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Natavení...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>Uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>Uživat&elská nastavení...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>Uživat&elská nastavení...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Asociace typů souborů</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Asociace typů souborů...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Zobrazit asociace typů souborů</translation> </message> @@ -52132,347 +52243,347 @@ <translation type="obsolete"><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>Nastavení &debuggeru...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>Nastavení &debuggeru...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation>Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>&Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Uložit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Uložit nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>Uložit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Uložit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Smazat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>Sma&zat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation>Smazat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>Sma&zat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Reset</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Reset</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Načíst relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Načíst relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Uložit relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Uložit relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Smazat relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Smazat relaci</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Metriky kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>Metriky &kódu...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Pokrytí python kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>Pokr&ytí kódu...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Zobrazit informace pokrytí kódu projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Profilovat data...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Zobrazit profilování dat projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>Kontrola &verzí</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Relace</translation> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>Kontrola &verzí</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation></translation> + <source>Sho&w</source> + <translation>Zo&brazit</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished">Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> @@ -52482,22 +52593,22 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>None</translation> </message> @@ -52507,42 +52618,42 @@ <translation>Zaregistrovat typ projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> @@ -52562,62 +52673,62 @@ <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> @@ -52627,17 +52738,17 @@ <translation type="obsolete"><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> @@ -52652,17 +52763,17 @@ <translation type="obsolete"><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> @@ -52672,22 +52783,22 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> @@ -52697,32 +52808,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -52752,37 +52863,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p> {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -52807,83 +52918,83 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52893,132 +53004,132 @@ <translation type="obsolete">Pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53576,130 +53687,135 @@ <translation><b>Prohlížeč Interfaces projektu</b><p>Umožňuje jednoduše vidět všechny interface (CORBA IDL soubory) nacházející se v aktuálním projektu. Několik akcí je možné provést přes kontextové menu.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Kompilovat interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Kompilovat všechny interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Otevřít</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Odebrat z projektu</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Přidat interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Přidat adresář s interaces...</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>Rozložit všechny adresáře</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>Složit všechny adresáře</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>Kompilovat interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>Smazat interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>Opravdu chcete odebrat tyto interfaces z projektu?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>Interface Compilation</source> + <translation>Kompilace interface</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> + <source>The compilation of the interface file was successful.</source> + <translation>Kompilace souboru interface byla úspěšná.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>The compilation of the interface file failed.</source> + <translation>Kompliace interface souboru selhala.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source>Process Generation Error</source> + <translation>Chyba v procesu generování</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Compiling interfaces...</source> + <translation>Kompilovat interfaces...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Abort</source> + <translation>Přerušit</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>Konfigurovat...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>Konfigurovat CORBA...</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>Rozložit všechny adresáře</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>Složit všechny adresáře</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>Kompilovat interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>Smazat interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>Opravdu chcete odebrat tyto interfaces z projektu?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>Interface Compilation</source> - <translation>Kompilace interface</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> - <source>The compilation of the interface file was successful.</source> - <translation>Kompilace souboru interface byla úspěšná.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>The compilation of the interface file failed.</source> - <translation>Kompliace interface souboru selhala.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source>Process Generation Error</source> - <translation>Chyba v procesu generování</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Compiling interfaces...</source> - <translation>Kompilovat interfaces...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Abort</source> - <translation>Přerušit</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>Konfigurovat...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>Konfigurovat CORBA...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation>Kopírovat cestu do schránky</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation><p>Nelze spustit {0}.<br>Ověřte, že je umístěn v požadované cestě.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished">Interface soubory</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -76079,7 +76195,7 @@ <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> @@ -76249,7 +76365,7 @@ <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -76269,7 +76385,7 @@ <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -76399,7 +76515,7 @@ <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Nápověda</translation> </message> @@ -76414,7 +76530,7 @@ <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -76439,67 +76555,67 @@ <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -76514,17 +76630,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -76619,7 +76735,7 @@ <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -76699,7 +76815,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -76714,12 +76830,12 @@ <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> @@ -76949,7 +77065,7 @@ <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> @@ -76994,106 +77110,106 @@ <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6683"/> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> @@ -77128,7 +77244,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -77168,27 +77284,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77274,12 +77390,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -77654,7 +77770,7 @@ <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> </message> @@ -77664,7 +77780,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -77684,7 +77800,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -77754,27 +77870,27 @@ <translation type="unfinished"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Používáte poslední verzi eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> </message> @@ -77794,7 +77910,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77839,7 +77955,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> @@ -77854,17 +77970,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -77879,17 +77995,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -77944,7 +78060,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_de.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_de.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39558,6 +39558,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation>Namen definieren</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation>Gib den Variablennamen ein</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation>Wert:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation>Gib einen optionalen Wert ein</translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation>IDL Compiler Optionen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation>Include Verzeichnisse (absolut oder relativ zum Projekt)</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation>Include Verzeichnis hinzufügen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation>Include Verzeichnis löschen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation>Include Verzeichnis bearbeiten</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation>Definierte Namen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation>Wert</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation>Namenseintrag hinzufügen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation>Namenseintrag löschen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation>Namenseintrag bearbeiten</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation>Gelöschte Namen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation>Include Verzeichnis</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation>Include Verzeichnis auswählen</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation>Gelöschter Name</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation>Gib einen zu löschenden Variablennamen ein:</translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50520,527 +50631,527 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> - <source>New project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3737"/> - <source>&New...</source> - <translation>&Neu...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3742"/> + <source>New project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3742"/> + <source>&New...</source> + <translation>&Neu...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Erstelle ein neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Öffnen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Öffnen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Öffnet ein bestehendes Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Projekt schließen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>Schl&ießen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Schließt das aktuelle Projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Projekt schließen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>Schl&ießen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Schließt das aktuelle Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Projekt speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Speichert das aktuelle Projekt</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Projekt speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Speichert das aktuelle Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add translation to project</source> - <translation>Übersetzung zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>&Übersetzung hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add translation to project</source> + <translation>Übersetzung zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>&Übersetzung hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Projekteigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Eigenschaften...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Zeigt die Projekteigenschaften an</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Zu&letzt geöffnete Projekte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1768"/> - <source>The target directory must not be empty.</source> - <translation>Das Zielverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Search new files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3849"/> - <source>Searc&h new files...</source> - <translation>Neue &Dateien suchen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3853"/> - <source>Search new files in the project directory.</source> - <translation>Sucht neue Dateien im Projektverzeichnis.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1779"/> - <source>Add directory</source> - <translation>Verzeichnis hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1779"/> - <source>The source directory must not be empty.</source> - <translation>Das Quellverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1362"/> - <source>Add Language</source> - <translation>Sprache hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3788"/> - <source>Save &as...</source> - <translation>Speichern &unter...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4726"/> - <source>Version Control System</source> - <translation>Versionskontrollsystem</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4580"/> - <source>Search New Files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4580"/> - <source>There were no new files found to be added.</source> - <translation>Es wurden keine neuen Dateien gefunden.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1001"/> - <source>Read project session</source> - <translation>Projektsitzung lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1223"/> - <source>Please save the project first.</source> - <translation>Bitte speichern Sie zuerst das Projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1037"/> - <source>Save project session</source> - <translation>Projektsitzung speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Sitzung laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Laden der Projektsitzung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Sitzung speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Speichern der Projektsitzung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4012"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4030"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>&Quelltextdokumentation</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> + <source>Open &Recent Projects</source> + <translation>Zu&letzt geöffnete Projekte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1773"/> + <source>The target directory must not be empty.</source> + <translation>Das Zielverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3854"/> + <source>Search new files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3854"/> + <source>Searc&h new files...</source> + <translation>Neue &Dateien suchen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3858"/> + <source>Search new files in the project directory.</source> + <translation>Sucht neue Dateien im Projektverzeichnis.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1784"/> + <source>Add directory</source> + <translation>Verzeichnis hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1784"/> + <source>The source directory must not be empty.</source> + <translation>Das Quellverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1367"/> + <source>Add Language</source> + <translation>Sprache hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3793"/> + <source>Save &as...</source> + <translation>Speichern &unter...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4731"/> + <source>Version Control System</source> + <translation>Versionskontrollsystem</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4585"/> + <source>Search New Files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4585"/> + <source>There were no new files found to be added.</source> + <translation>Es wurden keine neuen Dateien gefunden.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1006"/> + <source>Read project session</source> + <translation>Projektsitzung lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1228"/> + <source>Please save the project first.</source> + <translation>Bitte speichern Sie zuerst das Projekt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1042"/> + <source>Save project session</source> + <translation>Projektsitzung speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Sitzung laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Laden der Projektsitzung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Sitzung speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Speichern der Projektsitzung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>&Quelltextdokumentation</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4241"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Quelltextmetriken</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>&Quelltextmetriken...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Python-Quelltext-Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>&Quelltext Abdeckung...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Profildaten...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Zeige Profildaten des aktuellen Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4238"/> + <location filename="../Project/Project.py" line="4243"/> <source>Sho&w</source> <translation>&Zeige</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Quelltext Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4232"/> + <location filename="../Project/Project.py" line="4237"/> <source>&Version Control</source> <translation>&Versionskontrolle</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>&Applikations-Diagramm...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Zeigt ein Diagramm des Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4239"/> + <location filename="../Project/Project.py" line="4244"/> <source>&Diagrams</source> <translation>&Diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Projektdatei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Verzeichnis zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Verzeichnis hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Verzeichnis zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Verzeichnis hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Existierende Dateien dem Projekt hinzufügen?</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Wähle das Versionskontrollsystem für das Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Projektsitzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Sitzung löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projektsitzungsdatei.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Sitzung löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Löscht die Projektsitzungsdatei.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Sitzung löschen</b><p>Dies löscht die Sitzungsdatei des Projektes.</p></translation> </message> @@ -51055,287 +51166,287 @@ <translation>Sonstige</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Verzeichnis löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Debugger-Eigenschaften lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Debugger-Eigenschaften speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Debugger-Eigenschaften löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation>Debugger-Eigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>Debugger-&Eigenschaften...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Debugger-Eigenschaften anzeigen</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>Debugger-&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Debugger-Eigenschaften anzeigen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Load</source> <translation>Laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Debugger-Eigenschaften laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Debugger-Eigenschaften zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Sitzung</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + <source>&Load</source> + <translation>&Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Debugger-Eigenschaften laden</translation> </message> <message> <location filename="../Project/Project.py" line="3973"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> </message> <message> <location filename="../Project/Project.py" line="3985"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3998"/> + <source>Reset</source> + <translation>Zurücksetzen</translation> </message> <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Debugger-Eigenschaften zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Sitzung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Dateitypzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Dateitypzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> </message> <message> - <location filename="../Project/Project.py" line="4244"/> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Pa&ketierer</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation>Dateien zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>&Dateien hinzufügen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>&Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Projektdateien (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Nutzer bezogene Projektdaten lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Nutzer bezogene Projektdaten sichern</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>User project properties</source> - <translation>Nutzer bezogene Projektdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>&Nutzer bezogene Projektdaten...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>User project properties</source> + <translation>Nutzer bezogene Projektdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>&Nutzer bezogene Projektdaten...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform> @@ -51343,47 +51454,47 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Versionskontrollsystem auswählen</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Keines</translation> </message> @@ -51393,52 +51504,52 @@ <translation>Projekttyp Registrierung</translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Übersetzungsmuster</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Lexerzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Lexerzuordnungen</b><p>Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> </message> @@ -51458,12 +51569,12 @@ <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -51473,32 +51584,32 @@ <translation>Python 2-Dateien (*.py2);;Python 2-GUI-Dateien (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation>Hauptskript erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Das Hauptskript <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation>Diagramm laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation>Diagramm &laden...</translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation>Lade ein Diagramm aus einer Datei.</translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> </message> @@ -51528,27 +51639,27 @@ <translation>PyQt5 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Erzeugt eine erste PKGLIST-Datei für ein eric6-Plugin.</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric6 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -51568,228 +51679,228 @@ <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation>Projektverwaltungsverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> ist nicht beschreibbar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Projektdatei suchen</b><p>Dies sucht nach einer Datei in der Liste der Projektdateien.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation>Projektdatei suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation>Erzeuge Plugin Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> - <source>Create Plugin &Archives</source> - <translation>Erzeuge Plugin &Archive</translation> - </message> - <message> <location filename="../Project/Project.py" line="4150"/> + <source>Create Plugin &Archives</source> + <translation>Erzeuge Plugin &Archive</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation>Erzeugt eric6 Plugin Archivdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Erzeuge Pluginarchive</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Erzeuge Plugin Archive (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Erzeuge Plugin Archive (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Erzeuge Plugin Archive (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Erzeuge Pluginarchive (Snapshot)</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation>Wähle Paketlisten:</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation>Erzeuge Plugin Archive...</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation>Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation>%v/%m Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Die Datei <b>{0}</b> ist noch nicht bereit.</p><p>Bitte überarbeite sie und löschen die Zeile '; initial_list' des Dateikopfes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl, *.proto).</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen, Protokolle oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation>Makefile erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Die make Datei <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation>Make ausführen</translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation>&Make ausführen</translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation>Führt eine 'make' Lauf aus.</translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation><b>Make ausführen</b><p>Die führt einen 'make' Lauf aus, um das konfigurierte Ziel zu bauen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation>Auf Änderungen prüfen</translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation>Auf Änderungen &prüfen</translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation>Fragt 'make', ob ein Neubau erforderlich ist.</translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation><b>Auf Änderungen prüfen</b><p>Dies fragt 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation>Make</translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation>Der make Prozess ist nicht gestartet.</translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation>Der make Prozess ist abgestürzt.</translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des konfigurierten Zieles <b>{0}</b> erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des Standardzieles erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation>Die make Datei enthält Fehler.</translation> </message> @@ -52347,130 +52458,135 @@ <translation><b>Projektschnittstellenbrowser</b><p>Dies bietet eine Übersicht aller im Projekt enthaltenen Schnittstellen (Corba IDL) an. Verschieden Aktionen können über das Kontextmenü ausgeführt werden.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>IDL-Datei übersetzen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Alle IDL-Dateien übersetzen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Aus dem Projekt entfernen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>IDL-Verzeichnis hinzufügen...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation>IDL-Datei-Übersetzung</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation>Die Übersetzung der IDL-Datei war erfolgreich.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation>Die Übersetzung der IDL-Datei ist fehlgeschlagen.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation>Übersetze IDL-Dateien...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation>Abbrechen</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>Alle Verzeichnisse aufklappen</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>Alle Verzeichnisse einklappen</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> + <source>Rename file</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>IDL-Dateien übersetzen</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>IDL-Dateien löschen</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>Wollen Sie wirklich diese IDL-Dateien aus dem Projekt löschen?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> + <translation><p>{0} konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es über den Suchpfad verfügbar ist.</p></translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> + <source>Add interfaces...</source> + <translation>IDL-Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>Einstellungen...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>CORBA-Einstellungen...</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>Alle Verzeichnisse aufklappen</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>Alle Verzeichnisse einklappen</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> - <source>Rename file</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>IDL-Dateien übersetzen</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>IDL-Dateien löschen</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>Wollen Sie wirklich diese IDL-Dateien aus dem Projekt löschen?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> - <translation><p>{0} konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es über den Suchpfad verfügbar ist.</p></translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> - <source>Add interfaces...</source> - <translation>IDL-Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>Einstellungen...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>CORBA-Einstellungen...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation>Pfad in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation>%v/%m Schnittstellen</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation>Schnittstellen</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation>IDL Compiler konfigurieren</translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -74334,7 +74450,7 @@ <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Hilfe</translation> </message> @@ -74344,7 +74460,7 @@ <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problem</translation> </message> @@ -74364,7 +74480,7 @@ <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -74454,7 +74570,7 @@ <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> @@ -74474,7 +74590,7 @@ <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> @@ -74564,7 +74680,7 @@ <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> @@ -74584,7 +74700,7 @@ <translation>&Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> @@ -74634,7 +74750,7 @@ <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> @@ -74704,32 +74820,32 @@ <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht oder hat die Größe Null.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Designer konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Linguist konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Assistant konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Der Werkzeugeeintrag <b>{0}</b> konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{1}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -74754,7 +74870,7 @@ <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die UI-Vorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -74779,7 +74895,7 @@ <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Übersetzungsvorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -74819,42 +74935,42 @@ <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> @@ -74954,7 +75070,7 @@ <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Die Hilfeanzeige konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>hh</b> verfügbar ist.</p></translation> </message> @@ -75035,36 +75151,36 @@ <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> @@ -75074,7 +75190,7 @@ <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -75099,22 +75215,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>&Cancel</source> - <translation>&Abbrechen</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6683"/> + <source>&Cancel</source> + <translation>&Abbrechen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -75209,7 +75325,7 @@ <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -75294,17 +75410,17 @@ <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> @@ -75319,22 +75435,22 @@ <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> @@ -75554,7 +75670,7 @@ <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -75569,7 +75685,7 @@ <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Qt3-Unterstützung</translation> </message> @@ -75619,7 +75735,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> @@ -75659,27 +75775,27 @@ <translation><b>Python 2-Dokumentation</b><p>Zeigt die Python 2-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der konfigurierte Python 2-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -75765,12 +75881,12 @@ <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Bildschirmfotoanwendung konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -76145,7 +76261,7 @@ <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> @@ -76155,7 +76271,7 @@ <translation><b>Python 3-Dokumentation</b><p>Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76175,7 +76291,7 @@ <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> @@ -76246,27 +76362,27 @@ <translation><b>Eric-API-Dokumentation</b><p>Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric6 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation>Sie verwenden die aktuellste Version von eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> @@ -76286,7 +76402,7 @@ <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie <b>nicht verbunden</b> sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -76331,7 +76447,7 @@ <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation>Sitzung laden</translation> </message> @@ -76346,17 +76462,17 @@ <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation>eric6 Sitzungsdateien (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation>Absturzsitzung gefunden!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> </message> @@ -76371,17 +76487,17 @@ <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation> </message> @@ -76436,7 +76552,7 @@ <translation><b>PySide2-Dokumentation</b><p>Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message>
--- a/i18n/eric6_empty.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_empty.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39324,6 +39324,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50342,1200 +50453,1200 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> + <location filename="../Project/Project.py" line="3769"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> - <source>Create &Package List</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4134"/> + <source>Create &Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> + <source>Chec&k</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> + <source>Sho&w</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4150"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -52093,130 +52204,135 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> - <source>Copy Path to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Delete interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Do you really want to delete these interfaces from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -74476,7 +74592,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> @@ -74881,7 +74997,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74901,7 +75017,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -75281,7 +75397,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation type="unfinished"></translation> </message> @@ -75341,7 +75457,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation type="unfinished"></translation> </message> @@ -75401,294 +75517,294 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>&Cancel</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>%v/%m</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6678"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6683"/> + <source>&Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6683"/> + <source>%v/%m</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6687"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -75703,7 +75819,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished"></translation> </message> @@ -75718,17 +75834,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -75743,17 +75859,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -75808,7 +75924,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_en.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39362,6 +39362,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50344,312 +50455,312 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>The project contains one file with syntax errors.</numerusform> @@ -50657,607 +50768,607 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger Properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> + <source>Chec&k</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> + <source>Sho&w</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -51267,32 +51378,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -51322,27 +51433,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -51362,228 +51473,228 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4150"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -52141,130 +52252,135 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> - <source>Copy Path to Clipboard</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> + <source>Copy Path to Clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Delete interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Do you really want to delete these interfaces from the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -74180,7 +74296,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> @@ -74465,7 +74581,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74485,7 +74601,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74730,7 +74846,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation type="unfinished"></translation> </message> @@ -74785,7 +74901,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation type="unfinished"></translation> </message> @@ -74835,214 +74951,214 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>&Cancel</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6683"/> + <source>&Cancel</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> @@ -75082,27 +75198,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -75188,12 +75304,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -75568,7 +75684,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -75578,7 +75694,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -75598,7 +75714,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -75668,27 +75784,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> @@ -75708,7 +75824,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -75753,7 +75869,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished"></translation> </message> @@ -75768,17 +75884,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -75793,17 +75909,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -75858,7 +75974,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_es.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39559,6 +39559,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Valor:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Nombre</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Valor</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50575,207 +50686,207 @@ <translation>Otro</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Leer archivo de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Leer las propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Guardar propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Leer sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Por favor guarde primero el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Guardar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Borrar sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Guardar Tareas</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Leer propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Borrar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Añadir lenguaje</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Borrar traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Agregar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>El directorio de destino no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Añadir directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>El directorio de origen no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Renombrar Archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Borrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Borrar directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Crear directorio de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>¿Agregar archivos existentes al proyecto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Seleccion el Sistema de control de versiones (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>¿Le gustaría editar las opciones de comando para VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Ninguno</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Seleccione el sistema de control de versiones para el proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Abrir proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Guardar proyecto como</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Cerrar Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>El proyecto actual tiene cambios sin guardar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Se detectaron errores de sintaxis</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform> @@ -50783,567 +50894,567 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>&Nuevo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Generar un nuevo proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Abrir un proyecto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> + <location filename="../Project/Project.py" line="3769"/> <source>Close project</source> <translation>Cerrar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Cerrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Cierra el proyecto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Cerrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Cierra el proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Guardar proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>&Guardar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Guarda el proyecto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Guardar proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>&Guardar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Guarda el proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>Guardar co&mo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Guardar el proyecto actual en un nuevo archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add files to project</source> - <translation>Agregar archivos al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>&Agregar archivos...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add files to project</source> + <translation>Agregar archivos al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>&Agregar archivos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Añadir archivos al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3824"/> <source>Add directory to project</source> <translation>Agregar directorio al proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Agregar directorio...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Agregar directorio...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Agregar directorio al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation>Añadir traducción al proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Añadir &Traducción...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Añadir &Traducción...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Añadir una traducción al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Buscar archivos nuevos</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>Bus&car archivos nuevos...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Propiedades del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Propiedades...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Propiedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Ver las propiedades del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>Propiedades del usuario del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>Propiedades del &Usuario...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>Propiedades del &Usuario...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Muestra propiedades del proyecto específicas del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Asociación de tipos de archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Asociación de tipos de archivo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Ver las asociaciones del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger Properties</source> - <translation>Propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>&Propiedades del depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Muestra las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger Properties</source> + <translation>Propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>&Propiedades del depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Muestra las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation>Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Cargar las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation>Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>&Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Cargar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Guardar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Guardar propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>Guardar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Guardar propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Borrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Borrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Borrar las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation>Borrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Borrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Borrar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Restablecer las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Reiniciar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Restablecer las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Cargar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Cargar archivo de sesión de proyectos.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Cargar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Cargar archivo de sesión de proyectos.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Guardar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Guardar archivos de sessión de proyecto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Guardar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Guardar archivos de sessión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Borrar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Borrar el archivo de sesión de proyecto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Borrar sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Borrar el archivo de sesión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Métricas de código</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>Métricas de &código...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Muestra algunas métricas del código para este proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Cobertura de Código Python</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>Co&bertura de código...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Muestra información de cobertura de código para el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Datos de perfil</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>Datos de &pefil...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Mostrar datos de profiling para el proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Diagrama de Aplicación</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>Diagrama de &Aplicación...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Mostrar diagrama del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama de Aplicación...</b><p>Muestra un diagrama del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Crear Lista del Paquete</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation>Crear &Package List</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Crear Archivo de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Abrir Proyectos &Recientes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>Control de &Versiones</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>Veri&ficar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>V&er</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Sesión</translation> + <source>Open &Recent Projects</source> + <translation>Abrir Proyectos &Recientes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>Control de &Versiones</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>Origen de &Documentación</translation> + <source>Chec&k</source> + <translation>Veri&ficar</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Depurador</translation> + <source>Sho&w</source> + <translation>V&er</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>Origen de &Documentación</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Empa&quetadores</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Buscar nuevos archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>No se han encontrado nuevos archivos para ser añadidos.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Sistema de control de versiones</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Datos de Cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>PKGLIST</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>No hay script principal definido para el proyecto actual. Abortando...</translation> </message> @@ -51353,42 +51464,42 @@ <translation>Registrando Tipo de Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation>Crear &Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Debe especificar primero un patrón de traducción.</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Patrón de Traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Asociaciones de Analizador Léxico</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Asociaciones de Analizador Léxico...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Asociaciones de Analizador Léxico ...</b><p>Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.</p></translation> </message> @@ -51408,112 +51519,112 @@ <translation>Archivos Python3 (*.py *.py3);;Archivos de GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser renombrado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>El directorio de proyecto <b>{0}</b> no pudo ser creado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Deshabilitando control de versiones.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser creado.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>El fichero<b>{0}</b> no ha podido ser almacenado en el archivo. Va a ser ignorado.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido se añadido a <b>{1}</b>.</p><p>Razón: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El directorio de destino <b>{0}</b> no ha podido ser creado.</p><p>Razón: {1}</p></translation> </message> @@ -51523,32 +51634,32 @@ <translation>Archivos Python2(*.py2);;Archivos de GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation>Crear script principal</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>El script principal <b>{0}</b> no se ha podido crear.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation>Cargar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation>&Cargar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation>CArgar diagrama desde archivo.</translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Cargar Diagrama...</b><p>Carga un diagrama desde un archivo.</p></translation> </message> @@ -51578,37 +51689,37 @@ <translation>Consola PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Crear un archivo inicial PKGLIST para un plugin para eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Crear Package List</b><p>Crea una lista inicial de archivos para incluir en un archivo de plugin para eric6. Esta lista se crea a partir del archivo de proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation>Crear ficheros para archivo de plugin de eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Crear Archivo de Plugin</b><p>Crea ficheros para archivo de plugin de eric6 utilizando el listado de ficheros proporcionados en un archivo PKGLIST*. El nombre de archivo se crea a partir del nombre del script principal si no se desinga uno en el archivo de lista de package.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin de eric6 <b>{0}</b> no ha podido ser creado. Abortando...</p><p>Razón: {1}</p></translation> </message> @@ -51628,213 +51739,213 @@ <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation>Crear directorio de gestión del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>El directorio del proyecto <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation>Bucar un archivo en el listado de archivos del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Buscar Archivo en el Proyecto</b><p>Busca un archivo en el listado de archivos del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation>Buscar Archivo en Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation>Buscar Archivo en Proyecto...</translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation>Crear Archivos de Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Crear Archivos de Plugin (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Crear Archivos de Plugin (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Crear Archivos de Plugin (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Crear ficheros para archivo de plugin de eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Crear Archivos de Plugin (Snapshot)</b><p>Crea ficheros para archivo de plugin de eric6 usando el listado de ficheros dado en un archivo PKGLIST*. El nombre del archivo se construye a partir del nombre del script principal si no se designa uno en el archivo de package list. La entrada de versión del script principal se modifica para reflejar una snapshot release.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation>Seleccionar package lists:</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation>Creando archivos de plugin...</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation>Abortar</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation>%v/%m Archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser leído.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado con errores.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Los ficheros para archivo de plugin de eric6 se han creado correctamente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>No hay archivo de package list (PKGLIST*) disponible o seleccionado. Abortando...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>El archivo <b>{0}</b> todavía no está listo.</p><p>Por favor, revíselo y borre la línea '; initial_list' del encabezado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Buscar nuevos archivos...</b><p>Busca nuevos archivos (fuentes, *.ui, *.idl, *.proto) en el directorio del proyecto y en los subdirectorios registrados.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociaciones de tipos de archivo...</b><p>Muestra un diálogo para editar asociaciones de tipos de archivo del proyecto. Estas asociaciones determinan el tipo (fuentes, formulario, interfaces, protocolos u otros) con un patrón de nombre de archivo. Se usan al añadir archivos al proyecto y al realizar una búsqueda de nuevos archivos.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>El archivo de traducción seleccionado <b>{0}</b> no se ha podido borrar.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no se ha podido borrar.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>El directorio seleccionado <b>{0}</b> no se ha podido borrar.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation>Crear Makefile</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>El makefile <b>{0}</b> no se ha podido crear.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation>Ejecutar Make</translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation>&Ejecutar Make</translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation>Ejecutar un 'make'</translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation><b>Ejecutar Make</b><p>Ejecuta un 'make' para reconstruir el target configurado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation>Comprobar Cambios</translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation>&Comprobar Cambios</translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation>Preguntar a 'make' si es necesario reconstruir.</translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation><b>Comprobar Cambios</b><p>Pregunta a 'make si es necesario reconstruir el target configurado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation>Make</translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation>El proceso make no ha comenzado.</translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation>El proceso make ha fallado.</translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation><p>Hay cambios que requieren que el target make configurado <b>{0}</b> se reconstruya.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation><p>Hay cambios que requieren que el target make por defecto se reconstruya.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation>El makefile contiene errores.</translation> </message> @@ -52392,130 +52503,135 @@ <translation><b>Navegador de Interfaces del Proyecto</b><p>Permite visualizar facilmente todas las interfaces (archivos CORBA IDL) que contiene el proyecto actual. A través del menú de contexto se pueden ejecutar varias acciones.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Compilar interfaz</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Compilar todas las interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Quitar del proyecto</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Añadir interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Agregar directorio de interfaces...</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>Expandir todos los directorios</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>Contraer todos los directorios</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>Compilar interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>Borrar interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>¿Realmente quiere borrar estas interfaces del proyecto?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>Interface Compilation</source> + <translation>Compilación de Interfaz</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> + <source>The compilation of the interface file was successful.</source> + <translation>Se ha compilado satisfactoriamente el archivo de interfaz.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>The compilation of the interface file failed.</source> + <translation>La compilación del archivo de interfaz ha fallado.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source>Process Generation Error</source> + <translation>Error de Generación de Proceso</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Compiling interfaces...</source> + <translation>Compilando interfaces...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Abort</source> + <translation>Abortar</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>Configurar...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>Configurar CORBA...</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>Expandir todos los directorios</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>Contraer todos los directorios</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>Compilar interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>Borrar interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>¿Realmente quiere borrar estas interfaces del proyecto?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>Interface Compilation</source> - <translation>Compilación de Interfaz</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> - <source>The compilation of the interface file was successful.</source> - <translation>Se ha compilado satisfactoriamente el archivo de interfaz.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>The compilation of the interface file failed.</source> - <translation>La compilación del archivo de interfaz ha fallado.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source>Process Generation Error</source> - <translation>Error de Generación de Proceso</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Compiling interfaces...</source> - <translation>Compilando interfaces...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Abort</source> - <translation>Abortar</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>Configurar...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>Configurar CORBA...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation>Copiar Ruta al Portapapeles</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation><p>No se ha podido ejecutar {0}.<br>Verifique que está en la ruta de búsqueda (search path).</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation>%v/%m Interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation>Interfaces</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -74601,7 +74717,7 @@ <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Test Unitario de Proyecto</translation> </message> @@ -74781,7 +74897,7 @@ <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> @@ -74801,7 +74917,7 @@ <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> @@ -74991,7 +75107,7 @@ <translation>Ajustes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Ayuda</translation> </message> @@ -75011,7 +75127,7 @@ <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -75051,87 +75167,87 @@ <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>No se ha podido ejecutar el visor de ayuda.<br>Asegúrese de que esta disponible como <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -75191,7 +75307,7 @@ <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> @@ -75206,12 +75322,12 @@ <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> @@ -75441,7 +75557,7 @@ <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> @@ -75481,106 +75597,106 @@ <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>El archivo <b>{0}</b> no existe o tiene longitud nula. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Designer.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Linguist.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Assistant.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el visor personalizado.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de UI.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de Traducciones.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido iniciar el navegador SQL.<br>Asegúrese de que está disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>No se ha podido ejecutar la entrada de herramienta <b>{0}</b>.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6683"/> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> @@ -75615,7 +75731,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> @@ -75655,27 +75771,27 @@ <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> @@ -75761,12 +75877,12 @@ <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -76141,7 +76257,7 @@ <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt5 no ha sido configurado.</p></translation> </message> @@ -76151,7 +76267,7 @@ <translation><b>Documentación de Python 3</b><p>Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en <i>/usr/share/doc/packages/python/html</i> para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76171,7 +76287,7 @@ <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> @@ -76241,27 +76357,27 @@ <translation><b>Documentación de API de Eric</b><p>Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -76281,7 +76397,7 @@ <translation>No se han Configurado Herramientas de Usuario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>La información de versiones no se puede descargar porque está <b>sin línea</b>. Por favor, póngase en línea e inténtelo de nuevo.</translation> </message> @@ -76326,7 +76442,7 @@ <translation><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation>Cargar sesión</translation> </message> @@ -76341,17 +76457,17 @@ <translation><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation>Archivos de Sesión de eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation>¡Se ha hallado una sesión perdida!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> </message> @@ -76366,17 +76482,17 @@ <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation> </message> @@ -76431,7 +76547,7 @@ <translation><b>Documentación de PySide2</b><p>Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide{0} no ha sido configurado.</p></translation> </message>
--- a/i18n/eric6_fr.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_fr.ts Sun Jul 29 14:04:22 2018 +0200 @@ -40322,6 +40322,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Nom:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Valeur:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Nom</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Valeur</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -51396,492 +51507,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Lire un fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Enregistrer le fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Lire la session du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Ajouter un répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Suppression de fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Ouvir un projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Enregistrer le projet sous</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> - <source>&New...</source> - <translation>&Nouveau...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3742"/> + <source>&New...</source> + <translation>&Nouveau...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Génerer un nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Ouvrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Ouvrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Ouvrir un projet existant</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Fermer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Fermer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Fermer le projet en cours</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Fermer le projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Fermer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Fermer le projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Enregistrer le projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Enregistre le projet courant</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Enregistrer le projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Enregistre le projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>&Enregistrer sous...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Enregistre le projet en cours dans un nouveau fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add translation to project</source> - <translation>Ajouter une traduction au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Ajouter une &traduction...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add translation to project</source> + <translation>Ajouter une traduction au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Ajouter une &traduction...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Ajoute une traduction au projet en cours</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>Re&chercher des nouveaux fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Propriétés...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Affiche les propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Charger la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Charge le fichier de session du projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Charger la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Charge le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Enregistrer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Enregistre le fichier de session du projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Enregistrer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Enregistre le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Statistiques du code</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>Statistiques du &Code...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Affiche des statistiques sur le code du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation> Code Coverage Python</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>Code Co&verage...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Affiche les informations de code coverage pour le projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Profiling des données</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Profiling des données...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Affiche le profiling des données du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>&Diagramme de l'application...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Affiche le diagramme de l'application.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Ouvrir un projet &récent</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Diagrammes</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>&Vérification</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>&Contrôle de version</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>&Affichage</translation> + <source>Open &Recent Projects</source> + <translation>Ouvrir un projet &récent</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Diagrammes</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> + <source>Chec&k</source> + <translation>&Vérification</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>&Contrôle de version</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4243"/> + <source>Sho&w</source> + <translation>&Affichage</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> <source>Source &Documentation</source> <translation>&Documentation automatique</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>Aucun fichier à ajouter n'a été trouvé.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Système de conrôle des versions (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Ajouter un répertoire au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Ajouter un répertoire...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Ajouter un répertoire au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Ajouter un répertoire...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Ajouter un répertoire au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Supprime la session de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Supprimer la session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Suppression du fichier session de projet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Supprimer la session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Suppression du fichier session de projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> @@ -51906,157 +52017,157 @@ <translation>Autre</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Suppression répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Tâches lues</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Tâches enregistrées</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Lecture des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Enregistrement des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Suppression des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>Débogueur & Propriétés...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Affichage des propriétés du débogueur</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>Débogueur & Propriétés...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Affichage des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Load</source> <translation>Charger</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Charger les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Enregistrer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Supprimer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>Reset</source> - <translation>Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Réinitialise des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + <source>&Load</source> + <translation>&Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Charger les propriétés du débogueur</translation> </message> <message> <location filename="../Project/Project.py" line="3973"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Enregistrer les propriétés du débogueur</translation> </message> <message> <location filename="../Project/Project.py" line="3985"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Supprimer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3998"/> + <source>Reset</source> + <translation>Réinitialiser</translation> </message> <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Réinitialise des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> @@ -52066,87 +52177,87 @@ <translation type="obsolete"><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4244"/> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Création de pac&kage</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation>Ajouter des fichiers au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>Ajouter des &fichiers...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>Ajouter des &fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Ajouter des fichiers au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Fichiers projets (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Lire les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Enregistrer les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>User project properties</source> - <translation>Propriétés utilisateur du projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>Propriétés &Utilisateur...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>User project properties</source> + <translation>Propriétés utilisateur du projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>Propriétés &Utilisateur...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Erreurs de syntaxe détectées</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -52154,22 +52265,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Création de la liste de package</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished">Création de l'&archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Création de l'archive du plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> @@ -52179,22 +52290,22 @@ <translation type="obsolete"><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Auncun</translation> </message> @@ -52204,42 +52315,42 @@ <translation>Enregistrement du type de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> </message> @@ -52259,112 +52370,112 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52374,32 +52485,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished">Charger le diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -52429,37 +52540,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Créé le fichier d'archive pour un plugin eric4. {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52479,83 +52590,83 @@ <translation type="unfinished">Plugin Eric4 {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52565,132 +52676,132 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53248,130 +53359,135 @@ <translation><b>Navigateur d'interfaces projet</b><p>Permet de voir facilement toutes les interfaces (fichiers CORBA IDL) présentes dans le projet. Plusieurs actions peuvent être effectuées via le menu contextuel.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Compiler l'interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Compiler toutes les interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Ouvrir</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Supprimer du projet</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Effacer</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Ajouter un répertoire d'interfaces...</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>Déployer tous les répertoires</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>Contracter tous les répertoires</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>Interface Compilation</source> + <translation>Compilation d'interface</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> + <source>The compilation of the interface file was successful.</source> + <translation>La compilation de l'interface a réussi.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>The compilation of the interface file failed.</source> + <translation>La compilation de l'interface a échoué.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source>Process Generation Error</source> + <translation>Erreur du processus</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Compiling interfaces...</source> + <translation>Compilation des interfaces...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Abort</source> + <translation>Abandon</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> + <source>Rename file</source> + <translation>Renommer le fichier</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>Compiler les interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>Supprimer les interfaces</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>Voulez-vous vraiment supprimer ces fichiers d'interface du projet?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> + <source>Add interfaces...</source> + <translation>Ajouter des interfaces...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>Configuration...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>Configuration de CORBA...</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>Déployer tous les répertoires</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>Contracter tous les répertoires</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>Interface Compilation</source> - <translation>Compilation d'interface</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> - <source>The compilation of the interface file was successful.</source> - <translation>La compilation de l'interface a réussi.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>The compilation of the interface file failed.</source> - <translation>La compilation de l'interface a échoué.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source>Process Generation Error</source> - <translation>Erreur du processus</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Compiling interfaces...</source> - <translation>Compilation des interfaces...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Abort</source> - <translation>Abandon</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> - <source>Rename file</source> - <translation>Renommer le fichier</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>Compiler les interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>Supprimer les interfaces</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>Voulez-vous vraiment supprimer ces fichiers d'interface du projet?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> - <source>Add interfaces...</source> - <translation>Ajouter des interfaces...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>Configuration...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>Configuration de CORBA...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation type="unfinished">Copier chemin dans le Presse-Papiers</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished">Interfaces</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -75630,7 +75746,7 @@ <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> @@ -75650,7 +75766,7 @@ <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> @@ -75695,7 +75811,7 @@ <translation>Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Aide</translation> </message> @@ -75710,12 +75826,12 @@ <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -75771,7 +75887,7 @@ <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Projet de tests unitaires</translation> </message> @@ -75826,12 +75942,12 @@ <translation>Tests &unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -75966,22 +76082,22 @@ <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> @@ -76081,7 +76197,7 @@ <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Impossible de démarrer le visualiseur d'aide.<br>Assurez-vous qu'il est bien ici <b>hh</b>.</p></translation> </message> @@ -76162,22 +76278,22 @@ <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> @@ -76187,17 +76303,17 @@ <translation><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> @@ -76222,17 +76338,17 @@ <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -76327,7 +76443,7 @@ <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -76417,17 +76533,17 @@ <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Chargement de session</translation> </message> @@ -76657,7 +76773,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> @@ -76697,104 +76813,104 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6683"/> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -76829,7 +76945,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -76869,17 +76985,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76965,12 +77081,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -77345,7 +77461,7 @@ <translation type="unfinished">Lance la documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p> {5 ?}</translation> </message> @@ -77355,7 +77471,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -77375,7 +77491,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -77445,27 +77561,27 @@ <translation type="unfinished"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?} {6 ?}</translation> </message> @@ -77485,7 +77601,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77530,7 +77646,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">Charger la session</translation> </message> @@ -77545,17 +77661,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -77570,17 +77686,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -77635,7 +77751,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_it.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_it.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39666,6 +39666,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Valore:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Nome</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Valore</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50713,492 +50824,492 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Leggi file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Salva file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Leggi sessione del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Prima salvare il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Salva sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Aggiungi Lingua</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Cancella traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Aggiungi file</translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>La directory di destinazione non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Aggiungi directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>La directory sorgente non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Cancella file</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Crea la directory del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Apri progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Salva progetto come</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Il progetto attuale ha delle modifiche non salvate.</translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> + <location filename="../Project/Project.py" line="3973"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> - <source>&New...</source> - <translation>&Nuovo...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3742"/> + <source>&New...</source> + <translation>&Nuovo...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Genera un nuovo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Apri...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Apri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Apri un progetto esistente</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Chiudi progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Chiudi</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Chiudi il progetto corrente</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Chiudi progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Chiudi</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Chiudi il progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Salva progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Salva il progetto corrente</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Salva progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Salva il progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>S&alva come...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Salva il progetto attuale come un nuovo file</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add translation to project</source> - <translation>Aggiungi le traduzioni al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Aggiungi &traduzione...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add translation to project</source> + <translation>Aggiungi le traduzioni al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Aggiungi &traduzione...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Aggiungi le traduzioni al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Cerca nuovi file</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>Cerca &nuovi file...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Cerca nei file nella directory del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Proprietà...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Proprietà...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Mostra le proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Proprietà...</b><p>Mosta un dialogo per modificare le proprietà di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Carica sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Carica il file di sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Carica sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Carica il file di sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Salva sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Salva il file sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Salva sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Salva il file sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Salva sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Statistiche codice</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>Statistiche &codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Mostra alcune statistiche del codice per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Analisi codice Python</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>A&nalisi codice...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Profilazione dati...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Mostra la profilazione dei dati per il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>Diagramma dell' &Applicazione...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Mostra un diagramma del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Apri un progetto &recente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Diagrammi</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>&Controlla</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>Controllo di &Versione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>&Mostra</translation> + <source>Open &Recent Projects</source> + <translation>Apri un progetto &recente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Diagrammi</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> + <source>Chec&k</source> + <translation>&Controlla</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>Controllo di &Versione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4243"/> + <source>Sho&w</source> + <translation>&Mostra</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> <source>Source &Documentation</source> <translation>&Documentazione sorgenti</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Cerca Nuovi File</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>Non sono stati trovati file da aggiungere.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Dati Analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Rinomina file</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Rinomina File</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Nuovo Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Aggiungi file esistenti al progetto ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Vuoi modificare le opzioni del comando VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Il file progetto deve essere aggiunto al repository ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Seleziona il version control system per il progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Aggiungi directory al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Aggiungi directory...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Aggiungi directory al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Aggiungi directory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Aggiungi una directory al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Cancella sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Cancella sessione</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Cancella il file di sessione del progetto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Cancella sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Cancella il file di sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> @@ -51218,157 +51329,157 @@ <translation>Altro</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Cancella directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Leggi tesk</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Leggi le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation>Proprietà Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>&Proprietà Debugger...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Mostra le proprietàd el debugger</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>&Proprietà Debugger...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Mostra le proprietàd el debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Load</source> <translation>Carica</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Carica</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Carica le proprietàd el debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Salva</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Salva le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Cancella le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>Reset</source> - <translation>Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Resetta le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Sessione</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> + <source>&Load</source> + <translation>&Carica</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Carica le proprietàd el debugger</translation> </message> <message> <location filename="../Project/Project.py" line="3973"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> + <source>Save</source> + <translation>Salva</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Salva le proprietà del debugger</translation> </message> <message> <location filename="../Project/Project.py" line="3985"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + <source>Delete</source> + <translation>Cancella</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Cancella</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Cancella le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3998"/> + <source>Reset</source> + <translation>Resetta</translation> </message> <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Resetta</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Resetta le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Associazione tipi file</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Associazione tipi file...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> @@ -51378,87 +51489,87 @@ <translation type="obsolete"><b>Associazione tipi file...</b><p>Mostra un dialogo per modificare le associazioni dei tipi file del progetto. Queste associazioni determinano il tipo (codice sorgente, interfaccia o altro) con un pattern del nome file. Sono usati quando aggiungi un file al progetto e quanto esegui una ricerca per nuovi file.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4244"/> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Pac&kagers</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation>Aggiungi file al progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>Aggiungi &files...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>Aggiungi &files...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Aggiungi file al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>File progetto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Leggi le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Salva le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>User project properties</source> - <translation>Proprietà utente del progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>Proprietà &utente...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>User project properties</source> + <translation>Proprietà utente del progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>Proprietà &utente...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Proprietà utente...</b><p>Mosta un dialogo per modificare le proprietà utente di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Errore di sintassi rilevato</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform> @@ -51466,42 +51577,42 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Crea lista del package</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished">Crea un &archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Crea un archivio per il plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>PKGLIST</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Non c'è uno script principale definito per il progetto. Esco...</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>La directory di partenza non contiene nessun file appartenente alla categoria selezionata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Nessuno</translation> </message> @@ -51511,42 +51622,42 @@ <translation>Registrazione tipo progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Devi prima specificare un pattern di traduzione.</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Pattern di traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Associazioni analizzatore lessicale</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Associazioni analizzatore lessicale...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associazioni analizzatore lessicale...</b><p>Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l'evidenziazione del testo nell'editor.</p></translation> </message> @@ -51566,62 +51677,62 @@ <translation>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Il file progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file progetto <b{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere letta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere scritta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> @@ -51631,17 +51742,17 @@ <translation type="obsolete"><p>Il file di traduzione selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> @@ -51656,37 +51767,37 @@ <translation type="obsolete"><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>La directory del progetto <b>{0}</b> non può essere creata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Disabilito il controllo di versione.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere creato.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aggiunto all'archivio.Lo ignoro.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Il file plugin <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere aggiunto a <b>{1}</b>.</p><p>Motivo: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>La directory di destinazione<b>{0}</b> non può essere creata.</p><p>Motivo: {1}</p></translation> </message> @@ -51696,32 +51807,32 @@ <translation>Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished">Carico Diagramma</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -51751,37 +51862,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Crea un file archivio per il plugin di eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric6 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Il file archivio del plugin di eric6<b>{0}</b> non può essere creato.<br />Motivo: {1}</p></translation> </message> @@ -51801,213 +51912,213 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished">Termina</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -52565,130 +52676,135 @@ <translation><b>Browser interfacce del progetto</b><p>Consente di vedere facilmente tutte le interfacce (file CORBA e IDL) conenuti nel progetto corrente. Diverse azioni possono essere eseguite con il menù contestuale.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Compila interfaccia</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Compila tutte le interfacce</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Apri</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Rimuovi dal progetto</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Cancella</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Aggiungi directory delle interfacce...</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>Espandi tutte le directory</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>Riduci tutte le directory</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>Interface Compilation</source> + <translation>Compilazione interfacce</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> + <source>The compilation of the interface file was successful.</source> + <translation>La compilazione delle interfacce è avvenuta con successo.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>The compilation of the interface file failed.</source> + <translation>La compilazione delle interfacce è fallita.</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source>Process Generation Error</source> + <translation>Errore Generazione Processo</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Compiling interfaces...</source> + <translation>Compilazione interfacce in corso...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Abort</source> + <translation>Termina</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> + <source>Rename file</source> + <translation>Rinomina file</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>Compila interfacce</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>Cancella interfacce</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>Vuoi veramente cancellare queste interfacce dal progetto ?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> + <source>Add interfaces...</source> + <translation>Aggiungi interfacce...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>Configura...</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>Configura CORBA...</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>Espandi tutte le directory</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>Riduci tutte le directory</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>Interface Compilation</source> - <translation>Compilazione interfacce</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> - <source>The compilation of the interface file was successful.</source> - <translation>La compilazione delle interfacce è avvenuta con successo.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>The compilation of the interface file failed.</source> - <translation>La compilazione delle interfacce è fallita.</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source>Process Generation Error</source> - <translation>Errore Generazione Processo</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Compiling interfaces...</source> - <translation>Compilazione interfacce in corso...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Abort</source> - <translation>Termina</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> - <source>Rename file</source> - <translation>Rinomina file</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>Compila interfacce</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>Cancella interfacce</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>Vuoi veramente cancellare queste interfacce dal progetto ?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> - <source>Add interfaces...</source> - <translation>Aggiungi interfacce...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>Configura...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>Configura CORBA...</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation>Copia il path nella Clipboard</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation>Non posso avviare {0}.<br>Assicurarsi che sia nel path.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation>Interfacce %v/%m</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished">Interfaccie</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -74530,7 +74646,7 @@ <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> @@ -74550,7 +74666,7 @@ <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> @@ -74590,7 +74706,7 @@ <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Aiuto</translation> </message> @@ -74605,12 +74721,12 @@ <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -74665,7 +74781,7 @@ <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> @@ -74720,12 +74836,12 @@ <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -74860,22 +74976,22 @@ <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> @@ -74975,7 +75091,7 @@ <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> @@ -75056,22 +75172,22 @@ <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> @@ -75081,7 +75197,7 @@ <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -75106,17 +75222,17 @@ <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -75211,7 +75327,7 @@ <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -75301,17 +75417,17 @@ <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> @@ -75541,7 +75657,7 @@ <translation>Editor di &icone...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> @@ -75586,105 +75702,105 @@ <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6683"/> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> @@ -75719,7 +75835,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> @@ -75759,27 +75875,27 @@ <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -75865,12 +75981,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> @@ -76245,7 +76361,7 @@ <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p> {5 ?}</translation> </message> @@ -76255,7 +76371,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -76275,7 +76391,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -76345,27 +76461,27 @@ <translation type="unfinished"><b>Documentazione API Eric</b><p>Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Le Qt v.3 non sono supportate da eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">L'update alla versione <b>{0}</b> di eric6 è disponibile presso <b>{1}</b>. Vuoi prenderlo?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric6 è aggiornato</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Stai usando l'ultima versione di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric6 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation> </message> @@ -76385,7 +76501,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76430,7 +76546,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">Carica sessione</translation> </message> @@ -76445,17 +76561,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -76470,17 +76586,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -76535,7 +76651,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_pt.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_pt.ts Sun Jul 29 14:04:22 2018 +0200 @@ -41069,6 +41069,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Valor:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Nome</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Valor</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -52162,312 +52273,312 @@ <translation>A registar Tipo de Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Ler ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Não se pôde ler o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Gravar ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Não se pôde escrever o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Ler propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Gravar propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Ler sessão de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Guarde primeiro o projeto por favor.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Gravar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Apagar a sessão do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Ler propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Gravar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Apagar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Adicionar Idioma</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Primeiro tem que especificar um padrão de tradução.</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Apagar a Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Adicionar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. </p><p>Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>O diretório de destino não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Adicionar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>O diretório fonte não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Renomear ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Renomear Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Apagar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Apagar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Criar diretório de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>O diretorio do projeto <b>{0}</b> não se pôde criar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Projeto Novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Adicionar os ficheiros existentes ao projeto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Selecionar o Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Quer editar as opções de commandos VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Nenhum</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Selecionar o sistema de control de versão para o projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Padrão de Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Abrir projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Ficheiros de Projeto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Gravar projeto como</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Fechar Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>O projeto atual tem alterações por gravar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Detetados erros de sintaxe</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform> @@ -52475,607 +52586,607 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>&Novo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Criar um projeto novo</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Novo...</b><p>Abre uma caixa de diálogo para introduzir a informação para um projeto novo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Abrir um projeto existente</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Isto abre um projeto existente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Fechar projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Fechar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Fechar o projeto atual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Fechar projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Fechar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Fechar o projeto atual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fechar</b><p>Fecha o projeto atual</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Gravar projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>&Gravar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Gravar o projeto actual</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Gravar projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>&Gravar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Gravar o projeto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Gravar</b><p>Guarda o projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>Gravar &como...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Gravar o projeto atual para um ficheiro novo</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add files to project</source> - <translation>Adicionar ficheiros ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>Adicionar &ficheiros...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add files to project</source> + <translation>Adicionar ficheiros ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>Adicionar &ficheiros...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Adicionar ficheiros ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Adicionar diretório ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Adicionar diretório...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Adicionar diretório ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Adicionar diretório...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Adicionar um diretório ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Adicionar diretório</b><p>Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Adicionar &tradução...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Adicionar &tradução...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Procurar ficheiros novos</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>&Procurar ficheiros novos...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Procurar ficheiros novos no diretório do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>Project properties</source> - <translation>Propriedades do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Propriedades...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>Project properties</source> + <translation>Propriedades do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Propriedades...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Mostrar as propriedades do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>Propriedades de projecto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>Propriedades de &Usuário...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>Propriedades de &Usuário...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Mostrar as propriedades do projeto específicas do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Associações de Tipos de Ficheiros</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Associações de Tipos de Ficheiros...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger Properties</source> - <translation>Propriedades do Depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>&Propriedades do Depurador...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Mostrar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger Properties</source> + <translation>Propriedades do Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>&Propriedades do Depurador...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Mostrar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation>Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Carregar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation>Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>&Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Carregar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Gravar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Gravar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>Gravar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Gravar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Apagar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Apagar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Apagar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation>Apagar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Apagar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Apagar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation>Reinicializar</translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Reinicializar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Reinicializar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Reinicializar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Carregar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Carregar o ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Carregar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Carregar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Guargar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Gravar ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Guargar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Gravar ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Apagar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Apagar o ficheiro de sessão do projeto.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Apagar sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Apagar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation type="unfinished">Métricas de Código</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation type="unfinished">Dados de Perfil</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>Diagrama da &Aplicação...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Mostrar o diagrama do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama da Aplicação...</b><p>Mostra um diagrama do projeto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Abrir Projetos &Recentes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>Contro&l de Versão</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>&Verificar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>&Mostrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Sessão</translation> + <source>Open &Recent Projects</source> + <translation>Abrir Projetos &Recentes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>Contro&l de Versão</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>&Documentação Fonte</translation> + <source>Chec&k</source> + <translation>&Verificar</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Depurador</translation> + <source>Sho&w</source> + <translation>&Mostrar</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>&Documentação Fonte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Limpar</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Procurar Ficheiros Novos</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>Não se encontraram ficheiros novos para adicionar.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Incluir nomes de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>O projeto atual não tem um script principal definido. A cancelar...</translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -53085,32 +53196,32 @@ <translation>Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation>Carregar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation>&Carregar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation>Carregar um diagrama desde um ficheiro.</translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Carregar Diagrama...</b><p>Carga um diagrama desde um ficheiro.</p></translation> </message> @@ -53140,12 +53251,12 @@ <translation>Consola de PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -53165,17 +53276,17 @@ <translation>Complemento de Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Criar um ficheiro PKGLIST inicial para complemento eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -53185,228 +53296,228 @@ <translation type="obsolete"><p>O ficheiro de complemento de eric6 <b>{0}</b> foi criado com êxito.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4150"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler. </p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53964,130 +54075,135 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Abrir</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Renomear ficheiro</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Retirar do projeto</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Apagar</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Adicionar interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Adicionar diretório de interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> - <source>Copy Path to Clipboard</source> - <translation>Copiar Rota à Área de Transferência</translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> + <source>Copy Path to Clipboard</source> + <translation>Copiar Rota à Área de Transferência</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation>Expandir os diretórios todos</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation>Colapsar os diretórios todos</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation>Configurar CORBA...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation>Compilar interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Delete interfaces</source> <translation>Apagar interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Do you really want to delete these interfaces from the project?</source> <translation>Tem a certeza de que quer apagar estas interfaces do projeto?</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation>Compilação de Interface</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation>A compilar interfaces...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation>Cancelar</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation>%v/%m Interfaces</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation>Interfaces</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -76453,7 +76569,7 @@ <translation><b>Teste Unitário ao Script</b><p>Executar teste unitário com o script atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Teste Unitário ao Projeto</translation> </message> @@ -76738,7 +76854,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atalhos de Teclado</translation> </message> @@ -76758,7 +76874,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atalhos de Teclado</translation> </message> @@ -77008,7 +77124,7 @@ <translation>Definições</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Ajuda</translation> </message> @@ -77063,7 +77179,7 @@ <translation><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></translation> </message> @@ -77113,215 +77229,215 @@ <translation>&Esconder tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Suporte Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="5029"/> + <source>External Tools</source> + <translation>Ferramentas Externas</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="5020"/> - <source>External Tools</source> - <translation>Ferramentas Externas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5011"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>A iniciar processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>Processo '{0}' saiu.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Falta a Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Ficheiro de atalhos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Sessão de leitura</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>&Cancel</source> - <translation>&Cancelar</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6683"/> + <source>&Cancel</source> + <translation>&Cancelar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Não procurar atualizações.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versões Disponíveis</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>Usado a primeira vez</translation> </message> @@ -77361,27 +77477,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation>Erro na obtenção da informação de versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation>Não se pôde iniciar um navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77467,12 +77583,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> @@ -77847,7 +77963,7 @@ <translation>Abrir a Documentação de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -77857,7 +77973,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation></translation> </message> @@ -77942,32 +78058,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 não está suportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Atualização a <b>{0}</b> de eric6 já está disponível em <b>{1}</b>. Quere-a descarregar?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation>Eric6 está atualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation>Utiliza a última versão do eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se.</translation> </message> @@ -77987,7 +78103,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78032,7 +78148,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">Carregar sessão</translation> </message> @@ -78047,17 +78163,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -78072,17 +78188,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -78137,7 +78253,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_ru.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_ru.ts Sun Jul 29 14:04:22 2018 +0200 @@ -39626,6 +39626,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Значение:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Значение</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -50644,312 +50755,312 @@ <translation>Регистрация типа проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Загрузить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Сохранить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Прочитать пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Сохранить пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Загрузить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Пожалуйста, сначала сохраните проект.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Сохранить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с сессией проекта: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Удалить сессию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить выбранный файл с сессией: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Прочитать свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Невозможно удалить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Добавить язык перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>Необходимо сначала задать шаблон перевода.</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Удалить перевод</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Добавить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Невозможно добавить выделенный файл <b>{0}</b> в архив <b>{1}</b>. </p><p>Причина: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>Целевая директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Добавление директории</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Директория не содержит ни одного файла, принадлежащего к заданной категории.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать директорию <b>{0}</b> </p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>Исходная директория не должна быть пустой.</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Невозможно переименовать файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Удалить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Удалить директорию</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Создать директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Невозможно создать директорию проекта <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Добавить существующие файлы в проект?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Выберите систему контроля версий (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>Вы хотите редактировать опции команд VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить ли файл проекта в репозиторий?</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Шаблон перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Введите шаблон пути для файлов переводов (используйте '%language%' вместо language code):</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Открыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>Сохранить проект как</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Изменения в текущем проекте не сохранены.</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Найдены синтаксические ошибки</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Проект содержит %n файл с синтаксической ошибкой.</numerusform> @@ -50958,351 +51069,351 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>&Новый...</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Создать новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Новый...</b><p>Открытие диалога ввода информации о новом проекте.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Открыть...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Открыть...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Открыть существующий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Открыть...</b><p>Открытие существующего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Закрыть проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Закрыть</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Закрыть текущий проект</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Закрыть проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Закрыть</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Закрыть текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Закрыть</b><p>Закрытие текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Сохранить проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>&Сохранить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Сохранить текущий проект</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Сохранить проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>&Сохранить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Сохранить текущий проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Сохранить</b><p>Сохранение текущего проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Сохранить текущий проект в новый файл</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Сохранить как</b><p> Сохранение текущего проекта в новый файл.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add files to project</source> - <translation>Добавить файлы в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>Добавить &файлы...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add files to project</source> + <translation>Добавить файлы в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>Добавить &файлы...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Добавить файлы в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Добавить файлы</b> <p>Открытие диалога добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Добавить директорию в проект</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Добавить директорию...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Добавить директорию в проект</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Добавить директорию...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Добавить директорию в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Добавить директорию...</b> <p>Открытие диалога добавления директории к текущему проекту.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation>Добавить перевод в проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Добавить &перевод...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Добавить &перевод...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Добавить перевод в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Добавить перевод...</b><p>Открытие диалога добавления перевода в текущий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>Поис&к новых файлов...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Поиск новых файлов в директории проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>Свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Свойства...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Показать свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Свойства...</b><p>Отображение диалога для редактирования свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>Пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>&Пользовательские свойства...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>&Пользовательские свойства...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>Показать пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Пользовательские свойства...</b><p>Отображает диалог редактирования пользовательских свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Ассоциации типа файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Ассоциации типа файлов...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>Показать ассоциации типов файлов для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation>Ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation>Ассоциации для лексеров...</translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Показать ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Ассоциации для лексеров...</b><p>Показать ассоциации лексеров для проекта. Эти ассоциации переопределяют глобальные ассоциации лексеров. Лексеры используются для подсвечивания текста в редакторе.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger Properties</source> - <translation>Свойства отладчика</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>&Свойства отладчика...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Показать свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger Properties</source> + <translation>Свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>&Свойства отладчика...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Показать свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Свойства отладчика...</b> <p>Отображение диалога редактирования свойств отладчика, специфичных для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> + <location filename="../Project/Project.py" line="3961"/> <source>Load</source> <translation>Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>&Загрузить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Загрузить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>&Загрузить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Загрузить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Загрузить свойства отладчика</b> <p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Сохранить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Сохранить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>Сохранить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Сохранить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Сохранить свойства отладчика</b><p>Сохранить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> + <location filename="../Project/Project.py" line="3985"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Удалить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Удалить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Удалить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Удалить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Удалить свойства отладчика</b><p>Удалить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>&Сбросить</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Сбросить свойства отладчика</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>&Сбросить</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Сбросить свойства отладчика</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Сбросить свойства отладчика</b><p>Сбросить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Загрузить сессию</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Загрузить файл с сессией проекта.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Загрузить сессию</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Загрузить файл с сессией проекта.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Загрузить сессию</b> <p>Загрузить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -51314,17 +51425,17 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> + <location filename="../Project/Project.py" line="4030"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="4029"/> + <location filename="../Project/Project.py" line="4034"/> <source>Save the projects session file.</source> <translation>Сохранить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4030"/> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Сохранить сессию</b> <p>Сохранить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -51336,252 +51447,252 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> + <location filename="../Project/Project.py" line="4048"/> <source>Delete session</source> <translation>Удалить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="4047"/> + <location filename="../Project/Project.py" line="4052"/> <source>Delete the projects session file.</source> <translation>Удалить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4048"/> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Удалить сессию</b><p>Удалить файл с сессией проекта</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Статистика кода</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>&Статистика кода...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Отображение статистики кода проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Статистика кода...</b><p>Отображение статистики кода проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Охват кода Python</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>&Заключения по коду...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>Показать заключение охвата по коду проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Заключение по охвату коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Данные профайлера...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>Отображение результатов профилирования проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Данные профайлера...</b><p>Отображение результатов профилирования проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>&Диаграмма приложения...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Показать диаграмму проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Диаграмма приложения...</b><p>Отображает диаграмму проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation>&Создать список пакета</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Создать архив плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation>Создать архивы &плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Открыть &недавние проекты</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>Контроль &версий</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>&Проверки</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>По&казать</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>&Диаграммы</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Сессия</translation> + <source>Open &Recent Projects</source> + <translation>Открыть &недавние проекты</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>Контроль &версий</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>&Документация исходников</translation> + <source>Chec&k</source> + <translation>&Проверки</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Отладка</translation> + <source>Sho&w</source> + <translation>По&казать</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>&Диаграммы</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Сессия</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>&Документация исходников</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Отладка</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>У&паковщики</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>&Очистить</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>Не найдено файлов для добавления.</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Система контроля версий</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий отключен.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Данные охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Охват кода</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b> в архиве. Игнорируем его.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> @@ -51591,32 +51702,32 @@ <translation>Python2 файлы (*.py2);;Python2 GUI файлы (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation>Создать главный сценарий</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Невозможно создать главный файл проекта<b>{0}</b>.<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation>Загрузить диаграмму</translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation>&Загрузить диаграмму...</translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation>Загрузить диаграмму из файла.</translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Загрузить диаграмму...</b><p>Загрузить диаграмму из файла.</p></translation> </message> @@ -51646,37 +51757,37 @@ <translation>Консоль PyQt5</translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Откат отвергнут.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Создать первичный файл PKGLIST для плагина Eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Создать список пакета</b><p>Создаёт начальный список файлов для включения в архив плагина Eric6. Список создаётся из файла проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation>Создание архивных файлов плагина eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Создать архивы плагина</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного скрипта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать архив плагина <b>{0}</b> Eric6.</p><p>Причина: {1}</p></translation> </message> @@ -51696,213 +51807,213 @@ <translation>Плагин Eric6</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation>Создать служебную директорию проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Директория проекта <b>{0}</b> не доступна для записи.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation>Поиск файла в списке файлов проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Поиск файла проекта</b><p>Поиск файла в списке файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation>Поиск файла проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation>Поиск файла проекта...</translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation>Создать архивы плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> + <location filename="../Project/Project.py" line="4167"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Создать архивы плагина (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Создать архивы плагина (&Snapshot)</translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Создать архивы плагина (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Создание архивных файлов плагина eric6 (snapshot releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Создать архивы плагина (Snapshot)</b><p>Создание архивных файлов плагина eric6, используя список файлов, приведенный в файле PKGLIST. Имя архива, если оно не задано в в файле со списком пакета, создается из имени главного сценария. Версия главного скрипта изменяется в соответствии релизом snapshot.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation>Выбор списков пакета:</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation>Создание архивов плагина...</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation>%v из %m архивов</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Файлы архива плагина eric6 были созданы с ошибками.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Файлы архива плагина eric6 созданы успешно.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Файлы со списком пакета (PKGLIST*) не доступны или не выбраны. Отмена...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Файл <b>{0}</b> пока не готов.</p><p>Пожалуйста переработайте его и удалите строки '; initial_list' из его заголовка.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation><b>Поиск новых файлов...</b><p> Поиск новых файлов (источники, * .ui, * .idl, * .proto) в директории проекта и зарегистрированных поддиректориях..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Ассоциации типов файлов...</b><p>Отображается диалоговое окно для редактирования ассоциаций типов файлов проекта. Эти ассоциации определяют тип (источник, форму, интерфейс, протокол или другие) с шаблоном имени файла. Они используются при добавлении файла в проект и при поиске новых файлов.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить файла перевода <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить выбранный файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Невозможно удалить выбранную директорию <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation>Создать Makefile</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Файл makefile <b>{0}</b> невозможно создать.<br/>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation>Выполнить Make</translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation>&Выполнить Make</translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation>Выполнить прогон 'make'.</translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation><b>Выполнить Make</b><p>Выполнение прогона 'make' для пересборки настроеной цели.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation>Проверить изменения</translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation>&Проверить изменения</translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation>Запрос 'make', если необходима пересборка.</translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation><b>Проверка изменений</b><p>Запрос 'make', если требуется пересборка настроенной цели.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation>Make</translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation>Make-процесс не был запущен.</translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation>Make-процесс разрушен.</translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation><p>Существуют изменения, которые требуют конфигурации make-цели <b>{0}</b> для ее пересборки.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation><p>Существуют изменения, которые требуют make-цель по умолчанию для ее пересборки.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation>Makefile содержит ошибки.</translation> </message> @@ -52461,130 +52572,135 @@ <p>Позволяет легко просматривать файлы описания интерфейсов (CORBA IDL), которые содержатся в текущем проекте. Некоторые действия доступны из контекстного меню.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Компилировать интерфейс</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Компилировать все интерфейсы</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Удалить из проекта</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Добавить интерфейсы...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Добавить в проект директорию с описаниями интерфейсов...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> - <source>Copy Path to Clipboard</source> - <translation>Копировать путь в буфер обмена</translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> + <source>Copy Path to Clipboard</source> + <translation>Копировать путь в буфер обмена</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation>Открыть все директории</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation>Закрыть все директории</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation>Настроить CORBA...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation>Компилировать интерфейсы</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Delete interfaces</source> <translation>Удалить интерфейсы</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Do you really want to delete these interfaces from the project?</source> <translation>Вы действительно хотите удалить эти интерфейсы из проекта?</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation>Компиляция интерфейса</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation>Компиляция файла интерфейса прошла успешно.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation>Компиляция интерфейса не удалась.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation><p>Невозможно запустить {0}.<br>Убедитесь, что он находится в путях поиска.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation>Компиляция интерфейсов...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation>%v/%m интерфейсов</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation>Интерфейсы</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name>
--- a/i18n/eric6_tr.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_tr.ts Sun Jul 29 14:04:22 2018 +0200 @@ -40425,6 +40425,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">Adı:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">Değer:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">Adı</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">Değer</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -51571,312 +51682,312 @@ <translation>Kaydedilmiş Proje Türü</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>Proje dosyasını oku</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Proje dosyası <b>{0}</b> okunamdı.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>Proje dosyasını kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>Kullanıcı projesinin özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>Kullanıcı projesinin özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>Proje oturumunu oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>Lütfen ilkolarak projeyi kaydedin.</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>Proje oturumunu kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>Proje oturumunu sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>Hata ayıklayıcı özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>Hata ayıklayıcı özelliklerini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>Dil Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>Çeviriyi silin</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>Hedef dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>Dizin Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>Kaynak dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>Dosya adını Değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>Dosya sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>Dizini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>Proje dizinin oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Proje dizini <b>{0}</b> oluşturulamıyor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>Var olan dosyalar projeye eklensin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>Sürüm Kontrol Sistemini Seç</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>VCS komut seçeneklerini düzenlemek istiyor musunuz?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>Yok</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>proje için sürüm kontrol sistemini seçin</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>Çeviri Kalıbı</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>Projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>projeyi farklı adda kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>Projeyi Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>Sözdizimi Hataları tespit edildi</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -51884,612 +51995,612 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>Ye&ni...</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>Yeni bir proje üret</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>&Aç...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>&Aç...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>Var olan bir projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>Projeyi kapat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>&Kapat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>Geçerli projeyi kapat</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>Projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>&Kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>Geçerli projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>Projeyi kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>&Kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>Geçerli projeyi kapat</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>Projeyi kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>&Kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>Geçerli projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>Farklı k&aydet...</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add files to project</source> - <translation>Projeye dosyalar ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>Dosyaları &ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add files to project</source> + <translation>Projeye dosyalar ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>Dosyaları &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>Geçerli projeye dosyalar ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory to project</source> - <translation>Projeye dizin ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>Dizin ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory to project</source> + <translation>Projeye dizin ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>Dizin ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>Geçerli projeye bir dizin ekleyiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Dizin Ekle...</b><p>Bu geçerli projeye bir dizin eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation>Projeye çeviri ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>Çeviri &ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>Çeviri &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>Geçerli projeye çeviri ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>Yeni dosyaları ara</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>Yeni dosyaları a&ra...</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>Proje dizininde yeni dosyaları ara.</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>Project properties</source> - <translation>Proje özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>&Özellikler...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>Project properties</source> + <translation>Proje özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>&Özellikler...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>Proje özelliklerini göster</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>Kullanıcı projesi özellikleri</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>K&ullanıcı Özellikleri...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>K&ullanıcı Özellikleri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>Dosyatipi Birleştirme</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>Dosyatipi Birleştirme...</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger Properties</source> - <translation>Hata Ayıklayıcı Özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>Hata Ayıklayıcı &Özellikleri...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini göster</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger Properties</source> + <translation>Hata Ayıklayıcı Özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>Hata Ayıklayıcı &Özellikleri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini göster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation>Yükle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>Yük&le</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini yükle</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation>Yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>Yük&le</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>Kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini kaydet</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>Kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>Sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>&Sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini sil</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation>Sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>&Sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation>Başadön</translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>Başad&ön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>Başad&ön</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>Oturum yükleniyor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>Projelerin oturm dosyasını yükle.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>Oturum yükleniyor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>Projelerin oturm dosyasını yükle.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>Oturumu kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>Proje oturum dosyasını kaydet.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>Oturumu kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>Proje oturum dosyasını kaydet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>Oturumu sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>Proje oturum dosyasını sil.</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>Oturumu sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>Proje oturum dosyasını sil.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>Metrik Kod</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>Me&trik Kod...</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>Proje için bazı metrik kodları göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Python Kod Koruyucu</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>Kod Koru&yucu...</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>&Veri kesiti...</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>Uygulama Şem&ası...</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>Projenin bir şemasını göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Uygulama Şeması...</b><p>Bu projenin bir şemasını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>Paket Listesini Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished">Eklenti &Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>Eklenti Arşivi Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>&Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>Geçmiş P&rojeleri Aç</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>S&ürüm Kontrol</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>&Kontrol</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>G&öster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>Şemalar &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>Oturum</translation> + <source>Open &Recent Projects</source> + <translation>Geçmiş P&rojeleri Aç</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>S&ürüm Kontrol</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>Kaynak Belgeleme &D</translation> + <source>Chec&k</source> + <translation>&Kontrol</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>Hata Ayıklayıcı</translation> + <source>Sho&w</source> + <translation>G&öster</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>Şemalar &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>Oturum</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>Kaynak Belgeleme &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>Hata Ayıklayıcı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>Pa&ketleyici</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>Yeni Dosyaları Ara</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>Sürüm Kontrol Sistemi</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>Veri Kapsamı</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52499,32 +52610,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -52554,27 +52665,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52594,93 +52705,93 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished">Vazgeç</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52690,132 +52801,132 @@ <translation type="obsolete">Kapsam</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53373,130 +53484,135 @@ <translation><b>Proje Erayüzü Gözatıcısı</b><p>Geçerli projede tüm arayüz leri kolayca görebilirsiniz (CORBA IDL files) .Çeşitli işlemler için açılır menülerden yararlanabilirsiniz.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>Arayüzü derle</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>Tüm arayüzleri bil</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>Aç</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>Projeden çıkar</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>Arayüz ekleniyor...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>Arayüz dizini ekleniyor...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> - <source>Copy Path to Clipboard</source> - <translation>Yolu Panoya kopyala</translation> - </message> - <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> + <source>Copy Path to Clipboard</source> + <translation>Yolu Panoya kopyala</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> <source>Expand all directories</source> <translation>Tüm dizinleri genişlet</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> <source>Collapse all directories</source> <translation>Tüm dizinleri daralt</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> <source>Configure CORBA...</source> <translation>CORBA ayarlanıyor...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> <source>Compile interfaces</source> <translation>Arayüzleri derle</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Delete interfaces</source> <translation>Arayüzü Sil</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> <source>Do you really want to delete these interfaces from the project?</source> <translation>Bu arayüzü projeden silmek istediğinizden gerçekten emin misiniz?</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>Interface Compilation</source> <translation>Arayüz Derlemesi</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> <source>The compilation of the interface file was successful.</source> <translation>Arayüz derlemesi tam olarak gerçekleştirildi.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> <source>The compilation of the interface file failed.</source> <translation>Arayüz derlemesi hata verdi.</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation><p>{0} başlatılamadı.<br> Bunun arama yolunda olduğundan emin olun.</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Compiling interfaces...</source> <translation>Arayüzler derleniyor...</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>Abort</source> <translation>Vazgeç</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished">Arayüzler</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -75856,7 +75972,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>Proje Birimtesti</translation> </message> @@ -76141,7 +76257,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> @@ -76161,7 +76277,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> @@ -76411,7 +76527,7 @@ <translation>Ayarlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>Yardım</translation> </message> @@ -76466,7 +76582,7 @@ <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -76516,209 +76632,209 @@ <translation>&Hepsini gizle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Qt3 Desteği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> - <source>&Cancel</source> - <translation>&Vazgeç</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6683"/> + <source>&Cancel</source> + <translation>&Vazgeç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> @@ -76778,32 +76894,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -76889,12 +77005,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -77269,7 +77385,7 @@ <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> </message> @@ -77279,7 +77395,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -77299,7 +77415,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -77369,27 +77485,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation> </message> @@ -77409,7 +77525,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -77454,7 +77570,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">Oturum yükleniyor</translation> </message> @@ -77469,17 +77585,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -77494,17 +77610,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -77559,7 +77675,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_zh_CN.ts Sat Jul 21 13:46:07 2018 +0200 +++ b/i18n/eric6_zh_CN.ts Sun Jul 29 14:04:22 2018 +0200 @@ -40417,6 +40417,117 @@ </message> </context> <context> + <name>IdlCompilerDefineNameDialog</name> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="14"/> + <source>Define Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="23"/> + <source>Name:</source> + <translation type="unfinished">名称:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="30"/> + <source>Enter the variable name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="37"/> + <source>Value:</source> + <translation type="unfinished">值:</translation> + </message> + <message> + <location filename="../Project/IdlCompilerDefineNameDialog.ui" line="44"/> + <source>Enter an optional value</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>IdlCompilerOptionsDialog</name> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="14"/> + <source>IDL Compiler Options</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="23"/> + <source>Include Directories (absolute or project relative)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="41"/> + <source>Add an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="48"/> + <source>Delete an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="55"/> + <source>Edit an include directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="80"/> + <source>Define Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="108"/> + <source>Name</source> + <translation type="unfinished">名称</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="113"/> + <source>Value</source> + <translation type="unfinished">值</translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="185"/> + <source>Add a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="192"/> + <source>Delete a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="199"/> + <source>Edit a name entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.ui" line="167"/> + <source>Undefine Names</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="177"/> + <source>Select Include Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Undefine Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/IdlCompilerOptionsDialog.py" line="391"/> + <source>Enter a variable name to be undefined:</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ImageMarkupDialog</name> <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="53"/> @@ -51551,384 +51662,384 @@ <translation>注册项目类型</translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source>Read project file</source> <translation>读取项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source>Save project file</source> <translation>保存项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source>Read user project properties</source> <translation>读取用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source>Save user project properties</source> <translation>保存用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source>Read project session</source> <translation>读取项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1223"/> + <location filename="../Project/Project.py" line="1228"/> <source>Please save the project first.</source> <translation>请先保存项目。</translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source>Save project session</source> <translation>保存项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source>Delete project session</source> <translation>删除项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source>Read debugger properties</source> <translation>读取调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source>Save debugger properties</source> <translation>保存调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source>Delete debugger properties</source> <translation>删除调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>Add Language</source> <translation>添加语言</translation> </message> <message> - <location filename="../Project/Project.py" line="1362"/> + <location filename="../Project/Project.py" line="1367"/> <source>You have to specify a translation pattern first.</source> <translation>必须先指定一个翻译样式。</translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source>Delete translation</source> <translation>删除翻译</translation> </message> <message> - <location filename="../Project/Project.py" line="1650"/> + <location filename="../Project/Project.py" line="1655"/> <source>Add file</source> <translation>添加文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1768"/> + <location filename="../Project/Project.py" line="1773"/> <source>The target directory must not be empty.</source> <translation>目标文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>Add directory</source> <translation>添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="1681"/> + <location filename="../Project/Project.py" line="1686"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>源文件夹不包含任何属于所选类别的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1779"/> + <location filename="../Project/Project.py" line="1784"/> <source>The source directory must not be empty.</source> <translation>源文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1916"/> + <location filename="../Project/Project.py" line="1921"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source>Rename File</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source>Delete file</source> <translation>删除文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source>Delete directory</source> <translation>删除文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source>Create project directory</source> <translation>创建项目文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>New Project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2415"/> + <location filename="../Project/Project.py" line="2420"/> <source>Add existing files to the project?</source> <translation>是否将已有文件添加到项目中?</translation> </message> <message> - <location filename="../Project/Project.py" line="2887"/> + <location filename="../Project/Project.py" line="2892"/> <source>Select Version Control System</source> <translation>选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2534"/> + <location filename="../Project/Project.py" line="2539"/> <source>Would you like to edit the VCS command options?</source> <translation>是否编辑版本控制系统命令选项?</translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>New project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2482"/> + <location filename="../Project/Project.py" line="2487"/> <source>Shall the project file be added to the repository?</source> <translation>是否将项目文件添加到仓库?</translation> </message> <message> - <location filename="../Project/Project.py" line="2513"/> + <location filename="../Project/Project.py" line="2518"/> <source>None</source> <translation>无</translation> </message> <message> - <location filename="../Project/Project.py" line="2506"/> + <location filename="../Project/Project.py" line="2511"/> <source>Select version control system for the project</source> <translation>为项目选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Translation Pattern</source> <translation>翻译样式</translation> </message> <message> - <location filename="../Project/Project.py" line="2612"/> + <location filename="../Project/Project.py" line="2617"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> + <location filename="../Project/Project.py" line="3756"/> <source>Open project</source> <translation>打开项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3030"/> + <location filename="../Project/Project.py" line="3035"/> <source>Project Files (*.e4p)</source> <translation>项目文件 (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save project as</source> <translation>项目另存为</translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>Close Project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3081"/> + <location filename="../Project/Project.py" line="3086"/> <source>The current project has unsaved changes.</source> <translation>当前项目的更改未保存。</translation> </message> <message> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>Syntax errors detected</source> <translation>检测到语法错误</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3256"/> + <location filename="../Project/Project.py" line="3261"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>项目包含 %n 文件有语法错误。</numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3737"/> + <location filename="../Project/Project.py" line="3742"/> <source>&New...</source> <translation>新建(&N)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3742"/> + <location filename="../Project/Project.py" line="3747"/> <source>Generate a new project</source> <translation>生成新项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3743"/> + <location filename="../Project/Project.py" line="3748"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>新建…</b><p>打开一个对话框为新项目输入信息。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3751"/> - <source>&Open...</source> - <translation>打开(&O)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3756"/> + <source>&Open...</source> + <translation>打开(&O)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3761"/> <source>Open an existing project</source> <translation>打开一个已有项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3757"/> + <location filename="../Project/Project.py" line="3762"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>打开…</b><p>打开一个已有项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3764"/> - <source>Close project</source> - <translation>关闭项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3764"/> - <source>&Close</source> - <translation>关闭(&C)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source>Close the current project</source> - <translation>关闭当前项目</translation> - </message> - <message> <location filename="../Project/Project.py" line="3769"/> + <source>Close project</source> + <translation>关闭项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3769"/> + <source>&Close</source> + <translation>关闭(&C)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3773"/> + <source>Close the current project</source> + <translation>关闭当前项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3774"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>关闭</b><p>关闭当前项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3776"/> - <source>Save project</source> - <translation>保存项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3968"/> - <source>&Save</source> - <translation>保存(&S)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3780"/> - <source>Save the current project</source> - <translation>保存当前项目</translation> - </message> - <message> <location filename="../Project/Project.py" line="3781"/> + <source>Save project</source> + <translation>保存项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3973"/> + <source>&Save</source> + <translation>保存(&S)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3785"/> + <source>Save the current project</source> + <translation>保存当前项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3786"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>保存</b><p>保存当前项目</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3788"/> + <location filename="../Project/Project.py" line="3793"/> <source>Save &as...</source> <translation>另存为(&A)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3792"/> + <location filename="../Project/Project.py" line="3797"/> <source>Save the current project to a new file</source> <translation>将当前项目另存为一个新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3794"/> + <location filename="../Project/Project.py" line="3799"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> + <location filename="../Project/Project.py" line="3808"/> <source>Add files to project</source> <translation>将文件添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3803"/> - <source>Add &files...</source> - <translation>添加文件(&F)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3808"/> + <source>Add &files...</source> + <translation>添加文件(&F)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3813"/> <source>Add files to the current project</source> <translation>将文件添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3810"/> + <location filename="../Project/Project.py" line="3815"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>添加文件…</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3824"/> <source>Add directory to project</source> <translation>将文件夹添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> - <source>Add directory...</source> - <translation>添加文件夹…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3824"/> + <source>Add directory...</source> + <translation>添加文件夹…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3829"/> <source>Add a directory to the current project</source> <translation>为当前工程添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="3826"/> + <location filename="../Project/Project.py" line="3831"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>添加文件夹…</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3839"/> <source>Add translation to project</source> <translation>将翻译添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Add &translation...</source> - <translation>添加翻译(&T)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source>Add &translation...</source> + <translation>添加翻译(&T)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3844"/> <source>Add a translation to the current project</source> <translation>将翻译添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3846"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>添加翻译…</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Search new files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="3849"/> + <location filename="../Project/Project.py" line="3854"/> <source>Searc&h new files...</source> <translation>搜索新文件(&H)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3853"/> + <location filename="../Project/Project.py" line="3858"/> <source>Search new files in the project directory.</source> <translation>在项目文件夹中搜索新文件。</translation> </message> @@ -51938,57 +52049,57 @@ <translation type="obsolete"><b>搜索新文件…</b><p>在项目文件夹和注册的子文件夹中搜索新文件(源文件, *.ui, *.idl)。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> + <location filename="../Project/Project.py" line="3884"/> <source>Project properties</source> <translation>项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3879"/> - <source>&Properties...</source> - <translation>属性(&P)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3884"/> + <source>&Properties...</source> + <translation>属性(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3889"/> <source>Show the project properties</source> <translation>显示项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3885"/> + <location filename="../Project/Project.py" line="3890"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>属性…</b><p>显示一个对话框可编辑项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> + <location filename="../Project/Project.py" line="3897"/> <source>User project properties</source> <translation>用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3892"/> - <source>&User Properties...</source> - <translation>用户属性(&U)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3897"/> + <source>&User Properties...</source> + <translation>用户属性(&U)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3902"/> <source>Show the user specific project properties</source> <translation>显示用户指定的项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3904"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>用户属性…</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations</source> <translation>文件类型关联</translation> </message> <message> - <location filename="../Project/Project.py" line="3907"/> + <location filename="../Project/Project.py" line="3912"/> <source>Filetype Associations...</source> <translation>文件类型关联…</translation> </message> <message> - <location filename="../Project/Project.py" line="3911"/> + <location filename="../Project/Project.py" line="3916"/> <source>Show the project filetype associations</source> <translation>显示项目文件类型关联</translation> </message> @@ -51998,352 +52109,352 @@ <translation type="obsolete"><b>文件类型关联…</b><p>显示一个对话框可编辑项目的文件类型关联。这些关联以文件名样式决定类型(源代码、窗体、界面或其它)。在把一个文件添加到项目中和搜索新文件时使用。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> + <location filename="../Project/Project.py" line="3948"/> <source>Debugger Properties</source> <translation>调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3943"/> - <source>Debugger &Properties...</source> - <translation>调试器属性(&P)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3947"/> - <source>Show the debugger properties</source> - <translation>显示调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3948"/> + <source>Debugger &Properties...</source> + <translation>调试器属性(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3952"/> + <source>Show the debugger properties</source> + <translation>显示调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3953"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3956"/> - <source>Load</source> - <translation>载入</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3956"/> - <source>&Load</source> - <translation>载入(&L)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3960"/> - <source>Load the debugger properties</source> - <translation>载入调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3961"/> + <source>Load</source> + <translation>载入</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3961"/> + <source>&Load</source> + <translation>载入(&L)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3965"/> + <source>Load the debugger properties</source> + <translation>载入调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3966"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3968"/> - <source>Save</source> - <translation>保存</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3972"/> - <source>Save the debugger properties</source> - <translation>保存调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3973"/> + <source>Save</source> + <translation>保存</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3977"/> + <source>Save the debugger properties</source> + <translation>保存调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3978"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3980"/> - <source>Delete</source> - <translation>删除</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3980"/> - <source>&Delete</source> - <translation>删除(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3984"/> - <source>Delete the debugger properties</source> - <translation>删除调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3985"/> + <source>Delete</source> + <translation>删除</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3985"/> + <source>&Delete</source> + <translation>删除(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3989"/> + <source>Delete the debugger properties</source> + <translation>删除调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3990"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> + <location filename="../Project/Project.py" line="3998"/> <source>Reset</source> <translation>重置</translation> </message> <message> - <location filename="../Project/Project.py" line="3993"/> - <source>&Reset</source> - <translation>重置(&R)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3997"/> - <source>Reset the debugger properties</source> - <translation>重围调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3998"/> + <source>&Reset</source> + <translation>重置(&R)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4002"/> + <source>Reset the debugger properties</source> + <translation>重围调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4003"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4007"/> - <source>Load session</source> - <translation>载入会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4011"/> - <source>Load the projects session file.</source> - <translation>载入项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="4012"/> + <source>Load session</source> + <translation>载入会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4016"/> + <source>Load the projects session file.</source> + <translation>载入项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4017"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4025"/> - <source>Save session</source> - <translation>保存会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4029"/> - <source>Save the projects session file.</source> - <translation>保存项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="4030"/> + <source>Save session</source> + <translation>保存会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4034"/> + <source>Save the projects session file.</source> + <translation>保存项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4035"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4043"/> - <source>Delete session</source> - <translation>删除会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4047"/> - <source>Delete the projects session file.</source> - <translation>删除项目会话文件。</translation> - </message> - <message> <location filename="../Project/Project.py" line="4048"/> + <source>Delete session</source> + <translation>删除会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4052"/> + <source>Delete the projects session file.</source> + <translation>删除项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4053"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>删除会话</b><p>删除项目会话文件</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>Code Metrics</source> <translation>代码度量</translation> </message> <message> - <location filename="../Project/Project.py" line="4057"/> + <location filename="../Project/Project.py" line="4062"/> <source>&Code Metrics...</source> <translation>代码度量(&C)…</translation> </message> <message> - <location filename="../Project/Project.py" line="4061"/> + <location filename="../Project/Project.py" line="4066"/> <source>Show some code metrics for the project.</source> <translation>显示项目的部分代码度量。</translation> </message> <message> - <location filename="../Project/Project.py" line="4063"/> + <location filename="../Project/Project.py" line="4068"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Python Code Coverage</source> <translation>Python 代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4071"/> + <location filename="../Project/Project.py" line="4076"/> <source>Code Co&verage...</source> <translation>代码覆盖率(&v)…</translation> </message> <message> - <location filename="../Project/Project.py" line="4075"/> + <location filename="../Project/Project.py" line="4080"/> <source>Show code coverage information for the project.</source> <translation>显示项目的代码覆盖率信息。</translation> </message> <message> - <location filename="../Project/Project.py" line="4077"/> + <location filename="../Project/Project.py" line="4082"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="../Project/Project.py" line="4085"/> + <location filename="../Project/Project.py" line="4090"/> <source>&Profile Data...</source> <translation>剖析数据(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="4089"/> + <location filename="../Project/Project.py" line="4094"/> <source>Show profiling data for the project.</source> <translation>显示项目的剖析数据。</translation> </message> <message> - <location filename="../Project/Project.py" line="4091"/> + <location filename="../Project/Project.py" line="4096"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>剖析数据…</b><p>显示项目的剖析数据。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../Project/Project.py" line="4100"/> + <location filename="../Project/Project.py" line="4105"/> <source>&Application Diagram...</source> <translation>应用程序(&A)图…</translation> </message> <message> - <location filename="../Project/Project.py" line="4104"/> + <location filename="../Project/Project.py" line="4109"/> <source>Show a diagram of the project.</source> <translation>显示项目图表。</translation> </message> <message> - <location filename="../Project/Project.py" line="4106"/> + <location filename="../Project/Project.py" line="4111"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>应用程序图…</b><p>显示项目的图表。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source>Create Package List</source> <translation>创建程序包列表</translation> </message> <message> - <location filename="../Project/Project.py" line="4129"/> + <location filename="../Project/Project.py" line="4134"/> <source>Create &Package List</source> <translation type="unfinished">创建插件存档(&A)</translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source>Create Plugin Archive</source> <translation>创建插件存档</translation> </message> <message> - <location filename="../Project/Project.py" line="4145"/> + <location filename="../Project/Project.py" line="4150"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4230"/> + <location filename="../Project/Project.py" line="4235"/> <source>&Project</source> <translation>项目(&P)</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> - <source>Open &Recent Projects</source> - <translation>打开最近的项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4232"/> - <source>&Version Control</source> - <translation>版本控制(&V)</translation> - </message> - <message> <location filename="../Project/Project.py" line="4236"/> - <source>Chec&k</source> - <translation>检查(&K)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4238"/> - <source>Sho&w</source> - <translation>显示(&W)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4239"/> - <source>&Diagrams</source> - <translation>图表(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4240"/> - <source>Session</source> - <translation>会话</translation> + <source>Open &Recent Projects</source> + <translation>打开最近的项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4237"/> + <source>&Version Control</source> + <translation>版本控制(&V)</translation> </message> <message> <location filename="../Project/Project.py" line="4241"/> - <source>Source &Documentation</source> - <translation>源文档(&D)</translation> + <source>Chec&k</source> + <translation>检查(&K)</translation> </message> <message> <location filename="../Project/Project.py" line="4243"/> - <source>Debugger</source> - <translation>调试器</translation> + <source>Sho&w</source> + <translation>显示(&W)</translation> </message> <message> <location filename="../Project/Project.py" line="4244"/> + <source>&Diagrams</source> + <translation>图表(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4245"/> + <source>Session</source> + <translation>会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4246"/> + <source>Source &Documentation</source> + <translation>源文档(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4248"/> + <source>Debugger</source> + <translation>调试器</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4249"/> <source>Pac&kagers</source> <translation>打包程序(&K)</translation> </message> <message> - <location filename="../Project/Project.py" line="4363"/> + <location filename="../Project/Project.py" line="4368"/> <source>Project</source> <translation>项目</translation> </message> <message> - <location filename="../Project/Project.py" line="4429"/> + <location filename="../Project/Project.py" line="4434"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>Search New Files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4580"/> + <location filename="../Project/Project.py" line="4585"/> <source>There were no new files found to be added.</source> <translation>没有要添加的新文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source>Version Control System</source> <translation>版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="4845"/> + <location filename="../Project/Project.py" line="4850"/> <source>Coverage Data</source> <translation>覆盖率数据</translation> </message> <message> - <location filename="../Project/Project.py" line="4895"/> + <location filename="../Project/Project.py" line="4900"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4868"/> + <location filename="../Project/Project.py" line="4873"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4918"/> + <location filename="../Project/Project.py" line="4923"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4972"/> + <location filename="../Project/Project.py" line="4977"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../Project/Project.py" line="5117"/> + <location filename="../Project/Project.py" line="5122"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>文件 <b>PKGLIST</b> 已存在。</p><p>是否覆盖?</p></translation> </message> @@ -52353,27 +52464,27 @@ <translation type="obsolete"><p>文件 <b>PKGLIST</b> 不存在。终止…</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5185"/> + <location filename="../Project/Project.py" line="5190"/> <source>The project does not have a main script defined. Aborting...</source> <translation>项目未定义主脚本。终止…</translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3925"/> + <location filename="../Project/Project.py" line="3930"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3929"/> + <location filename="../Project/Project.py" line="3934"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3931"/> + <location filename="../Project/Project.py" line="3936"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> @@ -52393,112 +52504,112 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="781"/> + <location filename="../Project/Project.py" line="786"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="883"/> + <location filename="../Project/Project.py" line="888"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="924"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="943"/> + <location filename="../Project/Project.py" line="948"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1001"/> + <location filename="../Project/Project.py" line="1006"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1037"/> + <location filename="../Project/Project.py" line="1042"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1066"/> + <location filename="../Project/Project.py" line="1071"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1100"/> + <location filename="../Project/Project.py" line="1105"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1120"/> + <location filename="../Project/Project.py" line="1125"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1177"/> + <location filename="../Project/Project.py" line="1182"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1211"/> + <location filename="../Project/Project.py" line="1216"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1237"/> + <location filename="../Project/Project.py" line="1242"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1712"/> + <location filename="../Project/Project.py" line="1717"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3045"/> + <location filename="../Project/Project.py" line="3050"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1940"/> + <location filename="../Project/Project.py" line="1945"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2300"/> + <location filename="../Project/Project.py" line="2305"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4726"/> + <location filename="../Project/Project.py" line="4731"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5166"/> + <location filename="../Project/Project.py" line="5171"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5326"/> + <location filename="../Project/Project.py" line="5332"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5400"/> + <location filename="../Project/Project.py" line="5406"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1637"/> + <location filename="../Project/Project.py" line="1642"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1694"/> + <location filename="../Project/Project.py" line="1699"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52508,32 +52619,32 @@ <translation>Python2 文件 (*.py2);;Python2 GUI 文件 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2381"/> + <location filename="../Project/Project.py" line="2386"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4114"/> + <location filename="../Project/Project.py" line="4119"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4118"/> + <location filename="../Project/Project.py" line="4123"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4120"/> + <location filename="../Project/Project.py" line="4125"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -52563,37 +52674,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4714"/> + <location filename="../Project/Project.py" line="4719"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5442"/> + <location filename="../Project/Project.py" line="5448"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4134"/> + <location filename="../Project/Project.py" line="4139"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished">创建一个 eric6 插件存档文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4136"/> + <location filename="../Project/Project.py" line="4141"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="4150"/> + <location filename="../Project/Project.py" line="4155"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4152"/> + <location filename="../Project/Project.py" line="4157"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5291"/> + <location filename="../Project/Project.py" line="5297"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -52613,83 +52724,83 @@ <translation>Eric6 插件</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source>Create project management directory</source> <translation>创建项目管理目录</translation> </message> <message> - <location filename="../Project/Project.py" line="2857"/> + <location filename="../Project/Project.py" line="2862"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>项目目录 <b>{0}</b> 不可写。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3870"/> + <location filename="../Project/Project.py" line="3875"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3877"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3864"/> + <location filename="../Project/Project.py" line="3869"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5220"/> + <location filename="../Project/Project.py" line="5226"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4162"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4167"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4172"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4169"/> + <location filename="../Project/Project.py" line="4174"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5199"/> + <location filename="../Project/Project.py" line="5204"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>Abort</source> <translation type="unfinished">终止</translation> </message> <message> - <location filename="../Project/Project.py" line="5216"/> + <location filename="../Project/Project.py" line="5222"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -52699,132 +52810,132 @@ <translation type="obsolete">覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="5233"/> + <location filename="../Project/Project.py" line="5239"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5345"/> + <location filename="../Project/Project.py" line="5351"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5348"/> + <location filename="../Project/Project.py" line="5354"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5215"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5263"/> + <location filename="../Project/Project.py" line="5269"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3860"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl, *.proto) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3918"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1485"/> + <location filename="../Project/Project.py" line="1490"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2183"/> + <location filename="../Project/Project.py" line="2188"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2213"/> + <location filename="../Project/Project.py" line="2218"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source>Create Makefile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2688"/> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4183"/> + <location filename="../Project/Project.py" line="4188"/> <source>&Execute Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4187"/> + <location filename="../Project/Project.py" line="4192"/> <source>Perform a 'make' run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4189"/> + <location filename="../Project/Project.py" line="4194"/> <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5605"/> + <location filename="../Project/Project.py" line="5611"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4197"/> + <location filename="../Project/Project.py" line="4202"/> <source>&Test for Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4201"/> + <location filename="../Project/Project.py" line="4206"/> <source>Question 'make', if a rebuild is needed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4203"/> + <location filename="../Project/Project.py" line="4208"/> <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4245"/> + <location filename="../Project/Project.py" line="4250"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5553"/> + <location filename="../Project/Project.py" line="5559"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5598"/> + <location filename="../Project/Project.py" line="5604"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5608"/> + <location filename="../Project/Project.py" line="5614"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5613"/> + <location filename="../Project/Project.py" line="5619"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5625"/> + <location filename="../Project/Project.py" line="5631"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53382,130 +53493,135 @@ <translation><b>项目接口浏览器</b><p>可以方便地查看包含在项目中的所有接口(CORBA IDL 文件)。通过上下文菜单有多个动作可执行。</p></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="135"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="140"/> <source>Compile interface</source> <translation>编译界面</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="235"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="258"/> <source>Compile all interfaces</source> <translation>编译所有界面</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="184"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="203"/> <source>Open</source> <translation>打开</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="105"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="110"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="208"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="231"/> <source>Remove from project</source> <translation>从项目移除</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="211"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="234"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="239"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="266"/> <source>Add interfaces...</source> <translation>添加界面…</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="241"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="268"/> <source>Add interfaces directory...</source> <translation>添加界面文件夹…</translation> </message> <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="271"/> + <source>Expand all directories</source> + <translation>展开所有文件夹</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="273"/> + <source>Collapse all directories</source> + <translation>折叠所有文件夹</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="276"/> + <source>Configure...</source> + <translation>配置…</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="278"/> + <source>Configure CORBA...</source> + <translation>配置 CORBA…</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="195"/> + <source>Compile interfaces</source> + <translation>编译界面</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Delete interfaces</source> + <translation>删除界面</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="449"/> + <source>Do you really want to delete these interfaces from the project?</source> + <translation>确定要从项目中删除这些界面?</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>Interface Compilation</source> + <translation>界面编译</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="525"/> + <source>The compilation of the interface file was successful.</source> + <translation>界面文件编译成功。</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="539"/> + <source>The compilation of the interface file failed.</source> + <translation>界面文件编译失败。</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> + <source>Process Generation Error</source> + <translation>进程生成错误</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Compiling interfaces...</source> + <translation>正在编译界面…</translation> + </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> + <source>Abort</source> + <translation>终止</translation> + </message> + <message> <location filename="../Project/ProjectInterfacesBrowser.py" line="244"/> - <source>Expand all directories</source> - <translation>展开所有文件夹</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="246"/> - <source>Collapse all directories</source> - <translation>折叠所有文件夹</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="249"/> - <source>Configure...</source> - <translation>配置…</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="251"/> - <source>Configure CORBA...</source> - <translation>配置 CORBA…</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="181"/> - <source>Compile interfaces</source> - <translation>编译界面</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Delete interfaces</source> - <translation>删除界面</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="422"/> - <source>Do you really want to delete these interfaces from the project?</source> - <translation>确定要从项目中删除这些界面?</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>Interface Compilation</source> - <translation>界面编译</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="498"/> - <source>The compilation of the interface file was successful.</source> - <translation>界面文件编译成功。</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="512"/> - <source>The compilation of the interface file failed.</source> - <translation>界面文件编译失败。</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> - <source>Process Generation Error</source> - <translation>进程生成错误</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Compiling interfaces...</source> - <translation>正在编译界面…</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> - <source>Abort</source> - <translation>终止</translation> - </message> - <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="221"/> <source>Copy Path to Clipboard</source> <translation>将路径复制到剪贴板</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="553"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="589"/> <source><p>Could not start {0}.<br>Ensure that it is in the search path.</p></source> <translation>无法启动 {0}。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="613"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="649"/> <source>%v/%m Interfaces</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/ProjectInterfacesBrowser.py" line="619"/> + <location filename="../Project/ProjectInterfacesBrowser.py" line="655"/> <source>Interfaces</source> <translation type="unfinished">界面</translation> </message> + <message> + <location filename="../Project/ProjectInterfacesBrowser.py" line="262"/> + <source>Configure IDL compiler</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectOthersBrowser</name> @@ -76019,7 +76135,7 @@ <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>Unittest Project</source> <translation>项目单元测试</translation> </message> @@ -76274,7 +76390,7 @@ <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5912"/> + <location filename="../UI/UserInterface.py" line="5921"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> @@ -76294,7 +76410,7 @@ <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> @@ -76529,7 +76645,7 @@ <translation>设置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Help</source> <translation>帮助</translation> </message> @@ -76579,7 +76695,7 @@ <translation><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6899"/> + <location filename="../UI/UserInterface.py" line="6908"/> <source></table></source> <translation></table></translation> </message> @@ -76629,112 +76745,112 @@ <translation>全部隐藏(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4508"/> + <location filename="../UI/UserInterface.py" line="4517"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source>Problem</source> <translation>问题</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Open Browser</source> <translation>打开浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5708"/> + <location filename="../UI/UserInterface.py" line="5717"/> <source>Could not start a web browser</source> <translation>无法启动网络浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4760"/> + <location filename="../UI/UserInterface.py" line="4769"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4794"/> + <location filename="../UI/UserInterface.py" line="4803"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>hh</b>。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5029"/> <source>External Tools</source> <translation>外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source>Documentation Missing</source> <translation>文档缺失</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source>Documentation</source> <translation>文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5369"/> + <location filename="../UI/UserInterface.py" line="5378"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt4 文档起点。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6240"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source>Read session</source> <translation>读取会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6870"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6885"/> + <location filename="../UI/UserInterface.py" line="6894"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -76814,7 +76930,7 @@ <translation>图标编辑器(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt 3 support</source> <translation>Qt 3 支持</translation> </message> @@ -76859,106 +76975,106 @@ <translation>外部工具/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4886"/> + <location filename="../UI/UserInterface.py" line="4895"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>文件 <b>{0}</b> 不存在或者长度为零。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4614"/> + <location filename="../UI/UserInterface.py" line="4623"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 设计师。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4681"/> + <location filename="../UI/UserInterface.py" line="4690"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 语言家。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4732"/> + <location filename="../UI/UserInterface.py" line="4741"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 助手。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4774"/> + <location filename="../UI/UserInterface.py" line="4783"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动自定义的查看器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4842"/> + <location filename="../UI/UserInterface.py" line="4851"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 UI 预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4897"/> + <location filename="../UI/UserInterface.py" line="4906"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动翻译预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4918"/> + <location filename="../UI/UserInterface.py" line="4927"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 SQL 浏览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5011"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="5020"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5029"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5059"/> + <location filename="../UI/UserInterface.py" line="5068"/> <source>Starting process '{0} {1}'. </source> <translation>正在启动进程“{0} {1}”。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5075"/> + <location filename="../UI/UserInterface.py" line="5084"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5151"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source>Process '{0}' has exited. </source> <translation>进程“{0}”已退出。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5572"/> + <location filename="../UI/UserInterface.py" line="5581"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6105"/> + <location filename="../UI/UserInterface.py" line="6114"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6134"/> + <location filename="../UI/UserInterface.py" line="6143"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6168"/> + <location filename="../UI/UserInterface.py" line="6177"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>会话文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6215"/> + <location filename="../UI/UserInterface.py" line="6224"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>会话文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6495"/> + <location filename="../UI/UserInterface.py" line="6504"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> 不是一个文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6683"/> + <location filename="../UI/UserInterface.py" line="6692"/> <source>Trying host {0}</source> <translation>正在尝试主机 {0}</translation> </message> @@ -76993,7 +77109,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5936"/> + <location filename="../UI/UserInterface.py" line="5945"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>键盘快捷键文件 (*.e4k)</translation> </message> @@ -77033,17 +77149,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>Error getting versions information</source> <translation>获取版本信息出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6740"/> + <location filename="../UI/UserInterface.py" line="6749"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6747"/> + <location filename="../UI/UserInterface.py" line="6756"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation> </message> @@ -77129,12 +77245,12 @@ <translation><b>快照</b><p>打开一个对话框来截取屏幕一个区域的快照。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4988"/> + <location filename="../UI/UserInterface.py" line="4997"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动快照工具。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6955"/> + <location filename="../UI/UserInterface.py" line="6964"/> <source>Select Workspace Directory</source> <translation>选择工作区目录</translation> </message> @@ -77509,7 +77625,7 @@ <translation>打开 PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5435"/> + <location filename="../UI/UserInterface.py" line="5444"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt5 文档起始位置。</p></translation> </message> @@ -77544,7 +77660,7 @@ <translation type="obsolete"><b>PySide 文档</b><p>显示 PySide 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6674"/> + <location filename="../UI/UserInterface.py" line="6683"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -77564,7 +77680,7 @@ <translation><b>显示错误日志…</b><p>打开一个对话框显示最近的错误日志。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6678"/> + <location filename="../UI/UserInterface.py" line="6687"/> <source>Version Check</source> <translation>版本检查</translation> </message> @@ -77634,27 +77750,27 @@ <translation><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric6 安装文件夹下的文档或源代码子文件夹。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4707"/> + <location filename="../UI/UserInterface.py" line="4716"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt 版本3 不被 eric6 支持。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6841"/> + <location filename="../UI/UserInterface.py" line="6850"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>eric6 的 <b>{0}</b> 更新已经可用,位于 <b>{1}</b>。您是否希望下载它?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>Eric6 is up to date</source> <translation>Eric6 已是最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6854"/> + <location filename="../UI/UserInterface.py" line="6863"/> <source>You are using the latest version of eric6</source> <translation>您正在使用 eric6 的最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6936"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>尚未配置 eric6。将打开配置对话框。</translation> </message> @@ -77674,7 +77790,7 @@ <translation>没有配置的用户工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6694"/> + <location filename="../UI/UserInterface.py" line="6703"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>因为当前处在 <b>离线</b> 状态,无法获取版本信息。请连线并再试一次。</translation> </message> @@ -77719,7 +77835,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>Load session</source> <translation type="unfinished">载入会话</translation> </message> @@ -77734,17 +77850,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6253"/> + <location filename="../UI/UserInterface.py" line="6262"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300"/> + <location filename="../UI/UserInterface.py" line="6309"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -77759,17 +77875,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6829"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6819"/> + <location filename="../UI/UserInterface.py" line="6828"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> @@ -77824,7 +77940,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5555"/> + <location filename="../UI/UserInterface.py" line="5564"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message>