Sat, 31 Oct 2020 12:18:29 +0100
Merged with default branch.
--- a/docs/changelog Sun Oct 18 12:35:30 2020 +0200 +++ b/docs/changelog Sat Oct 31 12:18:29 2020 +0100 @@ -4,6 +4,9 @@ - bug fixes - Editor -- added support for TOML files +- Main Window + -- added a dialog showing information about the installation process + (see Help menu) - Mini Editor -- added a status bar languages menu -- added a status bar zoom slider
--- a/eric6.e4p Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6.e4p Sat Oct 31 12:18:29 2020 +0100 @@ -159,6 +159,7 @@ <Source>eric6/E5Gui/E5PasswordMeter.py</Source> <Source>eric6/E5Gui/E5PathPicker.py</Source> <Source>eric6/E5Gui/E5PathPickerDialog.py</Source> + <Source>eric6/E5Gui/E5PlainTextDialog.py</Source> <Source>eric6/E5Gui/E5ProcessDialog.py</Source> <Source>eric6/E5Gui/E5ProgressDialog.py</Source> <Source>eric6/E5Gui/E5SideBar.py</Source> @@ -1276,6 +1277,7 @@ <Source>eric6/UI/FindFileDialog.py</Source> <Source>eric6/UI/FindFileNameDialog.py</Source> <Source>eric6/UI/Info.py</Source> + <Source>eric6/UI/InstallInfoDialog.py</Source> <Source>eric6/UI/LogView.py</Source> <Source>eric6/UI/NotificationWidget.py</Source> <Source>eric6/UI/NumbersWidget.py</Source> @@ -1641,6 +1643,7 @@ <Form>eric6/Debugger/VariablesFilterDialog.ui</Form> <Form>eric6/E5Gui/E5ErrorMessageFilterDialog.ui</Form> <Form>eric6/E5Gui/E5ListSelectionDialog.ui</Form> + <Form>eric6/E5Gui/E5PlainTextDialog.ui</Form> <Form>eric6/E5Gui/E5ProcessDialog.ui</Form> <Form>eric6/E5Gui/E5SimpleHelpDialog.ui</Form> <Form>eric6/E5Gui/E5StringListEditWidget.ui</Form> @@ -1988,6 +1991,7 @@ <Form>eric6/UI/ErrorLogDialog.ui</Form> <Form>eric6/UI/FindFileDialog.ui</Form> <Form>eric6/UI/FindFileNameDialog.ui</Form> + <Form>eric6/UI/InstallInfoDialog.ui</Form> <Form>eric6/UI/NotificationWidget.ui</Form> <Form>eric6/UI/NumbersWidget.ui</Form> <Form>eric6/UI/Previewers/PreviewerQSS.ui</Form>
--- a/eric6/APIs/Python3/eric6.api Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/APIs/Python3/eric6.api Sat Oct 31 12:18:29 2020 +0100 @@ -1302,6 +1302,8 @@ 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.E5PlainTextDialog.E5PlainTextDialog.on_copyButton_clicked?4() +eric6.E5Gui.E5PlainTextDialog.E5PlainTextDialog?1(title="", text="", parent=None) eric6.E5Gui.E5ProcessDialog.E5ProcessDialog.keyPressEvent?4(evt) eric6.E5Gui.E5ProcessDialog.E5ProcessDialog.normalExit?4() eric6.E5Gui.E5ProcessDialog.E5ProcessDialog.normalExitWithoutErrors?4() @@ -1817,6 +1819,7 @@ eric6.Globals.dataString?4(size) eric6.Globals.desktopName?4() eric6.Globals.getConfigDir?4() +eric6.Globals.getInstallInfoFilePath?4() eric6.Globals.getPyQt5ModulesDirectory?4() eric6.Globals.getPyQtToolsPath?4(version=5) eric6.Globals.getPythonModulesDirectory?4() @@ -8872,6 +8875,13 @@ eric6.UI.Info.Program?7 eric6.UI.Info.Version?7 eric6.UI.Info.VersionOnly?7 +eric6.UI.InstallInfoDialog.InstallInfoDialog.on_deleteButton_clicked?4() +eric6.UI.InstallInfoDialog.InstallInfoDialog.on_editButton_toggled?4(checked) +eric6.UI.InstallInfoDialog.InstallInfoDialog.on_saveButton_clicked?4() +eric6.UI.InstallInfoDialog.InstallInfoDialog.on_updateButton_clicked?4() +eric6.UI.InstallInfoDialog.InstallInfoDialog.reject?4() +eric6.UI.InstallInfoDialog.InstallInfoDialog.wasLoaded?4() +eric6.UI.InstallInfoDialog.InstallInfoDialog?1(parent=None) eric6.UI.LogView.LogViewer.appendToStderr?4(txt) eric6.UI.LogView.LogViewer.appendToStdout?4(txt) eric6.UI.LogView.LogViewer.preferencesChanged?4() @@ -9074,6 +9084,7 @@ eric6.UI.UserInterface.UserInterface.performVersionCheck?4(manual=True, alternative=0, showVersions=False) eric6.UI.UserInterface.UserInterface.preferencesChanged?7 eric6.UI.UserInterface.UserInterface.processArgs?4(args) +eric6.UI.UserInterface.UserInterface.processInstallInfoFile?4() eric6.UI.UserInterface.UserInterface.registerToolbar?4(name, text, toolbar, category="") eric6.UI.UserInterface.UserInterface.reloadAPIs?7 eric6.UI.UserInterface.UserInterface.removeE5Actions?4(actions, actionType='ui') @@ -11791,6 +11802,7 @@ install.createConfig?4() install.createGlobalPluginsDir?4() install.createInstallConfig?4() +install.createInstallInfo?4() install.createLinuxSpecifics?4() install.createMacAppBundle?4(pydir) install.createPyWrapper?4(pydir, wfile, saveDir, isGuiScript=True) @@ -11812,6 +11824,8 @@ install.initGlobals?4() install.installApis?7 install.installEric?4() +install.installInfo?7 +install.installInfoName?7 install.isPipOutdated?4() install.macAppBundleName?7 install.macAppBundlePath?7 @@ -11843,11 +11857,13 @@ setup.appdataFileName?7 setup.cleanupSource?4(dirName) setup.compileUiFiles?4(dirName) +setup.createInstallInfoFile?4(dirName) setup.getDataFiles?4() setup.getLongDescription?4() setup.getPackageData?4(package, extensions) setup.getVersion?4() setup.infoFileName?7 +setup.installInfoName?7 setup.prepareAppdataFile?4(fileName, version) setup.prepareInfoFile?4(fileName, version) setup.sourceDir?7
--- a/eric6/APIs/Python3/eric6.bas Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/APIs/Python3/eric6.bas Sat Oct 31 12:18:29 2020 +0100 @@ -208,6 +208,7 @@ E5PathPickerBase QWidget E5PathPickerDialog QDialog E5PathPickerModes Enum +E5PlainTextDialog QDialog Ui_E5PlainTextDialog E5ProcessDialog QDialog Ui_E5ProcessDialog E5ProgressDialog QProgressDialog E5SideBar QWidget @@ -512,6 +513,7 @@ InputDialogWizard QObject InputDialogWizardDialog QDialog Ui_InputDialogWizardDialog InsertBookmarksCommand RemoveBookmarksCommand +InstallInfoDialog QDialog Ui_InstallInfoDialog Interface ClbrBaseClasses.Class VisibilityMixin InterfacePage ConfigurationPageBase Ui_InterfacePage InvalidISO8859Error Exception
--- a/eric6/Documentation/Help/source.qhp Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Help/source.qhp Sat Oct 31 12:18:29 2020 +0100 @@ -118,6 +118,7 @@ <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.E5PlainTextDialog" ref="eric6.E5Gui.E5PlainTextDialog.html" /> <section title="eric6.E5Gui.E5ProcessDialog" ref="eric6.E5Gui.E5ProcessDialog.html" /> <section title="eric6.E5Gui.E5ProgressDialog" ref="eric6.E5Gui.E5ProgressDialog.html" /> <section title="eric6.E5Gui.E5SideBar" ref="eric6.E5Gui.E5SideBar.html" /> @@ -1006,6 +1007,7 @@ <section title="eric6.UI.FindFileDialog" ref="eric6.UI.FindFileDialog.html" /> <section title="eric6.UI.FindFileNameDialog" ref="eric6.UI.FindFileNameDialog.html" /> <section title="eric6.UI.Info" ref="eric6.UI.Info.html" /> + <section title="eric6.UI.InstallInfoDialog" ref="eric6.UI.InstallInfoDialog.html" /> <section title="eric6.UI.LogView" ref="eric6.UI.LogView.html" /> <section title="eric6.UI.NotificationWidget" ref="eric6.UI.NotificationWidget.html" /> <section title="eric6.UI.NumbersWidget" ref="eric6.UI.NumbersWidget.html" /> @@ -4292,6 +4294,10 @@ <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="E5PlainTextDialog" id="E5PlainTextDialog" ref="eric6.E5Gui.E5PlainTextDialog.html#E5PlainTextDialog" /> + <keyword name="E5PlainTextDialog (Constructor)" id="E5PlainTextDialog (Constructor)" ref="eric6.E5Gui.E5PlainTextDialog.html#E5PlainTextDialog.__init__" /> + <keyword name="E5PlainTextDialog (Module)" id="E5PlainTextDialog (Module)" ref="eric6.E5Gui.E5PlainTextDialog.html" /> + <keyword name="E5PlainTextDialog.on_copyButton_clicked" id="E5PlainTextDialog.on_copyButton_clicked" ref="eric6.E5Gui.E5PlainTextDialog.html#E5PlainTextDialog.on_copyButton_clicked" /> <keyword name="E5ProcessDialog" id="E5ProcessDialog" ref="eric6.E5Gui.E5ProcessDialog.html#E5ProcessDialog" /> <keyword name="E5ProcessDialog (Constructor)" id="E5ProcessDialog (Constructor)" ref="eric6.E5Gui.E5ProcessDialog.html#E5ProcessDialog.__init__" /> <keyword name="E5ProcessDialog (Module)" id="E5ProcessDialog (Module)" ref="eric6.E5Gui.E5ProcessDialog.html" /> @@ -8705,6 +8711,16 @@ <keyword name="InsertBookmarksCommand (Constructor)" id="InsertBookmarksCommand (Constructor)" ref="eric6.WebBrowser.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.__init__" /> <keyword name="InsertBookmarksCommand.redo" id="InsertBookmarksCommand.redo" ref="eric6.WebBrowser.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.redo" /> <keyword name="InsertBookmarksCommand.undo" id="InsertBookmarksCommand.undo" ref="eric6.WebBrowser.Bookmarks.BookmarksManager.html#InsertBookmarksCommand.undo" /> + <keyword name="InstallInfoDialog" id="InstallInfoDialog" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog" /> + <keyword name="InstallInfoDialog (Constructor)" id="InstallInfoDialog (Constructor)" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.__init__" /> + <keyword name="InstallInfoDialog (Module)" id="InstallInfoDialog (Module)" ref="eric6.UI.InstallInfoDialog.html" /> + <keyword name="InstallInfoDialog.__saveData" id="InstallInfoDialog.__saveData" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.__saveData" /> + <keyword name="InstallInfoDialog.on_deleteButton_clicked" id="InstallInfoDialog.on_deleteButton_clicked" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.on_deleteButton_clicked" /> + <keyword name="InstallInfoDialog.on_editButton_toggled" id="InstallInfoDialog.on_editButton_toggled" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.on_editButton_toggled" /> + <keyword name="InstallInfoDialog.on_saveButton_clicked" id="InstallInfoDialog.on_saveButton_clicked" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.on_saveButton_clicked" /> + <keyword name="InstallInfoDialog.on_updateButton_clicked" id="InstallInfoDialog.on_updateButton_clicked" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.on_updateButton_clicked" /> + <keyword name="InstallInfoDialog.reject" id="InstallInfoDialog.reject" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.reject" /> + <keyword name="InstallInfoDialog.wasLoaded" id="InstallInfoDialog.wasLoaded" ref="eric6.UI.InstallInfoDialog.html#InstallInfoDialog.wasLoaded" /> <keyword name="Interface" id="Interface" ref="eric6.Utilities.ClassBrowsers.idlclbr.html#Interface" /> <keyword name="Interface (Constructor)" id="Interface (Constructor)" ref="eric6.Utilities.ClassBrowsers.idlclbr.html#Interface.__init__" /> <keyword name="InterfacePage" id="InterfacePage" ref="eric6.Preferences.ConfigurationPages.InterfacePage.html#InterfacePage" /> @@ -15370,6 +15386,7 @@ <keyword name="UserInterface.__showExtrasMenu" id="UserInterface.__showExtrasMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showExtrasMenu" /> <keyword name="UserInterface.__showFileMenu" id="UserInterface.__showFileMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showFileMenu" /> <keyword name="UserInterface.__showHelpMenu" id="UserInterface.__showHelpMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showHelpMenu" /> + <keyword name="UserInterface.__showInstallInfo" id="UserInterface.__showInstallInfo" ref="eric6.UI.UserInterface.html#UserInterface.__showInstallInfo" /> <keyword name="UserInterface.__showNext" id="UserInterface.__showNext" ref="eric6.UI.UserInterface.html#UserInterface.__showNext" /> <keyword name="UserInterface.__showPixmap" id="UserInterface.__showPixmap" ref="eric6.UI.UserInterface.html#UserInterface.__showPixmap" /> <keyword name="UserInterface.__showPluginInfo" id="UserInterface.__showPluginInfo" ref="eric6.UI.UserInterface.html#UserInterface.__showPluginInfo" /> @@ -15466,6 +15483,7 @@ <keyword name="UserInterface.notificationsEnabled" id="UserInterface.notificationsEnabled" ref="eric6.UI.UserInterface.html#UserInterface.notificationsEnabled" /> <keyword name="UserInterface.performVersionCheck" id="UserInterface.performVersionCheck" ref="eric6.UI.UserInterface.html#UserInterface.performVersionCheck" /> <keyword name="UserInterface.processArgs" id="UserInterface.processArgs" ref="eric6.UI.UserInterface.html#UserInterface.processArgs" /> + <keyword name="UserInterface.processInstallInfoFile" id="UserInterface.processInstallInfoFile" ref="eric6.UI.UserInterface.html#UserInterface.processInstallInfoFile" /> <keyword name="UserInterface.registerToolbar" id="UserInterface.registerToolbar" ref="eric6.UI.UserInterface.html#UserInterface.registerToolbar" /> <keyword name="UserInterface.removeE5Actions" id="UserInterface.removeE5Actions" ref="eric6.UI.UserInterface.html#UserInterface.removeE5Actions" /> <keyword name="UserInterface.removeSideWidget" id="UserInterface.removeSideWidget" ref="eric6.UI.UserInterface.html#UserInterface.removeSideWidget" /> @@ -17183,6 +17201,8 @@ <keyword name="createDefaultConfig" id="createDefaultConfig" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#createDefaultConfig" /> <keyword name="createGlobalPluginsDir" id="createGlobalPluginsDir" ref="install.html#createGlobalPluginsDir" /> <keyword name="createInstallConfig" id="createInstallConfig" ref="install.html#createInstallConfig" /> + <keyword name="createInstallInfo" id="createInstallInfo" ref="install.html#createInstallInfo" /> + <keyword name="createInstallInfoFile" id="createInstallInfoFile" ref="setup.html#createInstallInfoFile" /> <keyword name="createLinuxSpecifics" id="createLinuxSpecifics" ref="install.html#createLinuxSpecifics" /> <keyword name="createMacAppBundle" id="createMacAppBundle" ref="install.html#createMacAppBundle" /> <keyword name="createMainWidget" id="createMainWidget" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.html#createMainWidget" /> @@ -17431,6 +17451,7 @@ <keyword name="getImporterInfo" id="getImporterInfo" ref="eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html#getImporterInfo" /> <keyword name="getImporters" id="getImporters" ref="eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html#getImporters" /> <keyword name="getInstallCommand" id="getInstallCommand" ref="eric6.E5Network.E5GoogleMailHelpers.html#getInstallCommand" /> + <keyword name="getInstallInfoFilePath" id="getInstallInfoFilePath" ref="eric6.Globals.__init__.html#getInstallInfoFilePath" /> <keyword name="getIrc" id="getIrc" ref="eric6.Preferences.__init__.html#getIrc" /> <keyword name="getJavascript" id="getJavascript" ref="eric6.WebBrowser.Tools.WebBrowserTools.html#getJavascript" /> <keyword name="getKeyUrl" id="getKeyUrl" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.__init__.html#getKeyUrl" /> @@ -18098,6 +18119,7 @@ <file>eric6.E5Gui.E5PasswordMeter.html</file> <file>eric6.E5Gui.E5PathPicker.html</file> <file>eric6.E5Gui.E5PathPickerDialog.html</file> + <file>eric6.E5Gui.E5PlainTextDialog.html</file> <file>eric6.E5Gui.E5ProcessDialog.html</file> <file>eric6.E5Gui.E5ProgressDialog.html</file> <file>eric6.E5Gui.E5SideBar.html</file> @@ -18812,6 +18834,7 @@ <file>eric6.UI.FindFileDialog.html</file> <file>eric6.UI.FindFileNameDialog.html</file> <file>eric6.UI.Info.html</file> + <file>eric6.UI.InstallInfoDialog.html</file> <file>eric6.UI.LogView.html</file> <file>eric6.UI.NotificationWidget.html</file> <file>eric6.UI.NumbersWidget.html</file>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5PlainTextDialog.html Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,117 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.E5Gui.E5PlainTextDialog</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.E5PlainTextDialog</h1> + +<p> +Module implementing a dialog to show some plain text. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#E5PlainTextDialog">E5PlainTextDialog</a></td> +<td>Class implementing a dialog to show some plain text.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> +<tr><td>None</td></tr> +</table> +<hr /> +<hr /> +<a NAME="E5PlainTextDialog" ID="E5PlainTextDialog"></a> +<h2>E5PlainTextDialog</h2> + +<p> + Class implementing a dialog to show some plain text. +</p> +<h3>Derived from</h3> +QDialog, Ui_E5PlainTextDialog +<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="#E5PlainTextDialog.__init__">E5PlainTextDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#E5PlainTextDialog.on_copyButton_clicked">on_copyButton_clicked</a></td> +<td>Private slot to copy the text to the clipboard.</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="E5PlainTextDialog.__init__" ID="E5PlainTextDialog.__init__"></a> +<h4>E5PlainTextDialog (Constructor)</h4> +<b>E5PlainTextDialog</b>(<i>title="", text="", parent=None</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>title</i> (str)</dt> +<dd> +title of the window +</dd> +<dt><i>text</i> (str)</dt> +<dd> +text to be shown +</dd> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</dl> +<a NAME="E5PlainTextDialog.on_copyButton_clicked" ID="E5PlainTextDialog.on_copyButton_clicked"></a> +<h4>E5PlainTextDialog.on_copyButton_clicked</h4> +<b>on_copyButton_clicked</b>(<i></i>) + +<p> + Private slot to copy the text to the clipboard. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/eric6.Globals.__init__.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Globals.__init__.html Sat Oct 31 12:18:29 2020 +0100 @@ -52,6 +52,10 @@ <td>Module function to get the name of the directory storing the config data.</td> </tr> <tr> +<td><a href="#getInstallInfoFilePath">getInstallInfoFilePath</a></td> +<td>Public method to get the path name of the install info file.</td> +</tr> +<tr> <td><a href="#getPyQt5ModulesDirectory">getPyQt5ModulesDirectory</a></td> <td>Function to determine the path to PyQt5 modules directory.</td> </tr> @@ -206,6 +210,28 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="getInstallInfoFilePath" ID="getInstallInfoFilePath"></a> +<h2>getInstallInfoFilePath</h2> +<b>getInstallInfoFilePath</b>(<i></i>) + +<p> + Public method to get the path name of the install info file. +</p> +<dl> +<dt>Returns:</dt> +<dd> +file path of the install info file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="getPyQt5ModulesDirectory" ID="getPyQt5ModulesDirectory"></a> <h2>getPyQt5ModulesDirectory</h2> <b>getPyQt5ModulesDirectory</b>(<i></i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,194 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.UI.InstallInfoDialog</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.UI.InstallInfoDialog</h1> + +<p> +Module implementing a dialog to show information about the installation. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#InstallInfoDialog">InstallInfoDialog</a></td> +<td>Class implementing a dialog to show information about the installation.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> +<tr><td>None</td></tr> +</table> +<hr /> +<hr /> +<a NAME="InstallInfoDialog" ID="InstallInfoDialog"></a> +<h2>InstallInfoDialog</h2> + +<p> + Class implementing a dialog to show information about the installation. +</p> +<h3>Derived from</h3> +QDialog, Ui_InstallInfoDialog +<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="#InstallInfoDialog.__init__">InstallInfoDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.__saveData">__saveData</a></td> +<td>Private method to save the data.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> +<td>Private slot deleting the install information file.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.on_editButton_toggled">on_editButton_toggled</a></td> +<td>Private slot to switch the dialog into edit mode.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> +<td>Private slot handling the save button press.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.on_updateButton_clicked">on_updateButton_clicked</a></td> +<td>Private slot to show some upgrade instructions.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.reject">reject</a></td> +<td>Public slot handling the closing of the dialog.</td> +</tr> +<tr> +<td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td> +<td>Public method to check, if the install data was loaded.</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="InstallInfoDialog.__init__" ID="InstallInfoDialog.__init__"></a> +<h4>InstallInfoDialog (Constructor)</h4> +<b>InstallInfoDialog</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="InstallInfoDialog.__saveData" ID="InstallInfoDialog.__saveData"></a> +<h4>InstallInfoDialog.__saveData</h4> +<b>__saveData</b>(<i></i>) + +<p> + Private method to save the data. +</p> +<a NAME="InstallInfoDialog.on_deleteButton_clicked" ID="InstallInfoDialog.on_deleteButton_clicked"></a> +<h4>InstallInfoDialog.on_deleteButton_clicked</h4> +<b>on_deleteButton_clicked</b>(<i></i>) + +<p> + Private slot deleting the install information file. +</p> +<a NAME="InstallInfoDialog.on_editButton_toggled" ID="InstallInfoDialog.on_editButton_toggled"></a> +<h4>InstallInfoDialog.on_editButton_toggled</h4> +<b>on_editButton_toggled</b>(<i>checked</i>) + +<p> + Private slot to switch the dialog into edit mode. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +flag giving the button check state +</dd> +</dl> +<a NAME="InstallInfoDialog.on_saveButton_clicked" ID="InstallInfoDialog.on_saveButton_clicked"></a> +<h4>InstallInfoDialog.on_saveButton_clicked</h4> +<b>on_saveButton_clicked</b>(<i></i>) + +<p> + Private slot handling the save button press. +</p> +<a NAME="InstallInfoDialog.on_updateButton_clicked" ID="InstallInfoDialog.on_updateButton_clicked"></a> +<h4>InstallInfoDialog.on_updateButton_clicked</h4> +<b>on_updateButton_clicked</b>(<i></i>) + +<p> + Private slot to show some upgrade instructions. +</p> +<a NAME="InstallInfoDialog.reject" ID="InstallInfoDialog.reject"></a> +<h4>InstallInfoDialog.reject</h4> +<b>reject</b>(<i></i>) + +<p> + Public slot handling the closing of the dialog. +</p> +<a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a> +<h4>InstallInfoDialog.wasLoaded</h4> +<b>wasLoaded</b>(<i></i>) + +<p> + Public method to check, if the install data was loaded. +</p> +<dl> +<dt>Returns:</dt> +<dd> +flag indicating the data was loaded +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Sat Oct 31 12:18:29 2020 +0100 @@ -651,6 +651,10 @@ <td>Private slot to display the Help menu.</td> </tr> <tr> +<td><a href="#UserInterface.__showInstallInfo">__showInstallInfo</a></td> +<td>Private slot to show a dialog containing information about the installation process.</td> +</tr> +<tr> <td><a href="#UserInterface.__showNext">__showNext</a></td> <td>Private slot used to show the next tab or file.</td> </tr> @@ -1035,6 +1039,10 @@ <td>Public method to process the command line args passed to the UI.</td> </tr> <tr> +<td><a href="#UserInterface.processInstallInfoFile">processInstallInfoFile</a></td> +<td>Public method to process the file containing installation information.</td> +</tr> +<tr> <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> <td>Public method to register a toolbar.</td> </tr> @@ -2252,6 +2260,14 @@ <p> Private slot to display the Help menu. </p> +<a NAME="UserInterface.__showInstallInfo" ID="UserInterface.__showInstallInfo"></a> +<h4>UserInterface.__showInstallInfo</h4> +<b>__showInstallInfo</b>(<i></i>) + +<p> + Private slot to show a dialog containing information about the + installation process. +</p> <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a> <h4>UserInterface.__showNext</h4> <b>__showNext</b>(<i></i>) @@ -3451,6 +3467,13 @@ .e4m or .e5m, it is opened as a multiproject. </dd> </dl> +<a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a> +<h4>UserInterface.processInstallInfoFile</h4> +<b>processInstallInfoFile</b>(<i></i>) + +<p> + Public method to process the file containing installation information. +</p> <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a> <h4>UserInterface.registerToolbar</h4> <b>registerToolbar</b>(<i>name, text, toolbar, category=""</i>)
--- a/eric6/Documentation/Source/index-eric6.E5Gui.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/index-eric6.E5Gui.html Sat Oct 31 12:18:29 2020 +0100 @@ -141,6 +141,10 @@ <td>Module implementing a dialog to enter a file system path using a file picker.</td> </tr> <tr> +<td><a href="eric6.E5Gui.E5PlainTextDialog.html">E5PlainTextDialog</a></td> +<td>Module implementing a dialog to show some plain text.</td> +</tr> +<tr> <td><a href="eric6.E5Gui.E5ProcessDialog.html">E5ProcessDialog</a></td> <td>Module implementing a dialog starting a process and showing its output.</td> </tr>
--- a/eric6/Documentation/Source/index-eric6.UI.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/index-eric6.UI.html Sat Oct 31 12:18:29 2020 +0100 @@ -114,6 +114,10 @@ <td>Module defining some informational strings.</td> </tr> <tr> +<td><a href="eric6.UI.InstallInfoDialog.html">InstallInfoDialog</a></td> +<td>Module implementing a dialog to show information about the installation.</td> +</tr> +<tr> <td><a href="eric6.UI.LogView.html">LogView</a></td> <td>Module implementing the log viewer widget and the log widget.</td> </tr>
--- a/eric6/Documentation/Source/install.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/install.html Sat Oct 31 12:18:29 2020 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr><tr><td>yes2All</td></tr> +<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>installApis</td></tr><tr><td>installInfo</td></tr><tr><td>installInfoName</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr><tr><td>yes2All</td></tr> </table> <h3>Classes</h3> @@ -96,6 +96,10 @@ <td>Create the installation config dictionary.</td> </tr> <tr> +<td><a href="#createInstallInfo">createInstallInfo</a></td> +<td>Record information about the way eric6 was installed.</td> +</tr> +<tr> <td><a href="#createLinuxSpecifics">createLinuxSpecifics</a></td> <td>Install Linux specific files.</td> </tr> @@ -406,6 +410,16 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="createInstallInfo" ID="createInstallInfo"></a> +<h2>createInstallInfo</h2> +<b>createInstallInfo</b>(<i></i>) + +<p> + Record information about the way eric6 was installed. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="createLinuxSpecifics" ID="createLinuxSpecifics"></a> <h2>createLinuxSpecifics</h2> <b>createLinuxSpecifics</b>(<i></i>)
--- a/eric6/Documentation/Source/setup.html Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Documentation/Source/setup.html Sat Oct 31 12:18:29 2020 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>Version</td></tr><tr><td>appdataFileName</td></tr><tr><td>infoFileName</td></tr><tr><td>sourceDir</td></tr> +<tr><td>Version</td></tr><tr><td>appdataFileName</td></tr><tr><td>infoFileName</td></tr><tr><td>installInfoName</td></tr><tr><td>sourceDir</td></tr> </table> <h3>Classes</h3> @@ -52,6 +52,10 @@ <td>Compile the .ui files to Python sources.</td> </tr> <tr> +<td><a href="#createInstallInfoFile">createInstallInfoFile</a></td> +<td>Create a file containing some rudimentary install information.</td> +</tr> +<tr> <td><a href="#getDataFiles">getDataFiles</a></td> <td>Function to return data_files in a platform dependent manner.</td> </tr> @@ -141,6 +145,23 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="createInstallInfoFile" ID="createInstallInfoFile"></a> +<h2>createInstallInfoFile</h2> +<b>createInstallInfoFile</b>(<i>dirName</i>) + +<p> + Create a file containing some rudimentary install information. +</p> +<dl> + +<dt><i>dirName</i> (str)</dt> +<dd> +name of the directory to compile UI files for +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="getDataFiles" ID="getDataFiles"></a> <h2>getDataFiles</h2> <b>getDataFiles</b>(<i></i>)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/E5Gui/E5PlainTextDialog.py Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,49 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2020 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to show some plain text. +""" + +from PyQt5.QtCore import pyqtSlot +from PyQt5.QtGui import QGuiApplication +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from .Ui_E5PlainTextDialog import Ui_E5PlainTextDialog + + +class E5PlainTextDialog(QDialog, Ui_E5PlainTextDialog): + """ + Class implementing a dialog to show some plain text. + """ + def __init__(self, title="", text="", parent=None): + """ + Constructor + + @param title title of the window + @type str + @param text text to be shown + @type str + @param parent reference to the parent widget + @type QWidget + """ + super(E5PlainTextDialog, self).__init__(parent) + self.setupUi(self) + + self.copyButton = self.buttonBox.addButton( + self.tr("Copy to Clipboard"), QDialogButtonBox.ActionRole) + self.copyButton.clicked.connect(self.on_copyButton_clicked) + + self.setWindowTitle(title) + self.textEdit.setPlainText(text) + + @pyqtSlot() + def on_copyButton_clicked(self): + """ + Private slot to copy the text to the clipboard. + """ + txt = self.textEdit.toPlainText() + cb = QGuiApplication.clipboard() + cb.setText(txt)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/E5Gui/E5PlainTextDialog.ui Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>E5PlainTextDialog</class> + <widget class="QDialog" name="E5PlainTextDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>500</width> + <height>400</height> + </rect> + </property> + <property name="windowTitle"> + <string/> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QPlainTextEdit" name="textEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="textInteractionFlags"> + <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>E5PlainTextDialog</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>E5PlainTextDialog</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/eric6/Globals/__init__.py Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/Globals/__init__.py Sat Oct 31 12:18:29 2020 +0100 @@ -20,6 +20,8 @@ QDir, QByteArray, QCoreApplication, QT_VERSION, QProcess, qVersion ) +from eric6config import getConfig + # names of the various settings objects settingsNameOrganization = "Eric6" settingsNameGlobal = "eric6" @@ -213,6 +215,24 @@ return hp +def getInstallInfoFilePath(): + """ + Public method to get the path name of the install info file. + + @return file path of the install info file + @rtype str + """ + filename = "eric6install.{0}.json".format( + getConfig("ericDir") + .replace(":", "_") + .replace("\\", "_") + .replace("/", "_") + .replace(" ", "_") + .strip("_") + ) + return os.path.join(getConfigDir(), filename) + + def setConfigDir(d): """ Module function to set the name of the directory storing the config data.
--- a/eric6/QScintilla/TypingCompleters/CompleterPython.py Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/QScintilla/TypingCompleters/CompleterPython.py Sat Oct 31 12:18:29 2020 +0100 @@ -111,6 +111,7 @@ # insert closing parenthesis and self if char == '(': txt = self.editor.text(line)[:col] + self.editor.beginUndoAction() if ( self.__insertSelf and self.__defRX.fullmatch(txt) is not None @@ -132,6 +133,7 @@ self.editor.insert('):') else: self.editor.insert(')') + self.editor.endUndoAction() # closing parenthesis # skip matching closing parenthesis @@ -148,12 +150,14 @@ elif char == ' ': txt = self.editor.text(line)[:col] if self.__insertImport and self.__importRX.fullmatch(txt): + self.editor.beginUndoAction() if self.__importBraceType: self.editor.insert('import ()') self.editor.setCursorPosition(line, col + 8) else: self.editor.insert('import ') self.editor.setCursorPosition(line, col + 7) + self.editor.endUndoAction() elif self.__dedentElse and self.__elifRX.fullmatch(txt): self.__dedentToIf() elif self.__dedentExcept and self.__exceptRX.fullmatch(txt): @@ -215,6 +219,7 @@ if self.__indentBrace: txt = self.editor.text(line - 1) if re.search(":\r?\n", txt) is None: + self.editor.beginUndoAction() stxt = txt.strip() if stxt and stxt[-1] in ("(", "[", "{"): # indent one more level @@ -240,7 +245,8 @@ ' ' * (lastOpenIndex - col + 1)) self.editor.setCursorPosition( line, lastOpenIndex + 1) - + self.editor.endUndoAction() + def __dedentToIf(self): """ Private method to dedent the last line to the last if statement with
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/UI/InstallInfoDialog.py Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,257 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2020 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to show information about the installation. +""" + +import json +import os + +from PyQt5.QtCore import pyqtSlot +from PyQt5.QtWidgets import QDialog, QDialogButtonBox + +from E5Gui import E5MessageBox + +from .Ui_InstallInfoDialog import Ui_InstallInfoDialog + +import Globals +import UI.PixmapCache + + +class InstallInfoDialog(QDialog, Ui_InstallInfoDialog): + """ + Class implementing a dialog to show information about the installation. + """ + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget + @type QWidget + """ + super(InstallInfoDialog, self).__init__(parent) + self.setupUi(self) + + self.__deleteButton = self.buttonBox.addButton( + self.tr("Delete Info"), QDialogButtonBox.ActionRole) + self.__deleteButton.clicked.connect(self.on_deleteButton_clicked) + self.__updateButton = self.buttonBox.addButton( + self.tr("Upgrade Instructions"), QDialogButtonBox.ActionRole) + self.__updateButton.clicked.connect(self.on_updateButton_clicked) + + self.__edited = False + self.__loaded = True + + self.editButton.setIcon(UI.PixmapCache.getIcon("infoEdit")) + self.saveButton.setIcon(UI.PixmapCache.getIcon("fileSave")) + + infoFileName = Globals.getInstallInfoFilePath() + + self.__deleteButton.setEnabled(os.path.exists(infoFileName)) + + try: + with open(infoFileName, "r") as infoFile: + self.__info = json.load(infoFile) + + if Globals.isWindowsPlatform(): + self.sudoLabel1.setText(self.tr("Installed as Administrator:")) + else: + self.sudoLabel1.setText(self.tr("Installed with sudo:")) + self.sudoLabel2.setText( + self.tr("Yes") if self.__info["sudo"] else self.tr("No")) + self.userLabel.setText(self.__info["user"]) + self.installedFromEdit.setText(self.__info["install_cwd"]) + self.interpreteEdit.setText(self.__info["exe"]) + self.commandEdit.setText(self.__info["argv"]) + self.installPathEdit.setText(self.__info["eric"]) + self.virtenvLabel.setText( + self.tr("Yes") if self.__info["virtualenv"] else self.tr("No")) + self.remarksEdit.setPlainText(self.__info["remarks"]) + if self.__info["pip"]: + self.pipLabel.setText(self.tr( + "'eric-ide' was installed from PyPI using the pip" + " command.")) + else: + self.pipLabel.hide() + if self.__info["guessed"]: + self.guessLabel.setText(self.tr( + "The information shown in this dialog was guessed at" + " the first start of eric.")) + else: + self.guessLabel.hide() + if self.__info["edited"]: + self.userProvidedLabel.setText(self.tr( + "The installation information was provided by the user." + )) + else: + self.userProvidedLabel.hide() + if self.__info["installed_on"]: + self.installDateTimeLabel.setText( + self.__info["installed_on"] if self.__info["installed_on"] + else self.tr("unknown")) + + self.__updateButton.setEnabled(bool(self.__info["exe"])) + except EnvironmentError as err: + E5MessageBox.critical( + self, + self.tr("Load Install Information"), + self.tr("<p>The file containing the install information could" + " not be read.</p><p>Reason: {0}</p>""") + .format(str(err)) + ) + self.__loaded = False + self.__info = {} + + self.__updateButton.setEnabled(False) + + def wasLoaded(self): + """ + Public method to check, if the install data was loaded. + + @return flag indicating the data was loaded + @rtype bool + """ + return self.__loaded + + @pyqtSlot(bool) + def on_editButton_toggled(self, checked): + """ + Private slot to switch the dialog into edit mode. + + @param checked flag giving the button check state + @type bool + """ + self.installedFromEdit.setReadOnly(not checked) + self.interpreteEdit.setReadOnly(not checked) + self.commandEdit.setReadOnly(not checked) + self.installPathEdit.setReadOnly(not checked) + self.remarksEdit.setReadOnly(not checked) + + if checked: + self.__edited = True + + @pyqtSlot() + def on_saveButton_clicked(self): + """ + Private slot handling the save button press. + """ + if self.__edited: + self.__saveData() + + @pyqtSlot() + def reject(self): + """ + Public slot handling the closing of the dialog. + """ + if self.__edited: + yes = E5MessageBox.yesNo( + self, + self.tr("Install Information"), + self.tr("""The install information was edited. Unsaved""" + """ changes will be lost. Save first?"""), + yesDefault=True) + if yes: + self.__saveData() + + super(InstallInfoDialog, self).reject() + + def __saveData(self): + """ + Private method to save the data. + """ + if self.installedFromEdit.text() != self.__info["install_cwd"]: + self.__info["install_cwd"] = self.installedFromEdit.text() + self.__info["install_cwd_edited"] = True + if self.interpreteEdit.text() != self.__info["exe"]: + self.__info["exe"] = self.interpreteEdit.text() + self.__info["exe_edited"] = True + if self.commandEdit.text() != self.__info["argv"]: + self.__info["argv"] = self.commandEdit.text() + self.__info["argv_edited"] = True + if self.installPathEdit.text() != self.__info["eric"]: + self.__info["eric"] = self.installPathEdit.text() + self.__info["eric_edited"] = True + self.__info["remarks"] = self.remarksEdit.toPlainText() + self.__info["edited"] = True + + infoFileName = Globals.getInstallInfoFilePath() + try: + with open(infoFileName, "w") as infoFile: + json.dump(self.__info, infoFile, indent=2) + self.__edited = False + self.editButton.setChecked(False) + except EnvironmentError as err: + E5MessageBox.critical( + self, + self.tr("Save Install Information"), + self.tr("<p>The file containing the install information could" + " not be written.</p><p>Reason: {0}</p>""") + .format(str(err)) + ) + + @pyqtSlot() + def on_deleteButton_clicked(self): + """ + Private slot deleting the install information file. + """ + res = E5MessageBox.yesNo( + self, + self.tr("Delete Installation Information"), + self.tr("""Do you really want to delete the installation""" + """ information? It will be recreated at the next""" + """ start.""")) + if not res: + return + + infoFileName = Globals.getInstallInfoFilePath() + os.remove(infoFileName) + + # local data will be deleted automatically + self.__edited = False + + self.close() + + @pyqtSlot() + def on_updateButton_clicked(self): + """ + Private slot to show some upgrade instructions. + """ + updateTextList = [] + cmdPrefix = "" + + if self.__info["sudo"]: + if Globals.isWindowsPlatform(): + updateTextList.append( + self.tr("Perform the following step(s) with Administrator" + " privileges.\n")) + else: + cmdPrefix = "sudo " + + if self.__info["pip"]: + updateTextList.append( + "{0}{1} -m pip install --upgrade eric-ide".format( + cmdPrefix, self.__info["exe"], + ) + ) + else: + if ( + "install_cwd" in self.__info and + bool(self.__info["install_cwd"]) + ): + updateTextList.append( + "cd {0}".format(self.__info["install_cwd"]) + ) + updateTextList.append( + "{0}{1} {2}".format( + cmdPrefix, self.__info["exe"], self.__info["argv"], + ) + ) + + from E5Gui.E5PlainTextDialog import E5PlainTextDialog + dlg = E5PlainTextDialog( + title=self.tr("Upgrade Instructions"), + text="\n".join(updateTextList)) + dlg.exec()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/UI/InstallInfoDialog.ui Sat Oct 31 12:18:29 2020 +0100 @@ -0,0 +1,262 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>InstallInfoDialog</class> + <widget class="QDialog" name="InstallInfoDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>500</height> + </rect> + </property> + <property name="windowTitle"> + <string>Installation Information</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>749</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QToolButton" name="editButton"> + <property name="toolTip"> + <string>Press to change to edit mode</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="saveButton"> + <property name="toolTip"> + <string>Press to save the changed information</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="4" column="1"> + <widget class="QLineEdit" name="commandEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Installed From:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="installedFromEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Installed in VirtualEnv:</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>User name of installer:</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Install Command:</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QLabel" name="virtenvLabel"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QLabel" name="sudoLabel1"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLabel" name="sudoLabel2"/> + </item> + <item row="7" column="1"> + <widget class="QLabel" name="installDateTimeLabel"/> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="userLabel"/> + </item> + <item row="5" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Installation Path:</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Python Interpreter:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLineEdit" name="interpreteEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QLineEdit" name="installPathEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="7" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Installation Date:</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="pipLabel"> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="guessLabel"> + <property name="wordWrap"> + <bool>true</bool> + </property> + <property name="textInteractionFlags"> + <set>Qt::LinksAccessibleByMouse</set> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Remarks:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + <item> + <widget class="QPlainTextEdit" name="remarksEdit"> + <property name="toolTip"> + <string/> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="userProvidedLabel"> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>installedFromEdit</tabstop> + <tabstop>interpreteEdit</tabstop> + <tabstop>commandEdit</tabstop> + <tabstop>installPathEdit</tabstop> + <tabstop>remarksEdit</tabstop> + <tabstop>editButton</tabstop> + <tabstop>saveButton</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>InstallInfoDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>227</x> + <y>479</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>InstallInfoDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>295</x> + <y>485</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/eric6/UI/UserInterface.py Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/UI/UserInterface.py Sat Oct 31 12:18:29 2020 +0100 @@ -10,6 +10,10 @@ import os import sys import logging +import shutil +import json +import datetime +import getpass from PyQt5.QtCore import ( pyqtSlot, QTimer, QFile, QFileInfo, pyqtSignal, PYQT_VERSION_STR, QDate, @@ -41,6 +45,7 @@ import Preferences import Utilities +import Globals import UI.PixmapCache @@ -1445,7 +1450,100 @@ # no files, project or multiproject was given if not self.__noOpenAtStartup: self.__openOnStartup() - + + def processInstallInfoFile(self): + """ + Public method to process the file containing installation information. + """ + import Globals + + installInfoFile = Globals.getInstallInfoFilePath() + if not os.path.exists(installInfoFile): + filename = os.path.join(getConfig("ericDir"), "eric6install.json") + if os.path.exists(filename): + # eric was installed via the install.py script + shutil.copy2(filename, installInfoFile) + else: + filename = os.path.join(getConfig("ericDir"), + "eric6installpip.json") + if os.path.exists(filename): + # eric was installed via pip (i.e. eric-ide) + try: + installDateTime = datetime.datetime.now(tz=None) + with open(filename, "r") as infoFile: + installInfo = json.load(infoFile) + installInfo["guessed"] = True + installInfo["eric"] = getConfig("ericDir") + installInfo["virtualenv"] = ( + installInfo["eric"].startswith( + os.path.expanduser("~")) + ) + if installInfo["virtualenv"]: + installInfo["user"] = getpass.getuser() + installInfo["exe"] = sys.executable + installInfo["installed"] = True + installInfo["installed_on"] = installDateTime.strftime( + "%Y-%m-%d %H:%M:%S") + installInfo["sudo"] = not os.access( + installInfo["eric"], os.W_OK) + with open(installInfoFile, "w") as infoFile: + json.dump(installInfo, infoFile, indent=2) + except EnvironmentError: + # ignore this + pass + else: + changed = False + with open(installInfoFile, "r") as infoFile: + installInfo = json.load(infoFile) + + # 1. adapt stored file to latest format + if "install_cwd" not in installInfo: + installInfo["install_cwd"] = "" + installInfo["install_cwd_edited"] = False + changed = True + if "installed_on" not in installInfo: + installInfo["installed_on"] = "" + changed = True + + # 2. merge new data into stored file + filename = os.path.join(getConfig("ericDir"), "eric6install.json") + if os.path.exists(filename): + # eric was updated via the install.py script + if ( + os.path.getmtime(filename) > + os.path.getmtime(installInfoFile) + ): + if not installInfo["edited"]: + shutil.copy2(filename, installInfoFile) + else: + with open(filename, "r") as infoFile: + installInfo2 = json.load(infoFile) + if not installInfo["install_cwd_edited"]: + installInfo2["install_cwd"] = installInfo[ + "install_cwd"] + if not installInfo["exe_edited"]: + installInfo2["exe"] = installInfo["exe"] + if not installInfo["argv_edited"]: + installInfo2["argv"] = installInfo["argv"] + if not installInfo["eric_edited"]: + installInfo2["eric"] = installInfo["eric"] + installInfo = installInfo2 + changed = True + else: + filename = os.path.join(getConfig("ericDir"), + "eric6installpip.json") + if os.path.exists(filename): + # eric was updated via pip (i.e. eric-ide) + # just update the installation date and time + installDateTime = datetime.datetime.now(tz=None) + installInfo["installed_on"] = installDateTime.strftime( + "%Y-%m-%d %H:%M:%S") + changed = True + + if changed: + with open(installInfoFile, "w") as infoFile: + json.dump(installInfo, infoFile, indent=2) + def __createDockWindow(self, name): """ Private method to create a dock window with common properties. @@ -2103,6 +2201,20 @@ self.showErrorLogAct.triggered.connect(self.__showErrorLog) self.actions.append(self.showErrorLogAct) + self.showInstallInfoAct = E5Action( + self.tr('Show Install Info'), + self.tr('Show Install &Info...'), + 0, 0, self, 'show_install_info') + self.showInstallInfoAct.setStatusTip(self.tr( + 'Show Installation Information')) + self.showInstallInfoAct.setWhatsThis(self.tr( + """<b>Show Install Info...</b>""" + """<p>Opens a dialog showing some information about the""" + """ installation process.</p>""" + )) + self.showInstallInfoAct.triggered.connect(self.__showInstallInfo) + self.actions.append(self.showInstallInfoAct) + self.reportBugAct = E5Action( self.tr('Report Bug'), self.tr('Report &Bug...'), @@ -3133,6 +3245,8 @@ self.__menus["help"].addAction(self.checkUpdateAct) self.__menus["help"].addAction(self.showVersionsAct) self.__menus["help"].addSeparator() + self.__menus["help"].addAction(self.showInstallInfoAct) + self.__menus["help"].addSeparator() self.__menus["help"].addAction(self.showErrorLogAct) self.__menus["help"].addAction(self.reportBugAct) self.__menus["help"].addAction(self.requestFeatureAct) @@ -3508,6 +3622,9 @@ self.showVersionsAct.setEnabled(not self.__inVersionCheck) self.showErrorLogAct.setEnabled(self.__hasErrorLog()) + infoFileName = Globals.getInstallInfoFilePath() + self.showInstallInfoAct.setEnabled(os.path.exists(infoFileName)) + self.showMenu.emit("Help", self.__menus["help"]) def __showSettingsMenu(self): @@ -3730,7 +3847,17 @@ from .ErrorLogDialog import ErrorLogDialog dlg = ErrorLogDialog(logFile, True, self) dlg.show() - + + def __showInstallInfo(self): + """ + Private slot to show a dialog containing information about the + installation process. + """ + from .InstallInfoDialog import InstallInfoDialog + dlg = InstallInfoDialog(self) + if dlg.wasLoaded(): + dlg.exec() + def __compareFiles(self): """ Private slot to handle the Compare Files dialog.
--- a/eric6/eric6.py Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/eric6.py Sat Oct 31 12:18:29 2020 +0100 @@ -237,6 +237,7 @@ mainWindow.checkForErrorLog() mainWindow.processArgs(args) + mainWindow.processInstallInfoFile() mainWindow.checkProjectsWorkspace() mainWindow.checkConfigurationStatus() mainWindow.performVersionCheck(False)
--- a/eric6/i18n/eric6_cs.ts Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/i18n/eric6_cs.ts Sat Oct 31 12:18:29 2020 +0100 @@ -10251,6 +10251,14 @@ </message> </context> <context> + <name>E5PlainTextDialog</name> + <message> + <location filename="../E5Gui/E5PlainTextDialog.py" line="35"/> + <source>Copy to Clipboard</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5ProcessDialog</name> <message> <location filename="../E5Gui/E5ProcessDialog.ui" line="26"/> @@ -26638,27 +26646,27 @@ <context> <name>Globals</name> <message> - <location filename="../Globals/__init__.py" line="420"/> + <location filename="../Globals/__init__.py" line="440"/> <source>{0:4.2f} Bytes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="424"/> + <location filename="../Globals/__init__.py" line="444"/> <source>{0:4.2f} KiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="428"/> + <location filename="../Globals/__init__.py" line="448"/> <source>{0:4.2f} MiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="432"/> + <location filename="../Globals/__init__.py" line="452"/> <source>{0:4.2f} GiB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Globals/__init__.py" line="436"/> + <location filename="../Globals/__init__.py" line="456"/> <source>{0:4.2f} TiB</source> <translation type="unfinished"></translation> </message> @@ -41130,6 +41138,160 @@ </message> </context> <context> + <name>InstallInfoDialog</name> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="14"/> + <source>Installation Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="38"/> + <source>Press to change to edit mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="48"/> + <source>Press to save the changed information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="87"/> + <source>User name of installer:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="131"/> + <source>Python Interpreter:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="94"/> + <source>Install Command:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="124"/> + <source>Installation Path:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="80"/> + <source>Installed in VirtualEnv:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="180"/> + <source>Remarks:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="71"/> + <source>Yes</source> + <translation type="unfinished">Ano</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="71"/> + <source>No</source> + <translation type="unfinished">Ne</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="75"/> + <source>'eric-ide' was installed from PyPI using the pip command.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="81"/> + <source>The information shown in this dialog was guessed at the first start of eric.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="99"/> + <source>Load Install Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="99"/> + <source><p>The file containing the install information could not be read.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="151"/> + <source>Install Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="151"/> + <source>The install information was edited. Unsaved changes will be lost. Save first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="188"/> + <source>Save Install Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="188"/> + <source><p>The file containing the install information could not be written.</p><p>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="152"/> + <source>Installation Date:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="61"/> + <source>Installed as Administrator:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="63"/> + <source>Installed with sudo:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="93"/> + <source>unknown</source> + <translation type="unfinished">neznámý</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="66"/> + <source>Installed From:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="87"/> + <source>The installation information was provided by the user.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="39"/> + <source>Delete Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="255"/> + <source>Upgrade Instructions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="201"/> + <source>Delete Installation Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="201"/> + <source>Do you really want to delete the installation information? It will be recreated at the next start.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="228"/> + <source>Perform the following step(s) with Administrator privileges. +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>InterfacePage</name> <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="235"/> @@ -42968,27 +43130,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="811"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="809"/> <source>Marker Foreground:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="834"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="861"/> <source>Marker Background:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="862"/> - <source>Shutdown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="868"/> - <source>Select to confirm a shutdown operation while still connected to an IRC server</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="871"/> + <source>Shutdown</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="877"/> + <source>Select to confirm a shutdown operation while still connected to an IRC server</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="880"/> <source>Confirm Shutdown When Connected</source> <translation type="unfinished"></translation> </message> @@ -43058,12 +43220,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="824"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="822"/> <source>Select the foreground color for the marker</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="847"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="851"/> <source>Select the background color for the marker</source> <translation type="unfinished"></translation> </message> @@ -77645,568 +77807,568 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="273"/> + <location filename="../UI/UserInterface.py" line="277"/> <source>Generating Main User Interface...</source> <translation>Generování hlavního uživatelského rozhraní...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="323"/> + <location filename="../UI/UserInterface.py" line="327"/> <source>Setting up connections...</source> <translation>Nastavení připojení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="580"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Initializing Tools...</source> <translation>Inicializace nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="590"/> + <location filename="../UI/UserInterface.py" line="594"/> <source>Registering Objects...</source> <translation>Registrování objektů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="623"/> - <source>Initializing Actions...</source> - <translation>Inicializace akcí...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="625"/> - <source>Initializing Menus...</source> - <translation>Inicializace menu...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="627"/> - <source>Initializing Toolbars...</source> - <translation>Inicializace nástrojových lišt...</translation> + <source>Initializing Actions...</source> + <translation>Inicializace akcí...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="629"/> + <source>Initializing Menus...</source> + <translation>Inicializace menu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="631"/> + <source>Initializing Toolbars...</source> + <translation>Inicializace nástrojových lišt...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="633"/> <source>Initializing Statusbar...</source> <translation>Inicializace statusbaru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="656"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Initializing Single Application Server...</source> <translation>Inicializace jednouživatelského aplikačního serveru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1651"/> + <location filename="../UI/UserInterface.py" line="1715"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1738"/> + <location filename="../UI/UserInterface.py" line="1802"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1820"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1839"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1704"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1721"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1545"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1546"/> + <location filename="../UI/UserInterface.py" line="1610"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Ukončit IDE</b><p>Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1617"/> + <location filename="../UI/UserInterface.py" line="1681"/> <source>Edit Profile</source> <translation>Editační profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1687"/> <source>Activate the edit view profile</source> <translation>Aktivovat profil editace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editační profil</b><p>Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1634"/> + <location filename="../UI/UserInterface.py" line="1698"/> <source>Debug Profile</source> <translation>Debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1640"/> - <source>Activate the debug view profile</source> - <translation>Aktivovat debugovací profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1642"/> - <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1651"/> - <source>&Project-Viewer</source> - <translation>Prohlížeč &projektu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1651"/> - <source>Alt+Shift+P</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1686"/> - <source>Alt+Shift+D</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1704"/> - <source>&Shell</source> - <translation>&Shell</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1704"/> + <source>Activate the debug view profile</source> + <translation>Aktivovat debugovací profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1706"/> + <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>&Project-Viewer</source> + <translation>Prohlížeč &projektu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Alt+Shift+P</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1750"/> + <source>Alt+Shift+D</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1768"/> + <source>&Shell</source> + <translation>&Shell</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1721"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1738"/> + <location filename="../UI/UserInterface.py" line="1802"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1820"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2094"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2047"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source>Open the helpviewer window</source> <translation>Otevřít okno prohlížeče nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2067"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2067"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Show &Versions</source> <translation>Zobrazit &verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Display version information</source> <translation>Zobrazit informace o verzích</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zobrazit verze</b><p>Zobrazí informace o verzích.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2083"/> + <location filename="../UI/UserInterface.py" line="2147"/> <source>Check for Updates</source> <translation>Zjistit aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2080"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3662"/> + <location filename="../UI/UserInterface.py" line="3745"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> - <source>Report &Bug...</source> - <translation>Reportovat &Bugy...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2122"/> - <source>Report a bug</source> - <translation>Reportovat bug</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2123"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3199"/> - <source>Unittest</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2145"/> - <source>&Unittest...</source> - <translation>&Unittest...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2150"/> - <source>Start unittest dialog</source> - <translation>Otevřít dialog unittestu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2151"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>Unittest Restart</source> - <translation>Restart unittestu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>&Restart Unittest...</source> - <translation>&Restart unittestu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2164"/> - <source>Restart last unittest</source> - <translation>Restart posledního unittestu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2165"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Unittest Script</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Unittest &Script...</source> - <translation>Unittest &Script...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2194"/> - <source>Run unittest with current script</source> - <translation>Spustit unittest s aktuálním skriptem</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2196"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2204"/> - <source>Unittest Project</source> - <translation>Unittest Projekt</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2204"/> - <source>Unittest &Project...</source> - <translation>Unittest &Projekt...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2209"/> - <source>Run unittest with current project</source> - <translation>Spustit unittest s aktuálním projektem</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2211"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> + <source>Report &Bug...</source> + <translation>Reportovat &Bugy...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2200"/> + <source>Report a bug</source> + <translation>Reportovat bug</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2201"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Unittest</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> + <source>&Unittest...</source> + <translation>&Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2228"/> + <source>Start unittest dialog</source> + <translation>Otevřít dialog unittestu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2229"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2237"/> + <source>Unittest Restart</source> + <translation>Restart unittestu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2237"/> + <source>&Restart Unittest...</source> + <translation>&Restart unittestu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Restart last unittest</source> + <translation>Restart posledního unittestu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2243"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2267"/> + <source>Unittest Script</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2267"/> + <source>Unittest &Script...</source> + <translation>Unittest &Script...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2272"/> + <source>Run unittest with current script</source> + <translation>Spustit unittest s aktuálním skriptem</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2274"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2282"/> + <source>Unittest Project</source> + <translation>Unittest Projekt</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2282"/> + <source>Unittest &Project...</source> + <translation>Unittest &Projekt...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2287"/> + <source>Run unittest with current project</source> + <translation>Spustit unittest s aktuálním projektem</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2289"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2272"/> + <location filename="../UI/UserInterface.py" line="2350"/> <source>&UI Previewer...</source> <translation>&UI Previewer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2355"/> <source>Start the UI Previewer</source> <translation>Spustit UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2278"/> + <location filename="../UI/UserInterface.py" line="2356"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Translations Previewer</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>&Translations Previewer...</source> <translation>Náhled &překladů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2290"/> + <location filename="../UI/UserInterface.py" line="2368"/> <source>Start the Translations Previewer</source> <translation>Spustit Previewer překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2292"/> + <location filename="../UI/UserInterface.py" line="2370"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2299"/> + <location filename="../UI/UserInterface.py" line="2377"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2299"/> + <location filename="../UI/UserInterface.py" line="2377"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2317"/> + <location filename="../UI/UserInterface.py" line="2395"/> <source>Compare two files</source> <translation>Porovnat dva soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2305"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2390"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2396"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Porovnat soubory stranu proti straně</b><p>Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2490"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> - <source>&Preferences...</source> - <translation>Na&stavení...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2417"/> - <source>Set the prefered configuration</source> - <translation>Nastavení konfigurace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2419"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2456"/> - <source>Reload APIs</source> - <translation>Obnovit API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2456"/> - <source>Reload &APIs</source> - <translation>Obnovit &API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2460"/> - <source>Reload the API information</source> - <translation>Obnovit API nastavení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2485"/> - <source>View Profiles</source> - <translation>Profily pohledů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2485"/> - <source>&View Profiles...</source> - <translation>Profily &pohledů...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2490"/> + <source>&Preferences...</source> + <translation>Na&stavení...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2495"/> + <source>Set the prefered configuration</source> + <translation>Nastavení konfigurace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2497"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>Reload APIs</source> + <translation>Obnovit API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2534"/> + <source>Reload &APIs</source> + <translation>Obnovit &API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2538"/> + <source>Reload the API information</source> + <translation>Obnovit API nastavení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2540"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2563"/> + <source>View Profiles</source> + <translation>Profily pohledů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2563"/> + <source>&View Profiles...</source> + <translation>Profily &pohledů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2568"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2492"/> + <location filename="../UI/UserInterface.py" line="2570"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profily pohledů</b><p>Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2517"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Keyboard Shortcuts</source> <translation>Klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2517"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Keyboard &Shortcuts...</source> <translation>Klávesové &zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2522"/> + <location filename="../UI/UserInterface.py" line="2600"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2524"/> + <location filename="../UI/UserInterface.py" line="2602"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <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="6124"/> + <location filename="../UI/UserInterface.py" line="6217"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2532"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportovat klávesové zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2537"/> + <location filename="../UI/UserInterface.py" line="2615"/> <source>Export the keyboard shortcuts</source> <translation>Export klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2539"/> + <location filename="../UI/UserInterface.py" line="2617"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <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="6148"/> + <location filename="../UI/UserInterface.py" line="6241"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2546"/> + <location filename="../UI/UserInterface.py" line="2624"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Import klávesových zkratek...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2551"/> + <location filename="../UI/UserInterface.py" line="2629"/> <source>Import the keyboard shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2553"/> + <location filename="../UI/UserInterface.py" line="2631"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2689"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2689"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621"/> + <location filename="../UI/UserInterface.py" line="2699"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2630"/> + <location filename="../UI/UserInterface.py" line="2708"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> @@ -78236,72 +78398,72 @@ <translation type="obsolete">Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2811"/> + <location filename="../UI/UserInterface.py" line="2889"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2811"/> + <location filename="../UI/UserInterface.py" line="2889"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2815"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2996"/> + <location filename="../UI/UserInterface.py" line="3074"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2940"/> + <location filename="../UI/UserInterface.py" line="3018"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3013"/> + <location filename="../UI/UserInterface.py" line="3091"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3024"/> + <location filename="../UI/UserInterface.py" line="3102"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3054"/> + <location filename="../UI/UserInterface.py" line="3132"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3115"/> + <location filename="../UI/UserInterface.py" line="3193"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3129"/> + <location filename="../UI/UserInterface.py" line="3207"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3198"/> + <location filename="../UI/UserInterface.py" line="3278"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3200"/> + <location filename="../UI/UserInterface.py" line="3280"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5054"/> + <location filename="../UI/UserInterface.py" line="5147"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3202"/> + <location filename="../UI/UserInterface.py" line="3282"/> <source>Profiles</source> <translation>Profily</translation> </message> @@ -78311,27 +78473,27 @@ <translation type="obsolete"><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7121"/> + <location filename="../UI/UserInterface.py" line="7214"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3662"/> + <location filename="../UI/UserInterface.py" line="3745"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4053"/> + <location filename="../UI/UserInterface.py" line="4146"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4057"/> + <location filename="../UI/UserInterface.py" line="4150"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4008"/> + <location filename="../UI/UserInterface.py" line="4101"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> @@ -78341,32 +78503,32 @@ <translation type="obsolete">V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5182"/> + <location filename="../UI/UserInterface.py" line="5275"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5377"/> + <location filename="../UI/UserInterface.py" line="5470"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5054"/> + <location filename="../UI/UserInterface.py" line="5147"/> <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="5088"/> + <location filename="../UI/UserInterface.py" line="5181"/> <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="5716"/> + <location filename="../UI/UserInterface.py" line="5809"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5699"/> + <location filename="../UI/UserInterface.py" line="5792"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> @@ -78376,472 +78538,472 @@ <translation type="obsolete"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6318"/> + <location filename="../UI/UserInterface.py" line="6411"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6347"/> + <location filename="../UI/UserInterface.py" line="6440"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6711"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7082"/> + <location filename="../UI/UserInterface.py" line="7175"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7063"/> + <location filename="../UI/UserInterface.py" line="7156"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2474"/> + <location filename="../UI/UserInterface.py" line="2552"/> <source>Show external tools</source> <translation>Zobrazit externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2469"/> + <location filename="../UI/UserInterface.py" line="2547"/> <source>Show external &tools</source> <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7082"/> + <location filename="../UI/UserInterface.py" line="7175"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6896"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7158"/> + <location filename="../UI/UserInterface.py" line="7251"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="266"/> + <location filename="../UI/UserInterface.py" line="270"/> <source>Initializing Plugin Manager...</source> <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2977"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3203"/> + <location filename="../UI/UserInterface.py" line="3283"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2648"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2730"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2653"/> + <location filename="../UI/UserInterface.py" line="2731"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2648"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4025"/> + <location filename="../UI/UserInterface.py" line="4118"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2679"/> + <location filename="../UI/UserInterface.py" line="2757"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2752"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2680"/> + <location filename="../UI/UserInterface.py" line="2758"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4174"/> + <location filename="../UI/UserInterface.py" line="4267"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4176"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="666"/> + <location filename="../UI/UserInterface.py" line="670"/> <source>Activating Plugins...</source> <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2950"/> + <location filename="../UI/UserInterface.py" line="3028"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2091"/> + <location filename="../UI/UserInterface.py" line="2155"/> <source>Show downloadable versions</source> <translation>Zobrazit verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2091"/> + <location filename="../UI/UserInterface.py" line="2155"/> <source>Show &downloadable versions...</source> <translation>Zobrazit verze pro &download...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2095"/> + <location filename="../UI/UserInterface.py" line="2159"/> <source>Show the versions available for download</source> <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7106"/> + <location filename="../UI/UserInterface.py" line="7199"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2687"/> + <location filename="../UI/UserInterface.py" line="2765"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2687"/> + <location filename="../UI/UserInterface.py" line="2765"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2694"/> + <location filename="../UI/UserInterface.py" line="2772"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2661"/> + <location filename="../UI/UserInterface.py" line="2739"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2667"/> + <location filename="../UI/UserInterface.py" line="2745"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2344"/> + <location filename="../UI/UserInterface.py" line="2422"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2339"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2345"/> + <location filename="../UI/UserInterface.py" line="2423"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini editor</b><p>Otevře se okno s jednoduchým editorem</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2502"/> + <location filename="../UI/UserInterface.py" line="2580"/> <source>Toolbars</source> <translation>Lišty nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2502"/> + <location filename="../UI/UserInterface.py" line="2580"/> <source>Tool&bars...</source> <translation>&Lišty nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2585"/> <source>Configure toolbars</source> <translation>Konfigurace lišt nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2508"/> + <location filename="../UI/UserInterface.py" line="2586"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Listy nástrojů</b><p>Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="682"/> + <location filename="../UI/UserInterface.py" line="686"/> <source>Restoring Toolbarmanager...</source> <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5322"/> + <location filename="../UI/UserInterface.py" line="5415"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>Multiproject-Viewer</source> <translation>Prohlížeč multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>&Multiproject-Viewer</source> <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6443"/> + <location filename="../UI/UserInterface.py" line="6536"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6427"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3379"/> + <location filename="../UI/UserInterface.py" line="3459"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3393"/> + <location filename="../UI/UserInterface.py" line="3473"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2130"/> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Request Feature</source> <translation>Požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2130"/> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Request &Feature...</source> <translation>&Požadavek na vlastnost...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2212"/> <source>Send a feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2136"/> + <location filename="../UI/UserInterface.py" line="2214"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3372"/> + <location filename="../UI/UserInterface.py" line="3452"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3400"/> + <location filename="../UI/UserInterface.py" line="3480"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3407"/> + <location filename="../UI/UserInterface.py" line="3487"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1818"/> + <location filename="../UI/UserInterface.py" line="1882"/> <source>Horizontal Toolbox</source> <translation>Vodorovná nástrojová lišta</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1818"/> + <location filename="../UI/UserInterface.py" line="1882"/> <source>&Horizontal Toolbox</source> <translation>&Horizontální lista nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Přepnout na vodorovnou lištu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3972"/> + <location filename="../UI/UserInterface.py" line="4065"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3972"/> + <location filename="../UI/UserInterface.py" line="4065"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1839"/> <source>Alt+Shift+A</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2986"/> + <location filename="../UI/UserInterface.py" line="3064"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3386"/> + <location filename="../UI/UserInterface.py" line="3466"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2639"/> + <location filename="../UI/UserInterface.py" line="2717"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2639"/> + <location filename="../UI/UserInterface.py" line="2717"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2428"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>Export Preferences</source> <translation>Exportovat předvolby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2428"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>E&xport Preferences...</source> <translation>E&xportovat předvolby...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2511"/> <source>Export the current configuration</source> <translation>Export aktuální konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2442"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>Import Preferences</source> <translation>Import předvoleb</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2442"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>I&mport Preferences...</source> <translation>I&mport předvoleb...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Import a previously exported configuration</source> <translation>Import dříve exportované konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2527"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621"/> + <location filename="../UI/UserInterface.py" line="2699"/> <source>Show next</source> <translation>Zobrazit další</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2630"/> + <location filename="../UI/UserInterface.py" line="2708"/> <source>Show previous</source> <translation>Zobrazit předchozí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>Left Sidebar</source> <translation>Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>&Left Sidebar</source> <translation>&Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1900"/> <source>Toggle the left sidebar window</source> <translation>Přepnout okno levého menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1837"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno levého menu</b><p>Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1859"/> + <location filename="../UI/UserInterface.py" line="1923"/> <source>Bottom Sidebar</source> <translation>Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1859"/> + <location filename="../UI/UserInterface.py" line="1923"/> <source>&Bottom Sidebar</source> <translation>&Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1927"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1865"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno dolního menu</b><p>Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2404"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2404"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2331"/> + <location filename="../UI/UserInterface.py" line="2409"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2410"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Procházet SQL databázi.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2383"/> + <location filename="../UI/UserInterface.py" line="2461"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2383"/> + <location filename="../UI/UserInterface.py" line="2461"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> @@ -78866,747 +79028,747 @@ <translation type="obsolete">Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1569"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1512"/> + <location filename="../UI/UserInterface.py" line="1576"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1580"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3483"/> + <location filename="../UI/UserInterface.py" line="3563"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5182"/> + <location filename="../UI/UserInterface.py" line="5275"/> <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="4907"/> + <location filename="../UI/UserInterface.py" line="5000"/> <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="4977"/> + <location filename="../UI/UserInterface.py" line="5070"/> <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="5021"/> + <location filename="../UI/UserInterface.py" line="5114"/> <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="5068"/> + <location filename="../UI/UserInterface.py" line="5161"/> <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="5138"/> + <location filename="../UI/UserInterface.py" line="5231"/> <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="5195"/> + <location filename="../UI/UserInterface.py" line="5288"/> <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="5218"/> + <location filename="../UI/UserInterface.py" line="5311"/> <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="5313"/> + <location filename="../UI/UserInterface.py" line="5406"/> <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="5322"/> + <location filename="../UI/UserInterface.py" line="5415"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5361"/> + <location filename="../UI/UserInterface.py" line="5454"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5377"/> + <location filename="../UI/UserInterface.py" line="5470"/> <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="5455"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5716"/> + <location filename="../UI/UserInterface.py" line="5809"/> <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="6318"/> + <location filename="../UI/UserInterface.py" line="6411"/> <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="6347"/> + <location filename="../UI/UserInterface.py" line="6440"/> <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="6381"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6427"/> + <location filename="../UI/UserInterface.py" line="6520"/> <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="6711"/> + <location filename="../UI/UserInterface.py" line="6804"/> <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="6905"/> + <location filename="../UI/UserInterface.py" line="6998"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1118"/> + <location filename="../UI/UserInterface.py" line="1122"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1174"/> + <location filename="../UI/UserInterface.py" line="1178"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1975"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1183"/> + <location filename="../UI/UserInterface.py" line="1187"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1930"/> + <location filename="../UI/UserInterface.py" line="1994"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6148"/> + <location filename="../UI/UserInterface.py" line="6241"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2867"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2867"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6971"/> + <location filename="../UI/UserInterface.py" line="7064"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6964"/> + <location filename="../UI/UserInterface.py" line="7057"/> <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="5916"/> + <location filename="../UI/UserInterface.py" line="6009"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5916"/> + <location filename="../UI/UserInterface.py" line="6009"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6971"/> + <location filename="../UI/UserInterface.py" line="7064"/> <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="691"/> + <location filename="../UI/UserInterface.py" line="695"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="704"/> + <location filename="../UI/UserInterface.py" line="708"/> <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="709"/> + <location filename="../UI/UserInterface.py" line="713"/> <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="714"/> + <location filename="../UI/UserInterface.py" line="718"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2251"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2251"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2178"/> + <location filename="../UI/UserInterface.py" line="2256"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2180"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2390"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2397"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2397"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2402"/> + <location filename="../UI/UserInterface.py" line="2480"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2404"/> + <location filename="../UI/UserInterface.py" line="2482"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5290"/> + <location filename="../UI/UserInterface.py" line="5383"/> <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="7177"/> + <location filename="../UI/UserInterface.py" line="7270"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1857"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1805"/> + <location filename="../UI/UserInterface.py" line="1869"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1659"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1676"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1692"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1694"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1712"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1721"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1727"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1729"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1723"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1738"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1744"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1746"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1756"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1762"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1775"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1781"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1758"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1774"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1776"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1785"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1791"/> + <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1793"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1796"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1797"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1805"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Toggle the Right Toolbox window</source> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1802"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1808"/> + <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1810"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1845"/> - <source>Right Sidebar</source> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1820"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1826"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1839"/> + <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1845"/> - <source>&Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1849"/> - <source>Toggle the right sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1874"/> - <source>Cooperation-Viewer</source> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1847"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1857"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1861"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1869"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1873"/> + <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1874"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1880"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1882"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1911"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1911"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1917"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>Numbers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1936"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1909"/> + <source>Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1909"/> + <source>&Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1913"/> + <source>Toggle the right sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1915"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1938"/> + <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1938"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1944"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1946"/> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1975"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1975"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1981"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1994"/> + <source>Numbers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1994"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3063"/> + <location filename="../UI/UserInterface.py" line="3141"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1764"/> + <location filename="../UI/UserInterface.py" line="1828"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1893"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1893"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1899"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1901"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2309"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2309"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2314"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2237"/> + <location filename="../UI/UserInterface.py" line="2315"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2335"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2335"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2262"/> + <location filename="../UI/UserInterface.py" line="2340"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2753"/> + <location filename="../UI/UserInterface.py" line="2831"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2753"/> + <location filename="../UI/UserInterface.py" line="2831"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2757"/> + <location filename="../UI/UserInterface.py" line="2835"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2561"/> + <location filename="../UI/UserInterface.py" line="2639"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2561"/> + <location filename="../UI/UserInterface.py" line="2639"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2566"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2568"/> + <location filename="../UI/UserInterface.py" line="2646"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2577"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2577"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2582"/> + <location filename="../UI/UserInterface.py" line="2660"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2584"/> + <location filename="../UI/UserInterface.py" line="2662"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2768"/> + <location filename="../UI/UserInterface.py" line="2846"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2768"/> + <location filename="../UI/UserInterface.py" line="2846"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2772"/> + <location filename="../UI/UserInterface.py" line="2850"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5594"/> + <location filename="../UI/UserInterface.py" line="5687"/> <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> <message> - <location filename="../UI/UserInterface.py" line="2795"/> + <location filename="../UI/UserInterface.py" line="2873"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6896"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2110"/> + <location filename="../UI/UserInterface.py" line="2174"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2106"/> + <location filename="../UI/UserInterface.py" line="2170"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2111"/> + <location filename="../UI/UserInterface.py" line="2175"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6900"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1604"/> + <location filename="../UI/UserInterface.py" line="1668"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1606"/> + <location filename="../UI/UserInterface.py" line="1670"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2049"/> + <location filename="../UI/UserInterface.py" line="2113"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2084"/> + <location filename="../UI/UserInterface.py" line="2148"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2097"/> + <location filename="../UI/UserInterface.py" line="2161"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2367"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2367"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2372"/> + <location filename="../UI/UserInterface.py" line="2450"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Spustit eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2374"/> + <location filename="../UI/UserInterface.py" line="2452"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2388"/> + <location filename="../UI/UserInterface.py" line="2466"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2390"/> + <location filename="../UI/UserInterface.py" line="2468"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2476"/> + <location filename="../UI/UserInterface.py" line="2554"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2817"/> + <location filename="../UI/UserInterface.py" line="2895"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <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> @@ -79616,376 +79778,396 @@ <translation type="obsolete">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7063"/> + <location filename="../UI/UserInterface.py" line="7156"/> <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="7075"/> + <location filename="../UI/UserInterface.py" line="7168"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7075"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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="7158"/> + <location filename="../UI/UserInterface.py" line="7251"/> <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> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="672"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4028"/> + <location filename="../UI/UserInterface.py" line="4121"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4100"/> + <location filename="../UI/UserInterface.py" line="4193"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6916"/> + <location filename="../UI/UserInterface.py" line="7009"/> <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="2352"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2352"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>&Hex Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2357"/> + <location filename="../UI/UserInterface.py" line="2435"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2359"/> + <location filename="../UI/UserInterface.py" line="2437"/> <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2678"/> <source>Clear private data</source> <translation type="unfinished">Smazat soukromá data</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2680"/> <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1572"/> + <location filename="../UI/UserInterface.py" line="1636"/> <source>Save session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1577"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6558"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1585"/> + <location filename="../UI/UserInterface.py" line="1649"/> <source>Load session...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1590"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6465"/> + <location filename="../UI/UserInterface.py" line="6558"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6516"/> + <location filename="../UI/UserInterface.py" line="6609"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6516"/> + <location filename="../UI/UserInterface.py" line="6609"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="671"/> + <location filename="../UI/UserInterface.py" line="675"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="663"/> + <location filename="../UI/UserInterface.py" line="667"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7051"/> + <location filename="../UI/UserInterface.py" line="7144"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7051"/> + <location filename="../UI/UserInterface.py" line="7144"/> <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="7041"/> + <location filename="../UI/UserInterface.py" line="7134"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1949"/> + <location filename="../UI/UserInterface.py" line="2013"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2758"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2774"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2832"/> - <source>PySide2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2832"/> - <source>PySide&2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2836"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2852"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2910"/> + <source>PySide2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2910"/> + <source>PySide&2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2914"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2838"/> + <location filename="../UI/UserInterface.py" line="2916"/> <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5699"/> + <location filename="../UI/UserInterface.py" line="5792"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2708"/> + <location filename="../UI/UserInterface.py" line="2786"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2702"/> + <location filename="../UI/UserInterface.py" line="2780"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2710"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2725"/> + <location filename="../UI/UserInterface.py" line="2803"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2797"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2727"/> + <location filename="../UI/UserInterface.py" line="2805"/> <source><b>Virtualenv Configurator</b><p>This opens a dialog for entering all the parameters needed to create a Python virtual environment using virtualenv or pyvenv.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3070"/> + <location filename="../UI/UserInterface.py" line="3148"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3082"/> + <location filename="../UI/UserInterface.py" line="3160"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3089"/> + <location filename="../UI/UserInterface.py" line="3167"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3109"/> + <location filename="../UI/UserInterface.py" line="3187"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1556"/> + <location filename="../UI/UserInterface.py" line="1620"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1556"/> + <location filename="../UI/UserInterface.py" line="1620"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1562"/> + <location filename="../UI/UserInterface.py" line="1626"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1563"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5873"/> + <location filename="../UI/UserInterface.py" line="5966"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5812"/> + <location filename="../UI/UserInterface.py" line="5905"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5873"/> + <location filename="../UI/UserInterface.py" line="5966"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1987"/> + <location filename="../UI/UserInterface.py" line="2051"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1969"/> + <location filename="../UI/UserInterface.py" line="2033"/> <source>PyPI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3418"/> + <location filename="../UI/UserInterface.py" line="3498"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source>MicroPython</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1893"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source>Ctrl+Alt+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1949"/> - <source>Ctrl+Alt+Shift+D</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1955"/> - <source>Switch the input focus to the Code Documentation Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1958"/> - <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1969"/> - <source>Ctrl+Alt+Shift+P</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1975"/> - <source>Switch the input focus to the PyPI window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1987"/> - <source>Ctrl+Alt+Shift+C</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1993"/> - <source>Switch the input focus to the Conda window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1995"/> - <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Ctrl+Alt+Shift+M</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2011"/> - <source>Switch the input focus to the MicroPython window.</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2013"/> + <source>Ctrl+Alt+Shift+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source>Switch the input focus to the Code Documentation Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2022"/> + <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2033"/> + <source>Ctrl+Alt+Shift+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2039"/> + <source>Switch the input focus to the PyPI window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2041"/> + <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source>Ctrl+Alt+Shift+C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2057"/> + <source>Switch the input focus to the Conda window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2059"/> + <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2069"/> + <source>Ctrl+Alt+Shift+M</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2075"/> + <source>Switch the input focus to the MicroPython window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2077"/> <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3067"/> + <location filename="../UI/UserInterface.py" line="3145"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3589"/> + <location filename="../UI/UserInterface.py" line="3672"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Čísla verzí</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4916"/> + <location filename="../UI/UserInterface.py" line="5009"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4986"/> + <location filename="../UI/UserInterface.py" line="5079"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5030"/> + <location filename="../UI/UserInterface.py" line="5123"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2182"/> + <source>Show Install Info</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2182"/> + <source>Show Install &Info...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2186"/> + <source>Show Installation Information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2188"/> + <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name> @@ -84771,7 +84953,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="665"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="660"/> <source>Options</source> <translation type="unfinished"></translation> </message> @@ -84786,7 +84968,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="671"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="666"/> <source>Python Version:</source> <translation type="unfinished"></translation> </message> @@ -84796,112 +84978,112 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="340"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="335"/> <source>Select to give the virtualenv access to the global site-packages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="343"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="338"/> <source>System-wide Python Packages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="350"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="345"/> <source>Select to unzip setuptools when installing it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="353"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="348"/> <source>Unzip Setuptool to virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="363"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="358"/> <source>Select to not install setuptools (or pip) in the new virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="366"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="361"/> <source>Don't install 'setuptool' (or pip) in the virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="373"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="368"/> <source>Select to not install pip in the new virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="376"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="371"/> <source>Don't install 'pip' in the virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="383"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="378"/> <source>Select to clear the target first</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="386"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="381"/> <source>Clear out the target directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="393"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="388"/> <source>Select to always copy files rather than symlinking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="396"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="391"/> <source>Always copy files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="403"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="398"/> <source>Select to use symlinks instead of copies</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="406"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="401"/> <source>Use Symbolic Links</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="413"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="408"/> <source>Select to upgrade a virtual environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="416"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="411"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="423"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="418"/> <source>Select to generate a log file in the target directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="426"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="421"/> <source>Save a log file in the target directory after creation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="436"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="431"/> <source>Select to write a shell script/batch file to regenerate the virtualenv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="439"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="434"/> <source>Save virtualenv generation script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="449"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="444"/> <source>Open the newly created virtualenv in a file manager window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="452"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="447"/> <source>Open target directory after creation</source> <translation type="unfinished"></translation> </message> @@ -84971,97 +85153,97 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="466"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="461"/> <source>Target Environment Specification</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="563"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="558"/> <source>Name:</source> <translation type="unfinished">Jméno:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="479"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="474"/> <source>Enter the name for the environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="577"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="572"/> <source>Path:</source> <translation type="unfinished">Cesta:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="502"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="497"/> <source>Enter the target directory for the conda environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="509"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="504"/> <source><b>Note:</b> Only one of the above entries is mandatory.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="519"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="514"/> <source>Special Operations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="531"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="526"/> <source>Select to clone an environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="534"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="529"/> <source>Clone Environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="544"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="539"/> <source>Select to create the environment from a requirements file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="547"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="542"/> <source>from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="570"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="565"/> <source>Enter the name of the environment to be cloned</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="593"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="588"/> <source>Enter the directory of the environment to be cloned</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="649"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="644"/> <source>Package Specs:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="656"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="651"/> <source>Enter the package specifications for the environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="678"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="673"/> <source>Enter the Python version for the environment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="685"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="680"/> <source>Allow insecure SSL connections</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="692"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="687"/> <source>Select to perform just a dry-run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="695"/> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="690"/> <source>Perform dry-run</source> <translation type="unfinished"></translation> </message> @@ -90209,12 +90391,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="397"/> + <location filename="../eric6.py" line="398"/> <source>Starting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../eric6.py" line="402"/> + <location filename="../eric6.py" line="403"/> <source>Generating Main Window...</source> <translation type="unfinished">Generování hlavního okna...</translation> </message>
--- a/eric6/i18n/eric6_de.ts Sun Oct 18 12:35:30 2020 +0200 +++ b/eric6/i18n/eric6_de.ts Sat Oct 31 12:18:29 2020 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="de"> +<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>AboutDialog</name> <message> @@ -2053,8 +2052,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="174"/> @@ -2122,8 +2121,8 @@ </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="90"/> - <source>Open in New Tab Ctrl+LMB</source> - <translation>In neuem Register öffnen Strg+LMK</translation> + <source>Open in New Tab<byte value="x9"/>Ctrl+LMB</source> + <translation>In neuem Register öffnen<byte value="x9"/>Strg+LMK</translation> </message> <message> <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="94"/> @@ -9971,6 +9970,14 @@ </message> </context> <context> + <name>E5PlainTextDialog</name> + <message> + <location filename="../E5Gui/E5PlainTextDialog.py" line="35"/> + <source>Copy to Clipboard</source> + <translation>In die Zwischenablage kopieren</translation> + </message> +</context> +<context> <name>E5ProcessDialog</name> <message> <location filename="../E5Gui/E5ProcessDialog.ui" line="26"/> @@ -26028,27 +26035,27 @@ <context> <name>Globals</name> <message> - <location filename="../Globals/__init__.py" line="420"/> + <location filename="../Globals/__init__.py" line="440"/> <source>{0:4.2f} Bytes</source> <translation>{0:4.2f} Bytes</translation> </message> <message> - <location filename="../Globals/__init__.py" line="424"/> + <location filename="../Globals/__init__.py" line="444"/> <source>{0:4.2f} KiB</source> <translation>{0:4.2f} KiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="428"/> + <location filename="../Globals/__init__.py" line="448"/> <source>{0:4.2f} MiB</source> <translation>{0:4.2f} MiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="432"/> + <location filename="../Globals/__init__.py" line="452"/> <source>{0:4.2f} GiB</source> <translation>{0:4.2f} GiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="436"/> + <location filename="../Globals/__init__.py" line="456"/> <source>{0:4.2f} TiB</source> <translation>{0:4.2f} TiB</translation> </message> @@ -38125,6 +38132,161 @@ </message> </context> <context> + <name>InstallInfoDialog</name> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="14"/> + <source>Installation Information</source> + <translation>Installationsinformationen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="38"/> + <source>Press to change to edit mode</source> + <translation>Drücken, um in den Editiermodus zu schalten</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="48"/> + <source>Press to save the changed information</source> + <translation>Drücken, um die geänderte Information zu speichern</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="87"/> + <source>User name of installer:</source> + <translation>Nutzername des Installierers:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="131"/> + <source>Python Interpreter:</source> + <translation>Python Interpreter:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="94"/> + <source>Install Command:</source> + <translation>Installationsbefehl:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="124"/> + <source>Installation Path:</source> + <translation>Installationspfad:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="80"/> + <source>Installed in VirtualEnv:</source> + <translation>In VirtualEnv installiert:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="180"/> + <source>Remarks:</source> + <translation>Bemerkungen:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="71"/> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="71"/> + <source>No</source> + <translation>Nein</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="75"/> + <source>'eric-ide' was installed from PyPI using the pip command.</source> + <translation>'eric-ide' wurde von PyPI mittel pip Befehl installiert.</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="81"/> + <source>The information shown in this dialog was guessed at the first start of eric.</source> + <translation>Die in diesem Dialog angezeigte Information wurde beim ersten Start von eric erraten.</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="99"/> + <source>Load Install Information</source> + <translation>Installationsinformation laden</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="99"/> + <source><p>The file containing the install information could not be read.</p><p>Reason: {0}</p></source> + <translation><p>Die Datei mit den Installationsinformationen konnte nicht geladen werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="151"/> + <source>Install Information</source> + <translation>Installationsinformationen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="151"/> + <source>The install information was edited. Unsaved changes will be lost. Save first?</source> + <translation>Die Installationsinformation wurde editiert. Ungesicherte Änderungen gehen verloren. Sichern?</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="188"/> + <source>Save Install Information</source> + <translation>Installationsinformation sichern</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="188"/> + <source><p>The file containing the install information could not be written.</p><p>Reason: {0}</p></source> + <translation><p>Die Datei mit den Installationsinformationen konnte nicht geschrieben werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="152"/> + <source>Installation Date:</source> + <translation>Installationszeitpunkt:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="61"/> + <source>Installed as Administrator:</source> + <translation>Als Administrator installiert:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="63"/> + <source>Installed with sudo:</source> + <translation>Mit 'sudo' installiert:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="93"/> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="66"/> + <source>Installed From:</source> + <translation>Installiert von:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="87"/> + <source>The installation information was provided by the user.</source> + <translation>Die Installationsinformationen wurden durch den Nutzer eingegeben.</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="39"/> + <source>Delete Info</source> + <translation>Info löschen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="255"/> + <source>Upgrade Instructions</source> + <translation>Aktualisierungsanweisungen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="201"/> + <source>Delete Installation Information</source> + <translation>Löscht die Installationsinformationen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="201"/> + <source>Do you really want to delete the installation information? It will be recreated at the next start.</source> + <translation>Sollen die Installationsinformationen wirklich gelöscht werden? Sie werden beim nächsten Start neu erzeugt.</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.py" line="228"/> + <source>Perform the following step(s) with Administrator privileges. +</source> + <translation>Führe die folgenden Schritte mit Administratorrechten aus. +</translation> + </message> +</context> +<context> <name>InterfacePage</name> <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="235"/> @@ -39856,27 +40018,27 @@ <translation>Aktuelle Position markieren wenn nicht sichtbar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="811"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="809"/> <source>Marker Foreground:</source> <translation>Vordergrundfarbe der Markierung:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="834"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="861"/> <source>Marker Background:</source> <translation>Hintergrundfarbe der Markierung:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="862"/> - <source>Shutdown</source> - <translation>Beenden</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="868"/> - <source>Select to confirm a shutdown operation while still connected to an IRC server</source> - <translation>Auswählen, um das Beenden zu bestätigen, wenn noch eine Verbindung mit einem IRC Server besteht</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="871"/> + <source>Shutdown</source> + <translation>Beenden</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="877"/> + <source>Select to confirm a shutdown operation while still connected to an IRC server</source> + <translation>Auswählen, um das Beenden zu bestätigen, wenn noch eine Verbindung mit einem IRC Server besteht</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="880"/> <source>Confirm Shutdown When Connected</source> <translation>Beenden bei bestehender Verbindung bestätigen</translation> </message> @@ -39946,12 +40108,12 @@ <translation>Auswählen, um farbigen Text in IRC-Nachrichten zuzulassen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="824"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="822"/> <source>Select the foreground color for the marker</source> <translation>Wähle die Textfarbe der Markierung aus</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="847"/> + <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="851"/> <source>Select the background color for the marker</source> <translation>Wähle die Hintergrundfarbe der Markierung aus</translation> </message> @@ -44332,12 +44494,12 @@ </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1050"/> - <source>µPy Chart</source> + <source>µPy Chart</source> <translation>µPy Chart</translation> </message> <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1130"/> - <source>µPy Files</source> + <source>µPy Files</source> <translation>µPy Dateien</translation> </message> <message> @@ -73726,2283 +73888,2303 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2029"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2030"/> + <location filename="../UI/UserInterface.py" line="2094"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Helpviewer</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Helpviewer...</source> <translation>&Hilfe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2047"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source>Open the helpviewer window</source> <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3199"/> + <location filename="../UI/UserInterface.py" line="3279"/> <source>Unittest</source> <translation>Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2145"/> + <location filename="../UI/UserInterface.py" line="2223"/> <source>&Unittest...</source> <translation>&Modultests...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2150"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Start unittest dialog</source> <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3054"/> + <location filename="../UI/UserInterface.py" line="3132"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3129"/> + <location filename="../UI/UserInterface.py" line="3207"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2490"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2490"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2417"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2419"/> + <location filename="../UI/UserInterface.py" line="2497"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1545"/> + <location filename="../UI/UserInterface.py" line="1609"/> <source>Quit the IDE</source> <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3198"/> + <location filename="../UI/UserInterface.py" line="3278"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5054"/> + <location filename="../UI/UserInterface.py" line="5147"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3115"/> + <location filename="../UI/UserInterface.py" line="3193"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5182"/> + <location filename="../UI/UserInterface.py" line="5275"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1546"/> + <location filename="../UI/UserInterface.py" line="1610"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Die Entwicklungsumgebung beenden</b><p>Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5377"/> + <location filename="../UI/UserInterface.py" line="5470"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1569"/> <source>{0} - Passive Mode</source> <translation>{0} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1512"/> + <location filename="../UI/UserInterface.py" line="1576"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} – {1} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1738"/> + <location filename="../UI/UserInterface.py" line="1802"/> <source>Log-Viewer</source> <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3200"/> + <location filename="../UI/UserInterface.py" line="3280"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2067"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Show Versions</source> <translation>Zeige Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2067"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Show &Versions</source> <translation>Zeige &Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2071"/> + <location filename="../UI/UserInterface.py" line="2135"/> <source>Display version information</source> <translation>Zeigt Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2137"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zeige Versionen</b><p>Zeigt Versionsinformationen an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2517"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2517"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Keyboard &Shortcuts...</source> <translation>&Tastaturkurzbefehle...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2522"/> + <location filename="../UI/UserInterface.py" line="2600"/> <source>Set the keyboard shortcuts</source> <translation>Setze die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2524"/> + <location filename="../UI/UserInterface.py" line="2602"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2940"/> + <location filename="../UI/UserInterface.py" line="3018"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3662"/> + <location filename="../UI/UserInterface.py" line="3745"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> - <source>Report &Bug...</source> - <translation>&Fehler berichten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2122"/> - <source>Report a bug</source> - <translation>Einen Fehler berichten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2123"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6124"/> - <source>Export Keyboard Shortcuts</source> - <translation>Tastaturkurzbefehle exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2532"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>Tastaturkurzbefehle &exportieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2537"/> - <source>Export the keyboard shortcuts</source> - <translation>Exportiert die Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2539"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6148"/> - <source>Import Keyboard Shortcuts</source> - <translation>Tastaturkurzbefehle importieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2546"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>Tastaturkurzbefehle &importieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2551"/> - <source>Import the keyboard shortcuts</source> - <translation>Importiert die Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2553"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation><b>Tastaturkurzbefehle importieren</b><p>Importiert die Tastaturkurzbefehle der Applikation.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="273"/> - <source>Generating Main User Interface...</source> - <translation>Erzeuge das Hauptfenster...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="323"/> - <source>Setting up connections...</source> - <translation>Erstelle Verbindungen...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="623"/> - <source>Initializing Actions...</source> - <translation>Initialisiere Aktionen...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="625"/> - <source>Initializing Menus...</source> - <translation>Initialisiere Menüs...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="627"/> - <source>Initializing Toolbars...</source> - <translation>Initialisiere Werkzeugleisten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="629"/> - <source>Initializing Statusbar...</source> - <translation>Initialisiere Statuszeile...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="580"/> - <source>Initializing Tools...</source> - <translation>Initialisiere Werkzeuge...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2151"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Modultests</b><p>Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>Unittest Restart</source> - <translation>Modultest neu starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2164"/> - <source>Restart last unittest</source> - <translation>Modultest neu starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2165"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation><b>Modultest neu starten</b><p>Den letzten durchgeführten Modultest neu starten.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Unittest Script</source> - <translation>Modultest (Skript)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2194"/> - <source>Run unittest with current script</source> - <translation>Modultest für aktuelles Skript ausführen</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2196"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2204"/> - <source>Unittest Project</source> - <translation>Modultest (Projekt)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2209"/> - <source>Run unittest with current project</source> - <translation>Modultest für aktuellesProjekt ausführen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2211"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2996"/> - <source>&Unittest</source> - <translation>&Modultests</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2159"/> - <source>&Restart Unittest...</source> - <translation>Modultest &neu starten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2189"/> - <source>Unittest &Script...</source> - <translation>Modultest (&Skript)...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2204"/> - <source>Unittest &Project...</source> - <translation>Modultest (&Projekt)...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>Compare Files</source> - <translation>Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2299"/> - <source>&Compare Files...</source> - <translation>Dateien &vergleichen...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2317"/> - <source>Compare two files</source> - <translation>Zwei Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2305"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Dateien vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2312"/> - <source>Compare Files side by side</source> - <translation>Dateien Seite an Seite vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <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="6711"/> - <source>Drop Error</source> - <translation>Drop-Fehler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="656"/> - <source>Initializing Single Application Server...</source> - <translation>Initialisiere Applikationsserver...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1516"/> - <source>{0} - {1} - {2} - Passive Mode</source> - <translation>{0} . {1} – {2} – Passiver Modus</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1721"/> - <source>File-Browser</source> - <translation>Dateibrowser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1617"/> - <source>Edit Profile</source> - <translation>Editieren-Profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1623"/> - <source>Activate the edit view profile</source> - <translation>Aktiviert das Editieren-Ansichtsprofil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1625"/> - <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation><b>Editieren-Profil</b><p>Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1634"/> - <source>Debug Profile</source> - <translation>Debuggen-Profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1640"/> - <source>Activate the debug view profile</source> - <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1642"/> - <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> - <translation><b>Debuggen-Profil</b><p>Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2485"/> - <source>View Profiles</source> - <translation>Ansichtenprofile</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2485"/> - <source>&View Profiles...</source> - <translation>&Ansichtenprofile...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2490"/> - <source>Configure view profiles</source> - <translation>Ansichtenprofile konfigurieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2492"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <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="5182"/> - <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="4907"/> - <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="4977"/> - <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="5021"/> - <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="5377"/> - <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="6711"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> ist keine Datei.</p></translation> + <source>Report &Bug...</source> + <translation>&Fehler berichten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2200"/> + <source>Report a bug</source> + <translation>Einen Fehler berichten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2201"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6217"/> + <source>Export Keyboard Shortcuts</source> + <translation>Tastaturkurzbefehle exportieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2610"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>Tastaturkurzbefehle &exportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2615"/> + <source>Export the keyboard shortcuts</source> + <translation>Exportiert die Tastaturkurzbefehle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2617"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6241"/> + <source>Import Keyboard Shortcuts</source> + <translation>Tastaturkurzbefehle importieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2624"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>Tastaturkurzbefehle &importieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2629"/> + <source>Import the keyboard shortcuts</source> + <translation>Importiert die Tastaturkurzbefehle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2631"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation><b>Tastaturkurzbefehle importieren</b><p>Importiert die Tastaturkurzbefehle der Applikation.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="277"/> + <source>Generating Main User Interface...</source> + <translation>Erzeuge das Hauptfenster...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="327"/> + <source>Setting up connections...</source> + <translation>Erstelle Verbindungen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="627"/> + <source>Initializing Actions...</source> + <translation>Initialisiere Aktionen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="629"/> + <source>Initializing Menus...</source> + <translation>Initialisiere Menüs...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="631"/> + <source>Initializing Toolbars...</source> + <translation>Initialisiere Werkzeugleisten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="633"/> + <source>Initializing Statusbar...</source> + <translation>Initialisiere Statuszeile...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="584"/> + <source>Initializing Tools...</source> + <translation>Initialisiere Werkzeuge...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2229"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Modultests</b><p>Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2237"/> + <source>Unittest Restart</source> + <translation>Modultest neu starten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Restart last unittest</source> + <translation>Modultest neu starten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2243"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation><b>Modultest neu starten</b><p>Den letzten durchgeführten Modultest neu starten.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2267"/> + <source>Unittest Script</source> + <translation>Modultest (Skript)</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2272"/> - <source>UI Previewer</source> - <translation>UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2272"/> - <source>&UI Previewer...</source> - <translation>&UI-Vorschau...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2277"/> - <source>Start the UI Previewer</source> - <translation>Starte die UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2278"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5138"/> - <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> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>Translations Previewer</source> - <translation>Übersetzungsvorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>&Translations Previewer...</source> - <translation>&Übersetzungsvorschau...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2290"/> - <source>Start the Translations Previewer</source> - <translation>Die Übersetzungsvorschau starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2292"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5195"/> - <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> + <source>Run unittest with current script</source> + <translation>Modultest für aktuelles Skript ausführen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2274"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2282"/> + <source>Unittest Project</source> + <translation>Modultest (Projekt)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2287"/> + <source>Run unittest with current project</source> + <translation>Modultest für aktuellesProjekt ausführen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2289"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3074"/> + <source>&Unittest</source> + <translation>&Modultests</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2237"/> + <source>&Restart Unittest...</source> + <translation>Modultest &neu starten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2267"/> + <source>Unittest &Script...</source> + <translation>Modultest (&Skript)...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2282"/> + <source>Unittest &Project...</source> + <translation>Modultest (&Projekt)...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2377"/> + <source>Compare Files</source> + <translation>Dateien vergleichen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2377"/> + <source>&Compare Files...</source> + <translation>Dateien &vergleichen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2395"/> + <source>Compare two files</source> + <translation>Zwei Dateien vergleichen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2383"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Dateien vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2390"/> + <source>Compare Files side by side</source> + <translation>Dateien Seite an Seite vergleichen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2396"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <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="6804"/> + <source>Drop Error</source> + <translation>Drop-Fehler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="660"/> + <source>Initializing Single Application Server...</source> + <translation>Initialisiere Applikationsserver...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1580"/> + <source>{0} - {1} - {2} - Passive Mode</source> + <translation>{0} . {1} – {2} – Passiver Modus</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1785"/> + <source>File-Browser</source> + <translation>Dateibrowser</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1681"/> + <source>Edit Profile</source> + <translation>Editieren-Profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1687"/> + <source>Activate the edit view profile</source> + <translation>Aktiviert das Editieren-Ansichtsprofil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> + <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation><b>Editieren-Profil</b><p>Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1698"/> + <source>Debug Profile</source> + <translation>Debuggen-Profil</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1704"/> + <source>Activate the debug view profile</source> + <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1706"/> + <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> + <translation><b>Debuggen-Profil</b><p>Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2563"/> + <source>View Profiles</source> + <translation>Ansichtenprofile</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2563"/> + <source>&View Profiles...</source> + <translation>&Ansichtenprofile...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2568"/> + <source>Configure view profiles</source> + <translation>Ansichtenprofile konfigurieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2570"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <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="5275"/> + <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="5000"/> + <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="5070"/> + <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="5114"/> + <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="5470"/> + <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="6804"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> ist keine Datei.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>UI Previewer</source> + <translation>UI-Vorschau</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2350"/> + <source>&UI Previewer...</source> + <translation>&UI-Vorschau...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2355"/> + <source>Start the UI Previewer</source> + <translation>Starte die UI-Vorschau</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2356"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5231"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>Translations Previewer</source> + <translation>Übersetzungsvorschau</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>&Translations Previewer...</source> + <translation>&Übersetzungsvorschau...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2368"/> + <source>Start the Translations Previewer</source> + <translation>Die Übersetzungsvorschau starten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2370"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5288"/> + <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> + <message> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1704"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2456"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Reload APIs</source> <translation>APIs neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2456"/> + <location filename="../UI/UserInterface.py" line="2534"/> <source>Reload &APIs</source> <translation>APIs &neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2460"/> + <location filename="../UI/UserInterface.py" line="2538"/> <source>Reload the API information</source> <translation>Die API-Informationen neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2462"/> + <location filename="../UI/UserInterface.py" line="2540"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>APIs neu laden</b><p>Lädt die API-Informationen neu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1820"/> <source>Task-Viewer</source> <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6318"/> + <location filename="../UI/UserInterface.py" line="6411"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6318"/> + <location filename="../UI/UserInterface.py" line="6411"/> <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="6347"/> + <location filename="../UI/UserInterface.py" line="6440"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6347"/> + <location filename="../UI/UserInterface.py" line="6440"/> <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="5054"/> + <location filename="../UI/UserInterface.py" line="5147"/> <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="5068"/> + <location filename="../UI/UserInterface.py" line="5161"/> <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="5716"/> + <location filename="../UI/UserInterface.py" line="5809"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5716"/> + <location filename="../UI/UserInterface.py" line="5809"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3662"/> + <location filename="../UI/UserInterface.py" line="3745"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1839"/> <source>Template-Viewer</source> <translation>Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1651"/> + <location filename="../UI/UserInterface.py" line="1715"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1704"/> + <location filename="../UI/UserInterface.py" line="1768"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1721"/> + <location filename="../UI/UserInterface.py" line="1785"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1820"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2689"/> <source>Activate current editor</source> <translation>Aktiviere aktuellen Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2689"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621"/> + <location filename="../UI/UserInterface.py" line="2699"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2630"/> + <location filename="../UI/UserInterface.py" line="2708"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1738"/> + <location filename="../UI/UserInterface.py" line="1802"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2811"/> + <location filename="../UI/UserInterface.py" line="2889"/> <source>Eric API Documentation</source> <translation>Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2811"/> + <location filename="../UI/UserInterface.py" line="2889"/> <source>&Eric API Documentation</source> <translation>&Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2815"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5088"/> + <location filename="../UI/UserInterface.py" line="5181"/> <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> <message> - <location filename="../UI/UserInterface.py" line="590"/> + <location filename="../UI/UserInterface.py" line="594"/> <source>Registering Objects...</source> <translation>Registriere Objekte...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1651"/> + <location filename="../UI/UserInterface.py" line="1715"/> <source>Project-Viewer</source> <translation>Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>Debug-Viewer</source> <translation>Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1539"/> + <location filename="../UI/UserInterface.py" line="1603"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1651"/> + <location filename="../UI/UserInterface.py" line="1715"/> <source>&Project-Viewer</source> <translation>&Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2023"/> + <location filename="../UI/UserInterface.py" line="2087"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2083"/> + <location filename="../UI/UserInterface.py" line="2147"/> <source>Check for Updates</source> <translation>Auf Aktualisierungen prüfen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2080"/> + <location filename="../UI/UserInterface.py" line="2144"/> <source>Check for &Updates...</source> <translation>Auf &Aktualisierungen prüfen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3013"/> + <location filename="../UI/UserInterface.py" line="3091"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3024"/> + <location filename="../UI/UserInterface.py" line="3102"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3202"/> + <location filename="../UI/UserInterface.py" line="3282"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4008"/> + <location filename="../UI/UserInterface.py" line="4101"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5361"/> + <location filename="../UI/UserInterface.py" line="5454"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5455"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5699"/> + <location filename="../UI/UserInterface.py" line="5792"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7082"/> + <location filename="../UI/UserInterface.py" line="7175"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7063"/> + <location filename="../UI/UserInterface.py" line="7156"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7121"/> + <location filename="../UI/UserInterface.py" line="7214"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4053"/> + <location filename="../UI/UserInterface.py" line="4146"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4057"/> + <location filename="../UI/UserInterface.py" line="4150"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2474"/> + <location filename="../UI/UserInterface.py" line="2552"/> <source>Show external tools</source> <translation>Zeige externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2469"/> + <location filename="../UI/UserInterface.py" line="2547"/> <source>Show external &tools</source> <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7082"/> + <location filename="../UI/UserInterface.py" line="7175"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6896"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6905"/> + <location filename="../UI/UserInterface.py" line="6998"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7158"/> + <location filename="../UI/UserInterface.py" line="7251"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="266"/> + <location filename="../UI/UserInterface.py" line="270"/> <source>Initializing Plugin Manager...</source> <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2977"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3203"/> + <location filename="../UI/UserInterface.py" line="3283"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2648"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>Plugin Infos</source> <translation>Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2730"/> <source>Show Plugin Infos</source> <translation>Zeigt Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2653"/> + <location filename="../UI/UserInterface.py" line="2731"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugininformationen...</b><p>Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2648"/> + <location filename="../UI/UserInterface.py" line="2726"/> <source>&Plugin Infos...</source> <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4025"/> + <location filename="../UI/UserInterface.py" line="4118"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2679"/> + <location filename="../UI/UserInterface.py" line="2757"/> <source>Uninstall Plugin</source> <translation>Plugin deinstallieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2752"/> <source>&Uninstall Plugin...</source> <translation>Plugin &deinstallieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2680"/> + <location filename="../UI/UserInterface.py" line="2758"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4174"/> + <location filename="../UI/UserInterface.py" line="4267"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4176"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="666"/> + <location filename="../UI/UserInterface.py" line="670"/> <source>Activating Plugins...</source> <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2950"/> + <location filename="../UI/UserInterface.py" line="3028"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2091"/> + <location filename="../UI/UserInterface.py" line="2155"/> <source>Show downloadable versions</source> <translation>Zeige verfügbare Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2091"/> + <location filename="../UI/UserInterface.py" line="2155"/> <source>Show &downloadable versions...</source> <translation>&Zeige verfügbare Versionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2095"/> + <location filename="../UI/UserInterface.py" line="2159"/> <source>Show the versions available for download</source> <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7106"/> + <location filename="../UI/UserInterface.py" line="7199"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2687"/> + <location filename="../UI/UserInterface.py" line="2765"/> <source>Plugin Repository</source> <translation>Plugin-Repository</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2687"/> + <location filename="../UI/UserInterface.py" line="2765"/> <source>Plugin &Repository...</source> <translation>Plugin-&Repository...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2770"/> <source>Show Plugins available for download</source> <translation>Zeige zum Download verfügbare Plugins an</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2694"/> + <location filename="../UI/UserInterface.py" line="2772"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Plugin-Repository...</b><p>Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2666"/> + <location filename="../UI/UserInterface.py" line="2744"/> <source>Install Plugins</source> <translation>Plugins installieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2661"/> + <location filename="../UI/UserInterface.py" line="2739"/> <source>&Install Plugins...</source> <translation>Plugins &installieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2667"/> + <location filename="../UI/UserInterface.py" line="2745"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Plugins installieren...</b><p>Dies öffnet einen Dialog zur Installation oder Update von Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2344"/> + <location filename="../UI/UserInterface.py" line="2422"/> <source>Mini Editor</source> <translation>Mini-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2339"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Mini &Editor...</source> <translation>Mini-&Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2345"/> + <location filename="../UI/UserInterface.py" line="2423"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini-Editor</b><p>Öffnet einen Dialog mit einem vereinfachten Editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2502"/> + <location filename="../UI/UserInterface.py" line="2580"/> <source>Toolbars</source> <translation>Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2502"/> + <location filename="../UI/UserInterface.py" line="2580"/> <source>Tool&bars...</source> <translation>Werkzeug&leisten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2507"/> + <location filename="../UI/UserInterface.py" line="2585"/> <source>Configure toolbars</source> <translation>Werkzeugleisten einrichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2508"/> + <location filename="../UI/UserInterface.py" line="2586"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Werkzeugleisten</b><p>Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert und neue Werkzeugleisten definiert werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="682"/> + <location filename="../UI/UserInterface.py" line="686"/> <source>Restoring Toolbarmanager...</source> <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3483"/> + <location filename="../UI/UserInterface.py" line="3563"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5322"/> + <location filename="../UI/UserInterface.py" line="5415"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5313"/> + <location filename="../UI/UserInterface.py" line="5406"/> <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="5322"/> + <location filename="../UI/UserInterface.py" line="5415"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>Multiproject-Viewer</source> <translation>Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1668"/> + <location filename="../UI/UserInterface.py" line="1732"/> <source>&Multiproject-Viewer</source> <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6443"/> + <location filename="../UI/UserInterface.py" line="6536"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6381"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6427"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6427"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3379"/> + <location filename="../UI/UserInterface.py" line="3459"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3393"/> + <location filename="../UI/UserInterface.py" line="3473"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2130"/> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Request Feature</source> <translation>Neue Funktion anfragen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2130"/> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Request &Feature...</source> <translation>Neue &Funktion anfragen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2134"/> + <location filename="../UI/UserInterface.py" line="2212"/> <source>Send a feature request</source> <translation>Sende eine Anfrage für eine neue Funktion</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2136"/> + <location filename="../UI/UserInterface.py" line="2214"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Neue Funktion anfragen...</b><p>Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3372"/> + <location filename="../UI/UserInterface.py" line="3452"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3400"/> + <location filename="../UI/UserInterface.py" line="3480"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3407"/> + <location filename="../UI/UserInterface.py" line="3487"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1818"/> + <location filename="../UI/UserInterface.py" line="1882"/> <source>Horizontal Toolbox</source> <translation>Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1818"/> + <location filename="../UI/UserInterface.py" line="1882"/> <source>&Horizontal Toolbox</source> <translation>&Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3972"/> + <location filename="../UI/UserInterface.py" line="4065"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3972"/> + <location filename="../UI/UserInterface.py" line="4065"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1839"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2986"/> + <location filename="../UI/UserInterface.py" line="3064"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3386"/> + <location filename="../UI/UserInterface.py" line="3466"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2639"/> + <location filename="../UI/UserInterface.py" line="2717"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2639"/> + <location filename="../UI/UserInterface.py" line="2717"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2428"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2428"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>E&xport Preferences...</source> <translation>Einstellungen e&xportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2511"/> <source>Export the current configuration</source> <translation>Exportiert die aktuelle Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2435"/> + <location filename="../UI/UserInterface.py" line="2513"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Einstellungen exportieren</b><p>Exportiert die aktuelle Konfiguration in eine Datei.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2442"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2442"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>I&mport Preferences...</source> <translation>Einstellungen i&mportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2447"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Import a previously exported configuration</source> <translation>Importiert eine zuvor exportierte Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2527"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Einstellungen importieren</b><p>Importiert eine zuvor exportierte Konfiguration.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621"/> + <location filename="../UI/UserInterface.py" line="2699"/> <source>Show next</source> <translation>Zeige nächste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2630"/> + <location filename="../UI/UserInterface.py" line="2708"/> <source>Show previous</source> <translation>Zeige vorherige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>Left Sidebar</source> <translation>Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1832"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>&Left Sidebar</source> <translation>&Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836"/> + <location filename="../UI/UserInterface.py" line="1900"/> <source>Toggle the left sidebar window</source> <translation>Schalte das Fenster der linken Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1837"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Seitenleiste um</b><p>Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1859"/> + <location filename="../UI/UserInterface.py" line="1923"/> <source>Bottom Sidebar</source> <translation>Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1859"/> + <location filename="../UI/UserInterface.py" line="1923"/> <source>&Bottom Sidebar</source> <translation>&Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1863"/> + <location filename="../UI/UserInterface.py" line="1927"/> <source>Toggle the bottom sidebar window</source> <translation>Schalte das Fenster der unteren Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1865"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der unteren Seitenleiste um</b><p>Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1750"/> <source>&Debug-Viewer</source> <translation>&Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2404"/> <source>SQL Browser</source> <translation>SQL-Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2404"/> <source>SQL &Browser...</source> <translation>SQL-&Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2331"/> + <location filename="../UI/UserInterface.py" line="2409"/> <source>Browse a SQL database</source> <translation>Erforsche eine SQL-Datenbank</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2410"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5218"/> + <location filename="../UI/UserInterface.py" line="5311"/> <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> <message> - <location filename="../UI/UserInterface.py" line="2383"/> + <location filename="../UI/UserInterface.py" line="2461"/> <source>Icon Editor</source> <translation>Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2383"/> + <location filename="../UI/UserInterface.py" line="2461"/> <source>&Icon Editor...</source> <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1118"/> + <location filename="../UI/UserInterface.py" line="1122"/> <source>Cooperation</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1938"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1174"/> + <location filename="../UI/UserInterface.py" line="1178"/> <source>Symbols</source> <translation>Symbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1975"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1183"/> + <location filename="../UI/UserInterface.py" line="1187"/> <source>Numbers</source> <translation>Zahlen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1930"/> + <location filename="../UI/UserInterface.py" line="1994"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6148"/> + <location filename="../UI/UserInterface.py" line="6241"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2867"/> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2867"/> <source>Python &3 Documentation</source> <translation>Python &3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2793"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6971"/> + <location filename="../UI/UserInterface.py" line="7064"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6964"/> + <location filename="../UI/UserInterface.py" line="7057"/> <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="5916"/> + <location filename="../UI/UserInterface.py" line="6009"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5916"/> + <location filename="../UI/UserInterface.py" line="6009"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6971"/> + <location filename="../UI/UserInterface.py" line="7064"/> <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> <message> - <location filename="../UI/UserInterface.py" line="691"/> + <location filename="../UI/UserInterface.py" line="695"/> <source>Setting View Profile...</source> <translation>Stelle Ansichtenprofil ein...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="704"/> + <location filename="../UI/UserInterface.py" line="708"/> <source>Reading Tasks...</source> <translation>Lese Aufgaben...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="709"/> + <location filename="../UI/UserInterface.py" line="713"/> <source>Reading Templates...</source> <translation>Lese Vorlagen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="714"/> + <location filename="../UI/UserInterface.py" line="718"/> <source>Starting Debugger...</source> <translation>Starte Debugger...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1598"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2251"/> <source>Unittest Rerun Failed</source> <translation>Fehlerhafte Modultests wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2173"/> + <location filename="../UI/UserInterface.py" line="2251"/> <source>Rerun Failed Tests...</source> <translation>Fehlerhafte Tests wiederholen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2178"/> + <location filename="../UI/UserInterface.py" line="2256"/> <source>Rerun failed tests of the last run</source> <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2180"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Fehlerhafte Tests wiederholen</b><p>Alle Tests wiederholen, die während des letzten Modultestlaufes fehlgeschlagen sind.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2390"/> <source>Compare &Files side by side...</source> <translation>Dateien &Seite an Seite vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2397"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2397"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Snapshot...</source> <translation>&Bildschirmfoto...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2402"/> + <location filename="../UI/UserInterface.py" line="2480"/> <source>Take snapshots of a screen region</source> <translation>Bildschirmfoto aufnehmen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2404"/> + <location filename="../UI/UserInterface.py" line="2482"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5290"/> + <location filename="../UI/UserInterface.py" line="5383"/> <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="7177"/> + <location filename="../UI/UserInterface.py" line="7270"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1857"/> <source>Left Toolbox</source> <translation>Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1805"/> + <location filename="../UI/UserInterface.py" line="1869"/> <source>Right Toolbox</source> <translation>Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1659"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation><b>Projektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1676"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation><b>Mehrfachprojektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1692"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1694"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation><b>Debuganzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Switch the input focus to the Shell window.</source> - <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1712"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1721"/> - <source>&File-Browser</source> - <translation>Datei&browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1727"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1729"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation><b>Dateibrowser aktivieren</b><p>Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.</p></translation> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1723"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation><b>Projektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1738"/> - <source>Lo&g-Viewer</source> - <translation>&Ausgabefenster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1744"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1746"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation><b>Ausgabefenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Ausgabefenster um.</p></translation> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation><b>Mehrfachprojektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</p></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1756"/> - <source>&Task-Viewer</source> - <translation>&Aufgabenanzeige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1762"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1775"/> - <source>Templ&ate-Viewer</source> - <translation>&Vorlagen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1781"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1758"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation><b>Debuganzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1774"/> + <source>Switch the input focus to the Shell window.</source> + <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1776"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1785"/> + <source>&File-Browser</source> + <translation>Datei&browser</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1791"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1793"/> - <source>&Left Toolbox</source> - <translation>&Linke Werkzeugbox</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1796"/> - <source>Toggle the Left Toolbox window</source> - <translation>Schalte das Fenster der linken Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1797"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1805"/> - <source>&Right Toolbox</source> - <translation>&Rechte Werkzeugbox</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Toggle the Right Toolbox window</source> - <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation><b>Dateibrowser aktivieren</b><p>Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1802"/> + <source>Lo&g-Viewer</source> + <translation>&Ausgabefenster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1808"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1810"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation><b>Ausgabefenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Ausgabefenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1820"/> + <source>&Task-Viewer</source> + <translation>&Aufgabenanzeige</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1826"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1839"/> + <source>Templ&ate-Viewer</source> + <translation>&Vorlagen</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1845"/> - <source>Right Sidebar</source> - <translation>Rechte Seitenleiste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1845"/> - <source>&Right Sidebar</source> - <translation>&Rechte Seitenleiste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1849"/> - <source>Toggle the right sidebar window</source> - <translation>Schalte das Fenster der rechten Seitenleiste um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1874"/> - <source>Cooperation-Viewer</source> - <translation>Zusammenarbeit</translation> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1847"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1857"/> + <source>&Left Toolbox</source> + <translation>&Linke Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1860"/> + <source>Toggle the Left Toolbox window</source> + <translation>Schalte das Fenster der linken Werkzeugbox um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1861"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1869"/> + <source>&Right Toolbox</source> + <translation>&Rechte Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1873"/> + <source>Toggle the Right Toolbox window</source> + <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1874"/> - <source>Co&operation-Viewer</source> - <translation>&Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1880"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1882"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1911"/> - <source>Symbols-Viewer</source> - <translation>Symbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1911"/> - <source>S&ymbols-Viewer</source> - <translation>S&ymbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1917"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>Numbers-Viewer</source> - <translation>Zahlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1930"/> - <source>Num&bers-Viewer</source> - <translation>Za&hlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1936"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1909"/> + <source>Right Sidebar</source> + <translation>Rechte Seitenleiste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1909"/> + <source>&Right Sidebar</source> + <translation>&Rechte Seitenleiste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1913"/> + <source>Toggle the right sidebar window</source> + <translation>Schalte das Fenster der rechten Seitenleiste um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1915"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1938"/> + <source>Cooperation-Viewer</source> + <translation>Zusammenarbeit</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1938"/> + <source>Co&operation-Viewer</source> + <translation>&Zusammenarbeit</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1944"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1946"/> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1975"/> + <source>Symbols-Viewer</source> + <translation>Symbolanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1975"/> + <source>S&ymbols-Viewer</source> + <translation>S&ymbolanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1981"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1994"/> + <source>Numbers-Viewer</source> + <translation>Zahlenanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1994"/> + <source>Num&bers-Viewer</source> + <translation>Za&hlenanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3063"/> + <location filename="../UI/UserInterface.py" line="3141"/> <source>&Windows</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1764"/> + <location filename="../UI/UserInterface.py" line="1828"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Aufgabenanzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1893"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1893"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1899"/> + <location filename="../UI/UserInterface.py" line="1963"/> <source>Switch the input focus to the IRC window.</source> <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1901"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>IRC aktivieren</b><p>Dies schaltet den Eingabefokus auf das IRC-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2309"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2231"/> + <location filename="../UI/UserInterface.py" line="2309"/> <source>Qt-&Designer...</source> <translation>Qt &Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2314"/> <source>Start Qt-Designer</source> <translation>Starte Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2237"/> + <location filename="../UI/UserInterface.py" line="2315"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt Designer</b><p>Starte Qt Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2335"/> <source>Qt-Linguist</source> <translation>Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2335"/> <source>Qt-&Linguist...</source> <translation>Qt &Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2262"/> + <location filename="../UI/UserInterface.py" line="2340"/> <source>Start Qt-Linguist</source> <translation>Starte Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2341"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt Linguist</b><p>Starte Qt Linguist (Übersetzungsprogramm).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2753"/> + <location filename="../UI/UserInterface.py" line="2831"/> <source>Qt5 Documentation</source> <translation>Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2753"/> + <location filename="../UI/UserInterface.py" line="2831"/> <source>Qt&5 Documentation</source> <translation>Qt&5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2757"/> + <location filename="../UI/UserInterface.py" line="2835"/> <source>Open Qt5 Documentation</source> <translation>Öffne die Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2561"/> + <location filename="../UI/UserInterface.py" line="2639"/> <source>Manage SSL Certificates</source> <translation>SSL-Zertifikate verwalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2561"/> + <location filename="../UI/UserInterface.py" line="2639"/> <source>Manage SSL Certificates...</source> <translation>SSL-Zertifikate verwalten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2566"/> + <location filename="../UI/UserInterface.py" line="2644"/> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL-Zertifikate</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2568"/> + <location filename="../UI/UserInterface.py" line="2646"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>SSL-Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2577"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Edit Message Filters</source> <translation>Meldungsfilter bearbeiten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2577"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Edit Message Filters...</source> <translation>Meldungsfilter bearbeiten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2582"/> + <location filename="../UI/UserInterface.py" line="2660"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2584"/> + <location filename="../UI/UserInterface.py" line="2662"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Meldungsfilter bearbeiten</b><p>Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2768"/> + <location filename="../UI/UserInterface.py" line="2846"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation>