Sat, 02 Mar 2019 17:33:58 +0100
Changed the Google Mail interface to not use obsoleted packages anymore.
--- a/APIs/Python3/eric6.api Sat Mar 02 11:12:25 2019 +0100 +++ b/APIs/Python3/eric6.api Sat Mar 02 17:33:58 2019 +0100 @@ -1497,16 +1497,20 @@ eric6.E5Network.E5Ftp.E5FtpProxyType.Site?7 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtProxyuserAtServer?7 eric6.E5Network.E5Ftp.E5FtpProxyType.UserAtServer?7 -eric6.E5Network.E5GoogleMail.APPLICATION_NAME?7 -eric6.E5Network.E5GoogleMail.CLIENT_SECRET_FILE?7 -eric6.E5Network.E5GoogleMail.CREDENTIALS_FILE?7 +eric6.E5Network.E5GoogleMail.E5GoogleMail.sendMessage?4(message) +eric6.E5Network.E5GoogleMail.E5GoogleMail.sendResult?7 +eric6.E5Network.E5GoogleMail.E5GoogleMail?1(parent=None) +eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.approvalCodeReceived?7 +eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser.load?4(url) +eric6.E5Network.E5GoogleMail.E5GoogleMailAuthBrowser?1(parent=None) eric6.E5Network.E5GoogleMail.GoogleMailHelp?4() -eric6.E5Network.E5GoogleMail.GoogleMailSendMessage?4(message) -eric6.E5Network.E5GoogleMail.SCOPES?7 -eric6.E5Network.E5GoogleMail._prepareMessage_v2?5(message) -eric6.E5Network.E5GoogleMail._prepareMessage_v3?5(message) -eric6.E5Network.E5GoogleMail.getCredentials?4() -eric6.E5Network.E5GoogleMail.isClientSecretFileAvailable?4() +eric6.E5Network.E5GoogleMailHelpers.APPLICATION_NAME?7 +eric6.E5Network.E5GoogleMailHelpers.CLIENT_SECRET_FILE?7 +eric6.E5Network.E5GoogleMailHelpers.RequiredPackages?7 +eric6.E5Network.E5GoogleMailHelpers.SCOPES?7 +eric6.E5Network.E5GoogleMailHelpers.TOKEN_FILE?7 +eric6.E5Network.E5GoogleMailHelpers.getInstallCommand?4() +eric6.E5Network.E5GoogleMailHelpers.isClientSecretFileAvailable?4() eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog.setData?4(name, value) eric6.E5Network.E5NetworkHeaderDetailsDialog.E5NetworkHeaderDetailsDialog?1(parent=None) eric6.E5Network.E5NetworkIcon.E5NetworkIcon.isOnline?4() @@ -3992,7 +3996,7 @@ eric6.PipInterface.Pip.Pip.getVirtualenvConfig?4(venvName) eric6.PipInterface.Pip.Pip.getVirtualenvInterpreter?4(venvName) eric6.PipInterface.Pip.Pip.getVirtualenvNames?4() -eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName, userSite=False) +eric6.PipInterface.Pip.Pip.installPackages?4(packages, venvName="", userSite=False, interpreter="") eric6.PipInterface.Pip.Pip.installPip?4(venvName, userSite=False) eric6.PipInterface.Pip.Pip.installRequirements?4(venvName) eric6.PipInterface.Pip.Pip.repairPip?4(venvName) @@ -4056,7 +4060,7 @@ eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_upgradeButton_clicked?4() eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_userCheckBox_clicked?4(checked) eric6.PipInterface.PipPackagesWidget.PipPackagesWidget.on_verboseCheckBox_clicked?4(checked) -eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(parent=None) +eric6.PipInterface.PipPackagesWidget.PipPackagesWidget?1(pip, parent=None) eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_activeCheckBox_clicked?4() eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog.on_autoactivateCheckBox_clicked?4() eric6.PluginManager.PluginDetailsDialog.PluginDetailsDialog?1(details, parent=None) @@ -7449,7 +7453,9 @@ eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.save?4() eric6.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage?1() eric6.Preferences.ConfigurationPages.EditorTypingPage.create?4(dlg) +eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleCheckAgainButton_clicked?4() eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleHelpButton_clicked?4() +eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleInstallButton_clicked?4() eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailAuthenticationGroup_toggled?4(checked) eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailPasswordEdit_textChanged?4(txt) eric6.Preferences.ConfigurationPages.EmailPage.EmailPage.on_mailServerEdit_textChanged?4(txt)
--- a/APIs/Python3/eric6.bas Sat Mar 02 11:12:25 2019 +0100 +++ b/APIs/Python3/eric6.bas Sat Mar 02 17:33:58 2019 +0100 @@ -181,6 +181,8 @@ E5Ftp ftplib.FTP E5FtpProxyError ftplib.Error E5GenericDiffHighlighter QSyntaxHighlighter +E5GoogleMail QObject +E5GoogleMailAuthBrowser QDialog E5GraphicsView QGraphicsView E5HorizontalToolBox E5TabWidget E5Led QWidget
--- a/Documentation/Help/source.qhp Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Help/source.qhp Sat Mar 02 17:33:58 2019 +0100 @@ -140,6 +140,7 @@ </section> <section title="eric6.E5Network.E5Ftp" ref="eric6.E5Network.E5Ftp.html" /> <section title="eric6.E5Network.E5GoogleMail" ref="eric6.E5Network.E5GoogleMail.html" /> + <section title="eric6.E5Network.E5GoogleMailHelpers" ref="eric6.E5Network.E5GoogleMailHelpers.html" /> <section title="eric6.E5Network.E5NetworkHeaderDetailsDialog" ref="eric6.E5Network.E5NetworkHeaderDetailsDialog.html" /> <section title="eric6.E5Network.E5NetworkIcon" ref="eric6.E5Network.E5NetworkIcon.html" /> <section title="eric6.E5Network.E5NetworkMonitor" ref="eric6.E5Network.E5NetworkMonitor.html" /> @@ -4607,7 +4608,24 @@ <keyword name="E5GenericDiffHighlighter.makeFormat" id="E5GenericDiffHighlighter.makeFormat" ref="eric6.E5Gui.E5GenericDiffHighlighter.html#E5GenericDiffHighlighter.makeFormat" /> <keyword name="E5GenericDiffHighlighter.makeFormat" id="E5GenericDiffHighlighter.makeFormat" ref="eric6.Plugins.VcsPlugins.vcsGit.GitDiffHighlighter.html#E5GenericDiffHighlighter.makeFormat" /> <keyword name="E5GenericDiffHighlighter.regenerateRules" id="E5GenericDiffHighlighter.regenerateRules" ref="eric6.E5Gui.E5GenericDiffHighlighter.html#E5GenericDiffHighlighter.regenerateRules" /> + <keyword name="E5GoogleMail" id="E5GoogleMail" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail" /> + <keyword name="E5GoogleMail (Constructor)" id="E5GoogleMail (Constructor)" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__init__" /> <keyword name="E5GoogleMail (Module)" id="E5GoogleMail (Module)" ref="eric6.E5Network.E5GoogleMail.html" /> + <keyword name="E5GoogleMail.__credentialsFromSession" id="E5GoogleMail.__credentialsFromSession" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__credentialsFromSession" /> + <keyword name="E5GoogleMail.__doSendMessages" id="E5GoogleMail.__doSendMessages" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__doSendMessages" /> + <keyword name="E5GoogleMail.__loadToken" id="E5GoogleMail.__loadToken" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__loadToken" /> + <keyword name="E5GoogleMail.__prepareMessage_v2" id="E5GoogleMail.__prepareMessage_v2" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__prepareMessage_v2" /> + <keyword name="E5GoogleMail.__prepareMessage_v3" id="E5GoogleMail.__prepareMessage_v3" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__prepareMessage_v3" /> + <keyword name="E5GoogleMail.__processAuthorization" id="E5GoogleMail.__processAuthorization" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__processAuthorization" /> + <keyword name="E5GoogleMail.__saveToken" id="E5GoogleMail.__saveToken" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__saveToken" /> + <keyword name="E5GoogleMail.__startSession" id="E5GoogleMail.__startSession" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.__startSession" /> + <keyword name="E5GoogleMail.sendMessage" id="E5GoogleMail.sendMessage" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMail.sendMessage" /> + <keyword name="E5GoogleMailAuthBrowser" id="E5GoogleMailAuthBrowser" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMailAuthBrowser" /> + <keyword name="E5GoogleMailAuthBrowser (Constructor)" id="E5GoogleMailAuthBrowser (Constructor)" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMailAuthBrowser.__init__" /> + <keyword name="E5GoogleMailAuthBrowser.__pageLoadFinished" id="E5GoogleMailAuthBrowser.__pageLoadFinished" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMailAuthBrowser.__pageLoadFinished" /> + <keyword name="E5GoogleMailAuthBrowser.__titleChanged" id="E5GoogleMailAuthBrowser.__titleChanged" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMailAuthBrowser.__titleChanged" /> + <keyword name="E5GoogleMailAuthBrowser.load" id="E5GoogleMailAuthBrowser.load" ref="eric6.E5Network.E5GoogleMail.html#E5GoogleMailAuthBrowser.load" /> + <keyword name="E5GoogleMailHelpers (Module)" id="E5GoogleMailHelpers (Module)" ref="eric6.E5Network.E5GoogleMailHelpers.html" /> <keyword name="E5Graphics (Package)" id="E5Graphics (Package)" ref="index-eric6.E5Graphics.html" /> <keyword name="E5GraphicsView" id="E5GraphicsView" ref="eric6.E5Graphics.E5GraphicsView.html#E5GraphicsView" /> <keyword name="E5GraphicsView (Constructor)" id="E5GraphicsView (Constructor)" ref="eric6.E5Graphics.E5GraphicsView.html#E5GraphicsView.__init__" /> @@ -5890,8 +5908,10 @@ <keyword name="EmailDialog (Module)" id="EmailDialog (Module)" ref="eric6.UI.EmailDialog.html" /> <keyword name="EmailDialog.__createMultipartMail" id="EmailDialog.__createMultipartMail" ref="eric6.UI.EmailDialog.html#EmailDialog.__createMultipartMail" /> <keyword name="EmailDialog.__createSimpleMail" id="EmailDialog.__createSimpleMail" ref="eric6.UI.EmailDialog.html#EmailDialog.__createSimpleMail" /> + <keyword name="EmailDialog.__deleteAttachedFiles" id="EmailDialog.__deleteAttachedFiles" ref="eric6.UI.EmailDialog.html#EmailDialog.__deleteAttachedFiles" /> <keyword name="EmailDialog.__encodedHeader" id="EmailDialog.__encodedHeader" ref="eric6.UI.EmailDialog.html#EmailDialog.__encodedHeader" /> <keyword name="EmailDialog.__encodedText" id="EmailDialog.__encodedText" ref="eric6.UI.EmailDialog.html#EmailDialog.__encodedText" /> + <keyword name="EmailDialog.__gmailSendResult" id="EmailDialog.__gmailSendResult" ref="eric6.UI.EmailDialog.html#EmailDialog.__gmailSendResult" /> <keyword name="EmailDialog.__sendmail" id="EmailDialog.__sendmail" ref="eric6.UI.EmailDialog.html#EmailDialog.__sendmail" /> <keyword name="EmailDialog.__sendmailGoogle" id="EmailDialog.__sendmailGoogle" ref="eric6.UI.EmailDialog.html#EmailDialog.__sendmailGoogle" /> <keyword name="EmailDialog.attachFile" id="EmailDialog.attachFile" ref="eric6.UI.EmailDialog.html#EmailDialog.attachFile" /> @@ -5907,9 +5927,12 @@ <keyword name="EmailPage" id="EmailPage" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage" /> <keyword name="EmailPage (Constructor)" id="EmailPage (Constructor)" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__init__" /> <keyword name="EmailPage (Module)" id="EmailPage (Module)" ref="eric6.Preferences.ConfigurationPages.EmailPage.html" /> + <keyword name="EmailPage.__checkGoogleMail" id="EmailPage.__checkGoogleMail" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__checkGoogleMail" /> <keyword name="EmailPage.__updatePortSpin" id="EmailPage.__updatePortSpin" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__updatePortSpin" /> <keyword name="EmailPage.__updateTestButton" id="EmailPage.__updateTestButton" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.__updateTestButton" /> + <keyword name="EmailPage.on_googleCheckAgainButton_clicked" id="EmailPage.on_googleCheckAgainButton_clicked" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_googleCheckAgainButton_clicked" /> <keyword name="EmailPage.on_googleHelpButton_clicked" id="EmailPage.on_googleHelpButton_clicked" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_googleHelpButton_clicked" /> + <keyword name="EmailPage.on_googleInstallButton_clicked" id="EmailPage.on_googleInstallButton_clicked" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_googleInstallButton_clicked" /> <keyword name="EmailPage.on_mailAuthenticationGroup_toggled" id="EmailPage.on_mailAuthenticationGroup_toggled" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailAuthenticationGroup_toggled" /> <keyword name="EmailPage.on_mailPasswordEdit_textChanged" id="EmailPage.on_mailPasswordEdit_textChanged" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailPasswordEdit_textChanged" /> <keyword name="EmailPage.on_mailServerEdit_textChanged" id="EmailPage.on_mailServerEdit_textChanged" ref="eric6.Preferences.ConfigurationPages.EmailPage.html#EmailPage.on_mailServerEdit_textChanged" /> @@ -7514,7 +7537,6 @@ <keyword name="GlosbeEngine.getTranslation" id="GlosbeEngine.getTranslation" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GlosbeEngine.html#GlosbeEngine.getTranslation" /> <keyword name="GlosbeEngine.supportedLanguages" id="GlosbeEngine.supportedLanguages" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GlosbeEngine.html#GlosbeEngine.supportedLanguages" /> <keyword name="GoogleMailHelp" id="GoogleMailHelp" ref="eric6.E5Network.E5GoogleMail.html#GoogleMailHelp" /> - <keyword name="GoogleMailSendMessage" id="GoogleMailSendMessage" ref="eric6.E5Network.E5GoogleMail.html#GoogleMailSendMessage" /> <keyword name="GoogleV1Engine" id="GoogleV1Engine" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html#GoogleV1Engine" /> <keyword name="GoogleV1Engine (Constructor)" id="GoogleV1Engine (Constructor)" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html#GoogleV1Engine.__init__" /> <keyword name="GoogleV1Engine (Module)" id="GoogleV1Engine (Module)" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html" /> @@ -18827,8 +18849,6 @@ <keyword name="_main" id="_main" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_main" /> <keyword name="_parse_multi_options" id="_parse_multi_options" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.pycodestyle.html#_parse_multi_options" /> <keyword name="_percentReplacementFunc" id="_percentReplacementFunc" ref="eric6.Utilities.__init__.html#_percentReplacementFunc" /> - <keyword name="_prepareMessage_v2" id="_prepareMessage_v2" ref="eric6.E5Network.E5GoogleMail.html#_prepareMessage_v2" /> - <keyword name="_prepareMessage_v3" id="_prepareMessage_v3" ref="eric6.E5Network.E5GoogleMail.html#_prepareMessage_v3" /> <keyword name="absolutePath" id="absolutePath" ref="eric6.Utilities.__init__.html#absolutePath" /> <keyword name="absoluteUniversalPath" id="absoluteUniversalPath" ref="eric6.Utilities.__init__.html#absoluteUniversalPath" /> <keyword name="addActions" id="addActions" ref="eric6.E5Gui.E5Action.html#addActions" /> @@ -19123,7 +19143,6 @@ <keyword name="getConfigPath" id="getConfigPath" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html#getConfigPath" /> <keyword name="getCooperation" id="getCooperation" ref="eric6.Preferences.__init__.html#getCooperation" /> <keyword name="getCorba" id="getCorba" ref="eric6.Preferences.__init__.html#getCorba" /> - <keyword name="getCredentials" id="getCredentials" ref="eric6.E5Network.E5GoogleMail.html#getCredentials" /> <keyword name="getDebugger" id="getDebugger" ref="eric6.Preferences.__init__.html#getDebugger" /> <keyword name="getDefaultLexerAssociations" id="getDefaultLexerAssociations" ref="eric6.QScintilla.Lexers.__init__.html#getDefaultLexerAssociations" /> <keyword name="getDefaults" id="getDefaults" ref="eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.__init__.html#getDefaults" /> @@ -19178,6 +19197,7 @@ <keyword name="getImporterInfo" id="getImporterInfo" ref="eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html#getImporterInfo" /> <keyword name="getImporters" id="getImporters" ref="eric6.Helpviewer.Bookmarks.BookmarksImporters.__init__.html#getImporters" /> <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="getIrc" id="getIrc" ref="eric6.Preferences.__init__.html#getIrc" /> <keyword name="getKeyUrl" id="getKeyUrl" ref="eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.__init__.html#getKeyUrl" /> <keyword name="getLanguageIcon" id="getLanguageIcon" ref="eric6.QScintilla.Lexers.__init__.html#getLanguageIcon" /> @@ -19312,7 +19332,7 @@ <keyword name="instance" id="instance" ref="eric6.WebBrowser.ZoomManager.ZoomManager.html#instance" /> <keyword name="ircFilter" id="ircFilter" ref="eric6.Network.IRC.IrcUtilities.html#ircFilter" /> <keyword name="ircTimestamp" id="ircTimestamp" ref="eric6.Network.IRC.IrcUtilities.html#ircTimestamp" /> - <keyword name="isClientSecretFileAvailable" id="isClientSecretFileAvailable" ref="eric6.E5Network.E5GoogleMail.html#isClientSecretFileAvailable" /> + <keyword name="isClientSecretFileAvailable" id="isClientSecretFileAvailable" ref="eric6.E5Network.E5GoogleMailHelpers.html#isClientSecretFileAvailable" /> <keyword name="isCondaAvailable" id="isCondaAvailable" ref="eric6.CondaInterface.__init__.html#isCondaAvailable" /> <keyword name="isConfigured" id="isConfigured" ref="eric6.Preferences.__init__.html#isConfigured" /> <keyword name="isCupsAvailable" id="isCupsAvailable" ref="eric6.WebBrowser.Tools.FilePrinter.html#isCupsAvailable" /> @@ -19787,6 +19807,7 @@ <file>eric6.E5Gui.E5ZoomWidget.html</file> <file>eric6.E5Network.E5Ftp.html</file> <file>eric6.E5Network.E5GoogleMail.html</file> + <file>eric6.E5Network.E5GoogleMailHelpers.html</file> <file>eric6.E5Network.E5NetworkHeaderDetailsDialog.html</file> <file>eric6.E5Network.E5NetworkIcon.html</file> <file>eric6.E5Network.E5NetworkMonitor.html</file>
--- a/Documentation/Source/eric6.E5Network.E5GoogleMail.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.E5Network.E5GoogleMail.html Sat Mar 02 17:33:58 2019 +0100 @@ -25,34 +25,297 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>APPLICATION_NAME</td></tr><tr><td>CLIENT_SECRET_FILE</td></tr><tr><td>CREDENTIALS_FILE</td></tr><tr><td>SCOPES</td></tr> +<tr><td>None</td></tr> </table> <h3>Classes</h3> <table> -<tr><td>None</td></tr> +<tr> +<td><a href="#E5GoogleMail">E5GoogleMail</a></td> +<td>Class implementing the logic to send emails via Google Mail.</td> +</tr><tr> +<td><a href="#E5GoogleMailAuthBrowser">E5GoogleMailAuthBrowser</a></td> +<td>Module function to get the Google credentials.</td> +</tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#GoogleMailHelp">GoogleMailHelp</a></td> <td>Module function to get some help about how to enable the Google Mail OAuth2 service.</td> -</tr><tr> -<td><a href="#GoogleMailSendMessage">GoogleMailSendMessage</a></td> -<td>Module function to send an email message via Google Mail.</td> -</tr><tr> -<td><a href="#_prepareMessage_v2">_prepareMessage_v2</a></td> -<td>Module function to prepare the message for sending (Python2 Variant).</td> +</tr> +</table> +<hr /><hr /> +<a NAME="E5GoogleMail" ID="E5GoogleMail"></a> +<h2>E5GoogleMail</h2> +<p> + Class implementing the logic to send emails via Google Mail. +</p><h3>Signals</h3> +<dl> +<dt>sendResult(bool, str)</dt> +<dd> +emitted to indicate the transmission result + and a result message +</dd> +</dl> +<h3>Derived from</h3> +QObject +<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="#E5GoogleMail.__init__">E5GoogleMail</a></td> +<td>Constructor</td> </tr><tr> -<td><a href="#_prepareMessage_v3">_prepareMessage_v3</a></td> -<td>Module function to prepare the message for sending (Python2 Variant).</td> +<td><a href="#E5GoogleMail.__credentialsFromSession">__credentialsFromSession</a></td> +<td>Private method to create a credentials object.</td> +</tr><tr> +<td><a href="#E5GoogleMail.__doSendMessages">__doSendMessages</a></td> +<td>Private method to send all queued messages.</td> +</tr><tr> +<td><a href="#E5GoogleMail.__loadToken">__loadToken</a></td> +<td>Private method to load a token from the token file.</td> +</tr><tr> +<td><a href="#E5GoogleMail.__prepareMessage_v2">__prepareMessage_v2</a></td> +<td>Private method to prepare the message for sending (Python2 Variant).</td> </tr><tr> -<td><a href="#getCredentials">getCredentials</a></td> -<td>Module function to get the Google credentials.</td> +<td><a href="#E5GoogleMail.__prepareMessage_v3">__prepareMessage_v3</a></td> +<td>Private method to prepare the message for sending (Python2 Variant).</td> +</tr><tr> +<td><a href="#E5GoogleMail.__processAuthorization">__processAuthorization</a></td> +<td>Private slot to process the received authorization code.</td> </tr><tr> -<td><a href="#isClientSecretFileAvailable">isClientSecretFileAvailable</a></td> -<td>Module function to check, if the client secret file has been installed.</td> +<td><a href="#E5GoogleMail.__saveToken">__saveToken</a></td> +<td>Private method to save a token to the token file.</td> +</tr><tr> +<td><a href="#E5GoogleMail.__startSession">__startSession</a></td> +<td>Private method to start an authorized session and optionally start the authorization flow.</td> +</tr><tr> +<td><a href="#E5GoogleMail.sendMessage">sendMessage</a></td> +<td>Public method to send a message via Google Mail.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="E5GoogleMail.__init__" ID="E5GoogleMail.__init__"></a> +<h4>E5GoogleMail (Constructor)</h4> +<b>E5GoogleMail</b>(<i>parent=None</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i> (QObject)</dt> +<dd> +reference to the parent object +</dd> +</dl><a NAME="E5GoogleMail.__credentialsFromSession" ID="E5GoogleMail.__credentialsFromSession"></a> +<h4>E5GoogleMail.__credentialsFromSession</h4> +<b>__credentialsFromSession</b>(<i></i>) +<p> + Private method to create a credentials object. +</p><dl> +<dt>Returns:</dt> +<dd> +created credentials object +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +google.oauth2.credentials.Credentials +</dd> +</dl><a NAME="E5GoogleMail.__doSendMessages" ID="E5GoogleMail.__doSendMessages"></a> +<h4>E5GoogleMail.__doSendMessages</h4> +<b>__doSendMessages</b>(<i></i>) +<p> + Private method to send all queued messages. +</p><a NAME="E5GoogleMail.__loadToken" ID="E5GoogleMail.__loadToken"></a> +<h4>E5GoogleMail.__loadToken</h4> +<b>__loadToken</b>(<i></i>) +<p> + Private method to load a token from the token file. +</p><dl> +<dt>Returns:</dt> +<dd> +loaded token +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict or None +</dd> +</dl><a NAME="E5GoogleMail.__prepareMessage_v2" ID="E5GoogleMail.__prepareMessage_v2"></a> +<h4>E5GoogleMail.__prepareMessage_v2</h4> +<b>__prepareMessage_v2</b>(<i>message</i>) +<p> + Private method to prepare the message for sending (Python2 Variant). +</p><dl> +<dt><i>message</i> (email.mime.text.MIMEBase)</dt> +<dd> +message to be prepared +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +prepared message dictionary +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl><a NAME="E5GoogleMail.__prepareMessage_v3" ID="E5GoogleMail.__prepareMessage_v3"></a> +<h4>E5GoogleMail.__prepareMessage_v3</h4> +<b>__prepareMessage_v3</b>(<i>message</i>) +<p> + Private method to prepare the message for sending (Python2 Variant). +</p><dl> +<dt><i>message</i> (email.mime.text.MIMEBase)</dt> +<dd> +message to be prepared +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +prepared message dictionary +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl><a NAME="E5GoogleMail.__processAuthorization" ID="E5GoogleMail.__processAuthorization"></a> +<h4>E5GoogleMail.__processAuthorization</h4> +<b>__processAuthorization</b>(<i>authCode</i>) +<p> + Private slot to process the received authorization code. +</p><dl> +<dt><i>authCode</i> (str)</dt> +<dd> +received authorization code +</dd> +</dl><a NAME="E5GoogleMail.__saveToken" ID="E5GoogleMail.__saveToken"></a> +<h4>E5GoogleMail.__saveToken</h4> +<b>__saveToken</b>(<i>token</i>) +<p> + Private method to save a token to the token file. +</p><dl> +<dt><i>token</i> (dict)</dt> +<dd> +token to be saved +</dd> +</dl><a NAME="E5GoogleMail.__startSession" ID="E5GoogleMail.__startSession"></a> +<h4>E5GoogleMail.__startSession</h4> +<b>__startSession</b>(<i></i>) +<p> + Private method to start an authorized session and optionally start the + authorization flow. +</p><a NAME="E5GoogleMail.sendMessage" ID="E5GoogleMail.sendMessage"></a> +<h4>E5GoogleMail.sendMessage</h4> +<b>sendMessage</b>(<i>message</i>) +<p> + Public method to send a message via Google Mail. +</p><dl> +<dt><i>message</i> (email.mime.text.MIMEBase)</dt> +<dd> +email message to be sent +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<a NAME="E5GoogleMailAuthBrowser" ID="E5GoogleMailAuthBrowser"></a> +<h2>E5GoogleMailAuthBrowser</h2> +<p> + Module function to get the Google credentials. +</p><p> + Class implementing a simple web browser to perform the OAuth2 + authentication process. +</p><dl> +<dt>Returns:</dt> +<dd> +Google Mail credentials +</dd> +</dl><h3>Signals</h3> +<dl> +<dt>approvalCodeReceived(str)</dt> +<dd> +emitted to indicate the receipt of the + approval code +</dd> +</dl> +<h3>Derived from</h3> +QDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#E5GoogleMailAuthBrowser.__init__">E5GoogleMailAuthBrowser</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#E5GoogleMailAuthBrowser.__pageLoadFinished">__pageLoadFinished</a></td> +<td>Private slot handling the loadFinished signal.</td> +</tr><tr> +<td><a href="#E5GoogleMailAuthBrowser.__titleChanged">__titleChanged</a></td> +<td>Private slot handling changes of the web page title.</td> +</tr><tr> +<td><a href="#E5GoogleMailAuthBrowser.load">load</a></td> +<td>Public method to start the authorization flow by loading the given URL.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="E5GoogleMailAuthBrowser.__init__" ID="E5GoogleMailAuthBrowser.__init__"></a> +<h4>E5GoogleMailAuthBrowser (Constructor)</h4> +<b>E5GoogleMailAuthBrowser</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="E5GoogleMailAuthBrowser.__pageLoadFinished" ID="E5GoogleMailAuthBrowser.__pageLoadFinished"></a> +<h4>E5GoogleMailAuthBrowser.__pageLoadFinished</h4> +<b>__pageLoadFinished</b>(<i></i>) +<p> + Private slot handling the loadFinished signal. +</p><a NAME="E5GoogleMailAuthBrowser.__titleChanged" ID="E5GoogleMailAuthBrowser.__titleChanged"></a> +<h4>E5GoogleMailAuthBrowser.__titleChanged</h4> +<b>__titleChanged</b>(<i>title</i>) +<p> + Private slot handling changes of the web page title. +</p><dl> +<dt><i>title</i> (str)</dt> +<dd> +web page title +</dd> +</dl><a NAME="E5GoogleMailAuthBrowser.load" ID="E5GoogleMailAuthBrowser.load"></a> +<h4>E5GoogleMailAuthBrowser.load</h4> +<b>load</b>(<i>url</i>) +<p> + Public method to start the authorization flow by loading the given URL. +</p><dl> +<dt><i>url</i> (str or QUrl)</dt> +<dd> +URL to be laoded +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="GoogleMailHelp" ID="GoogleMailHelp"></a> <h2>GoogleMailHelp</h2> @@ -72,105 +335,5 @@ </dd> </dl> <div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="GoogleMailSendMessage" ID="GoogleMailSendMessage"></a> -<h2>GoogleMailSendMessage</h2> -<b>GoogleMailSendMessage</b>(<i>message</i>) -<p> - Module function to send an email message via Google Mail. -</p><dl> -<dt><i>message</i> (email.mime.text.MIMEBase)</dt> -<dd> -email message to be sent -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -tuple containing a success flag and a result or error message -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -tuple of (bool, str) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="_prepareMessage_v2" ID="_prepareMessage_v2"></a> -<h2>_prepareMessage_v2</h2> -<b>_prepareMessage_v2</b>(<i>message</i>) -<p> - Module function to prepare the message for sending (Python2 Variant). -</p><dl> -<dt><i>message</i> (email.mime.text.MIMEBase)</dt> -<dd> -message to be prepared -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -prepared message dictionary -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="_prepareMessage_v3" ID="_prepareMessage_v3"></a> -<h2>_prepareMessage_v3</h2> -<b>_prepareMessage_v3</b>(<i>message</i>) -<p> - Module function to prepare the message for sending (Python2 Variant). -</p><dl> -<dt><i>message</i> (email.mime.text.MIMEBase)</dt> -<dd> -message to be prepared -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -prepared message dictionary -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -dict -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="getCredentials" ID="getCredentials"></a> -<h2>getCredentials</h2> -<b>getCredentials</b>(<i></i>) -<p> - Module function to get the Google credentials. -</p><dl> -<dt>Returns:</dt> -<dd> -Google Mail credentials -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> -<a NAME="isClientSecretFileAvailable" ID="isClientSecretFileAvailable"></a> -<h2>isClientSecretFileAvailable</h2> -<b>isClientSecretFileAvailable</b>(<i></i>) -<p> - Module function to check, if the client secret file has been installed. -</p><dl> -<dt>Returns:</dt> -<dd> -flag indicating, that the credentials file is there -</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/Documentation/Source/eric6.PipInterface.Pip.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.PipInterface.Pip.html Sat Mar 02 17:33:58 2019 +0100 @@ -355,7 +355,7 @@ </dd> </dl><a NAME="Pip.installPackages" ID="Pip.installPackages"></a> <h4>Pip.installPackages</h4> -<b>installPackages</b>(<i>packages, venvName, userSite=False</i>) +<b>installPackages</b>(<i>packages, venvName="", userSite=False, interpreter=""</i>) <p> Public method to install the given list of packages. </p><dl> @@ -369,6 +369,9 @@ <dd> flag indicating an install to the user install directory +</dd><dt><i>interpreter</i> (str)</dt> +<dd> +interpreter to be used for execution </dd> </dl><a NAME="Pip.installPip" ID="Pip.installPip"></a> <h4>Pip.installPip</h4>
--- a/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Sat Mar 02 17:33:58 2019 +0100 @@ -235,11 +235,14 @@ </table> <a NAME="PipPackagesWidget.__init__" ID="PipPackagesWidget.__init__"></a> <h4>PipPackagesWidget (Constructor)</h4> -<b>PipPackagesWidget</b>(<i>parent=None</i>) +<b>PipPackagesWidget</b>(<i>pip, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i> (QWidget)</dt> +<dt><i>pip</i> (Pip)</dt> +<dd> +reference to the global pip interface +</dd><dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd>
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.EmailPage.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.EmailPage.html Sat Mar 02 17:33:58 2019 +0100 @@ -63,15 +63,24 @@ <td><a href="#EmailPage.__init__">EmailPage</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#EmailPage.__checkGoogleMail">__checkGoogleMail</a></td> +<td>Private method to check the Google Mail availability and set the widgets accordingly.</td> +</tr><tr> <td><a href="#EmailPage.__updatePortSpin">__updatePortSpin</a></td> <td>Private slot to set the value of the port spin box depending upon the selected encryption method.</td> </tr><tr> <td><a href="#EmailPage.__updateTestButton">__updateTestButton</a></td> <td>Private slot to update the enabled state of the test button.</td> </tr><tr> +<td><a href="#EmailPage.on_googleCheckAgainButton_clicked">on_googleCheckAgainButton_clicked</a></td> +<td>Private slot to check again the availability of Google Mail.</td> +</tr><tr> <td><a href="#EmailPage.on_googleHelpButton_clicked">on_googleHelpButton_clicked</a></td> <td>Private slot to show some help text "how to turn on the Gmail API".</td> </tr><tr> +<td><a href="#EmailPage.on_googleInstallButton_clicked">on_googleInstallButton_clicked</a></td> +<td>Private slot to install the required packages for use of Google Mail.</td> +</tr><tr> <td><a href="#EmailPage.on_mailAuthenticationGroup_toggled">on_mailAuthenticationGroup_toggled</a></td> <td>Private slot to handle a change of the state of the authentication group.</td> </tr><tr> @@ -109,6 +118,12 @@ <b>EmailPage</b>(<i></i>) <p> Constructor +</p><a NAME="EmailPage.__checkGoogleMail" ID="EmailPage.__checkGoogleMail"></a> +<h4>EmailPage.__checkGoogleMail</h4> +<b>__checkGoogleMail</b>(<i></i>) +<p> + Private method to check the Google Mail availability and set the + widgets accordingly. </p><a NAME="EmailPage.__updatePortSpin" ID="EmailPage.__updatePortSpin"></a> <h4>EmailPage.__updatePortSpin</h4> <b>__updatePortSpin</b>(<i></i>) @@ -120,11 +135,21 @@ <b>__updateTestButton</b>(<i></i>) <p> Private slot to update the enabled state of the test button. +</p><a NAME="EmailPage.on_googleCheckAgainButton_clicked" ID="EmailPage.on_googleCheckAgainButton_clicked"></a> +<h4>EmailPage.on_googleCheckAgainButton_clicked</h4> +<b>on_googleCheckAgainButton_clicked</b>(<i></i>) +<p> + Private slot to check again the availability of Google Mail. </p><a NAME="EmailPage.on_googleHelpButton_clicked" ID="EmailPage.on_googleHelpButton_clicked"></a> <h4>EmailPage.on_googleHelpButton_clicked</h4> <b>on_googleHelpButton_clicked</b>(<i></i>) <p> Private slot to show some help text "how to turn on the Gmail API". +</p><a NAME="EmailPage.on_googleInstallButton_clicked" ID="EmailPage.on_googleInstallButton_clicked"></a> +<h4>EmailPage.on_googleInstallButton_clicked</h4> +<b>on_googleInstallButton_clicked</b>(<i></i>) +<p> + Private slot to install the required packages for use of Google Mail. </p><a NAME="EmailPage.on_mailAuthenticationGroup_toggled" ID="EmailPage.on_mailAuthenticationGroup_toggled"></a> <h4>EmailPage.on_mailAuthenticationGroup_toggled</h4> <b>on_mailAuthenticationGroup_toggled</b>(<i>checked</i>)
--- a/Documentation/Source/eric6.UI.EmailDialog.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/eric6.UI.EmailDialog.html Sat Mar 02 17:33:58 2019 +0100 @@ -69,12 +69,18 @@ <td><a href="#EmailDialog.__createSimpleMail">__createSimpleMail</a></td> <td>Private method to create a simple mail message.</td> </tr><tr> +<td><a href="#EmailDialog.__deleteAttachedFiles">__deleteAttachedFiles</a></td> +<td>Private method to delete attached files.</td> +</tr><tr> <td><a href="#EmailDialog.__encodedHeader">__encodedHeader</a></td> <td>Private method to create a correctly encoded mail header.</td> </tr><tr> <td><a href="#EmailDialog.__encodedText">__encodedText</a></td> <td>Private method to create a MIMEText message with correct encoding.</td> </tr><tr> +<td><a href="#EmailDialog.__gmailSendResult">__gmailSendResult</a></td> +<td>Private slot handling the send result reported by the Google Mail interface.</td> +</tr><tr> <td><a href="#EmailDialog.__sendmail">__sendmail</a></td> <td>Private method to actually send the message.</td> </tr><tr> @@ -159,7 +165,12 @@ <dd> email.mime.text.MIMEText </dd> -</dl><a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a> +</dl><a NAME="EmailDialog.__deleteAttachedFiles" ID="EmailDialog.__deleteAttachedFiles"></a> +<h4>EmailDialog.__deleteAttachedFiles</h4> +<b>__deleteAttachedFiles</b>(<i></i>) +<p> + Private method to delete attached files. +</p><a NAME="EmailDialog.__encodedHeader" ID="EmailDialog.__encodedHeader"></a> <h4>EmailDialog.__encodedHeader</h4> <b>__encodedHeader</b>(<i>txt</i>) <p> @@ -189,6 +200,20 @@ <dd> MIMEText object </dd> +</dl><a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a> +<h4>EmailDialog.__gmailSendResult</h4> +<b>__gmailSendResult</b>(<i>ok, message</i>) +<p> + Private slot handling the send result reported by the Google Mail + interface. +</p><dl> +<dt><i>ok</i> (bool)</dt> +<dd> +flag indicating success +</dd><dt><i>message</i> (str)</dt> +<dd> +message from the interface +</dd> </dl><a NAME="EmailDialog.__sendmail" ID="EmailDialog.__sendmail"></a> <h4>EmailDialog.__sendmail</h4> <b>__sendmail</b>(<i>msg</i>) @@ -214,16 +239,6 @@ <dd> email message to be sent </dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -flag indicating success -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> </dl><a NAME="EmailDialog.attachFile" ID="EmailDialog.attachFile"></a> <h4>EmailDialog.attachFile</h4> <b>attachFile</b>(<i>fname, deleteFile</i>)
--- a/Documentation/Source/index-eric6.E5Network.html Sat Mar 02 11:12:25 2019 +0100 +++ b/Documentation/Source/index-eric6.E5Network.html Sat Mar 02 17:33:58 2019 +0100 @@ -41,6 +41,9 @@ <td><a href="eric6.E5Network.E5GoogleMail.html">E5GoogleMail</a></td> <td>Module implementing a dialog to send bug reports.</td> </tr><tr> +<td><a href="eric6.E5Network.E5GoogleMailHelpers.html">E5GoogleMailHelpers</a></td> +<td>Module implementing some helpers for Google mail.</td> +</tr><tr> <td><a href="eric6.E5Network.E5NetworkHeaderDetailsDialog.html">E5NetworkHeaderDetailsDialog</a></td> <td>Module implementing a dialog to show the data of a response or reply header.</td> </tr><tr>
--- a/E5Network/E5GoogleMail.py Sat Mar 02 11:12:25 2019 +0100 +++ b/E5Network/E5GoogleMail.py Sat Mar 02 17:33:58 2019 +0100 @@ -16,125 +16,346 @@ import os import sys import base64 -import pickle +import json +import datetime from googleapiclient import discovery -from google_auth_oauthlib.flow import InstalledAppFlow -from google.auth.transport.requests import Request +from google.oauth2.credentials import Credentials +from requests_oauthlib import OAuth2Session -from PyQt5.QtCore import QCoreApplication +from PyQt5.QtCore import pyqtSlot, pyqtSignal, QObject, QUrl +from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout + +from E5Gui.E5TextInputDialog import E5TextInputDialog import Globals - -SCOPES = 'https://www.googleapis.com/auth/gmail.send' -CLIENT_SECRET_FILE = 'eric_client_secret.json' -CREDENTIALS_FILE = 'eric-python-email-send.pickle' -APPLICATION_NAME = 'Eric Python Send Email' +from .E5GoogleMailHelpers import CLIENT_SECRET_FILE, SCOPES, TOKEN_FILE, \ + APPLICATION_NAME -def isClientSecretFileAvailable(): - """ - Module function to check, if the client secret file has been installed. - - @return flag indicating, that the credentials file is there - @rtype bool - """ - return os.path.exists( - os.path.join(Globals.getConfigDir(), CLIENT_SECRET_FILE)) - - -def getCredentials(): +class E5GoogleMailAuthBrowser(QDialog): """ Module function to get the Google credentials. + Class implementing a simple web browser to perform the OAuth2 + authentication process. + @return Google Mail credentials + @signal approvalCodeReceived(str) emitted to indicate the receipt of the + approval code """ - homeDir = os.path.expanduser('~') - credentialsDir = os.path.join(homeDir, '.credentials') - if not os.path.exists(credentialsDir): - os.makedirs(credentialsDir) - credentialsPath = os.path.join(credentialsDir, CREDENTIALS_FILE) - - credentials = None - # The file eric-python-email-send.pickle stores the user's access and - # refresh tokens, and is created automatically when the authorization - # flow completes for the first time. - if os.path.exists(credentialsPath): - with open(credentialsPath, 'rb') as token: - credentials = pickle.load(token) - # If there are no (valid) credentials available, let the user log in. - if not credentials or not credentials.valid: - if credentials and credentials.expired and credentials.refresh_token: - credentials.refresh(Request()) - else: - flow = InstalledAppFlow.from_client_secrets_file( - os.path.join(Globals.getConfigDir(), CLIENT_SECRET_FILE), - SCOPES) - credentials = flow.run_local_server() - # Save the credentials for the next run - with open(credentialsPath, 'wb') as credentialsFile: - pickle.dump(credentials, credentialsFile) - return credentials + approvalCodeReceived = pyqtSignal(str) + + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent widget + @type QWidget + """ + super(E5GoogleMailAuthBrowser, self).__init__(parent) + + self.__layout = QVBoxLayout(self) + + try: + from PyQt5.QtWebEngineWidgets import QWebEngineView + self.__browser = QWebEngineView(self) + self.__browser.titleChanged.connect(self.__titleChanged) + self.__browser.loadFinished.connect(self.__pageLoadFinished) + except ImportError: + from PyQt5.QtWebKitWidgets import QWebView + self.__browser = QWebView(self) + self.__browser.titleChanged.connect(self.__titleChanged) + self.__browser.loadFinished.connect(self.__pageLoadFinished) + self.__layout.addWidget(self.__browser) + + self.__buttonBox = QDialogButtonBox(QDialogButtonBox.Close) + self.__buttonBox.rejected.connect(self.reject) + self.__layout.addWidget(self.__buttonBox) + + self.resize(600, 700) + + @pyqtSlot(str) + def __titleChanged(self, title): + """ + Private slot handling changes of the web page title. + + @param title web page title + @type str + """ + self.setWindowTitle(title) + + @pyqtSlot() + def __pageLoadFinished(self): + """ + Private slot handling the loadFinished signal. + """ + url = self.__browser.url() + if url.toString().startswith( + "https://accounts.google.com/o/oauth2/approval/v2"): + if Globals.qVersionTuple() >= (5, 0, 0): + from PyQt5.QtCore import QUrlQuery + urlQuery = QUrlQuery(url) + approvalCode = urlQuery.queryItemValue( + "approvalCode", QUrl.FullyDecoded) + else: + approvalCode = QUrl.fromPercentEncoding( + url.encodedQueryItemValue(b"approvalCode")) + if approvalCode: + self.approvalCodeReceived.emit(approvalCode) + self.close() + + def load(self, url): + """ + Public method to start the authorization flow by loading the given URL. + + @param url URL to be laoded + @type str or QUrl + """ + self.__browser.setUrl(QUrl(url)) -def GoogleMailSendMessage(message): +class E5GoogleMail(QObject): """ - Module function to send an email message via Google Mail. + Class implementing the logic to send emails via Google Mail. - @param message email message to be sent - @type email.mime.text.MIMEBase - @return tuple containing a success flag and a result or error message - @rtype tuple of (bool, str) + @signal sendResult(bool, str) emitted to indicate the transmission result + and a result message """ - # check for secrets file first - if not os.path.exists(os.path.join(Globals.getConfigDir(), - CLIENT_SECRET_FILE)): - return False, QCoreApplication.translate( - "GoogleMailSendMessage", - "The credentials file is not present. Has the Gmail API" - " been enabled?") + sendResult = pyqtSignal(bool, str) + + def __init__(self, parent=None): + """ + Constructor + + @param parent reference to the parent object + @type QObject + """ + super(E5GoogleMail, self).__init__(parent=parent) + + self.__messages = [] + + self.__session = None + self.__clientConfig = {} + + self.__browser = None + + def sendMessage(self, message): + """ + Public method to send a message via Google Mail. + + @param message email message to be sent + @type email.mime.text.MIMEBase + """ + self.__messages.append(message) + + if not self.__session: + self.__startSession() + else: + self.__doSendMessages() + + def __prepareMessage_v2(self, message): + """ + Private method to prepare the message for sending (Python2 Variant). + + @param message message to be prepared + @type email.mime.text.MIMEBase + @return prepared message dictionary + @rtype dict + """ + raw = base64.urlsafe_b64encode(message.as_string()) + return {'raw': raw} + + def __prepareMessage_v3(self, message): + """ + Private method to prepare the message for sending (Python2 Variant). + + @param message message to be prepared + @type email.mime.text.MIMEBase + @return prepared message dictionary + @rtype dict + """ + messageAsBase64 = base64.urlsafe_b64encode(message.as_bytes()) + raw = messageAsBase64.decode() + return {'raw': raw} - try: - credentials = getCredentials() - service = discovery.build('gmail', 'v1', credentials=credentials) - if sys.version_info[0] == 2: - message1 = _prepareMessage_v2(message) + def __startSession(self): + """ + Private method to start an authorized session and optionally start the + authorization flow. + """ + # check for availability of secrets file + if not os.path.exists(os.path.join(Globals.getConfigDir(), + CLIENT_SECRET_FILE)): + self.sendResult.emit( + False, + self.tr("The client secrets file is not present. Has the Gmail" + " API been enabled?") + ) + return + + with open(os.path.join(Globals.getConfigDir(), CLIENT_SECRET_FILE), + "r") as clientSecret: + clientData = json.load(clientSecret) + self.__clientConfig = clientData['installed'] + token = self.__loadToken() + if token is None: + # no valid OAuth2 token available + self.__session = OAuth2Session( + self.__clientConfig['client_id'], + scope=SCOPES, + redirect_uri=self.__clientConfig['redirect_uris'][0] + ) + authorizationUrl, _ = self.__session.authorization_url( + self.__clientConfig['auth_uri'], + access_type="offline", + prompt="select_account" + ) + if self.__browser is None: + try: + self.__browser = E5GoogleMailAuthBrowser() + self.__browser.approvalCodeReceived.connect( + self.__processAuthorization) + except ImportError: + pass + if self.__browser: + self.__browser.show() + self.__browser.load(QUrl(authorizationUrl)) + else: + from PyQt5.QtGui import QDesktopServices + QDesktopServices.openUrl(QUrl(authorizationUrl)) + ok, authCode = E5TextInputDialog.getText( + None, + self.tr("OAuth2 Authorization Code"), + self.tr("Enter the OAuth2 authorization code:")) + if ok and authCode: + self.__processAuthorization(authCode) + else: + self.__session = None else: - message1 = _prepareMessage_v3(message) - result = service.users().messages()\ - .send(userId="me", body=message1).execute() + self.__session = OAuth2Session( + self.__clientConfig['client_id'], + scope=SCOPES, + redirect_uri=self.__clientConfig['redirect_uris'][0], + token=token, + auto_refresh_kwargs={ + 'client_id': self.__clientConfig['client_id'], + 'client_secret': self.__clientConfig['client_secret'], + }, + auto_refresh_url=self.__clientConfig['token_uri'], + token_updater=self.__saveToken) + self.__doSendMessages() + + @pyqtSlot(str) + def __processAuthorization(self, authCode): + """ + Private slot to process the received authorization code. + + @param authCode received authorization code + @type str + """ + self.__session.fetch_token( + self.__clientConfig['token_uri'], + client_secret=self.__clientConfig['client_secret'], + code=authCode) + self.__saveToken(self.__session.token) + + # authorization completed; now send all queued messages + self.__doSendMessages() + + def __doSendMessages(self): + """ + Private method to send all queued messages. + """ + if not self.__session: + self.sendResult.emit( + False, + self.tr("No authorized session available.") + ) + return + + try: + results = [] + credentials = self.__credentialsFromSession() + service = discovery.build('gmail', 'v1', credentials=credentials, + cache_discovery=False) + count = 0 + while self.__messages: + count += 1 + message = self.__messages.pop(0) + if sys.version_info[0] == 2: + message1 = self.__prepareMessage_v2(message) + else: + message1 = self.__prepareMessage_v3(message) + service.users().messages()\ + .send(userId="me", body=message1).execute() + results.append(self.tr("Message #{0} sent.").format(count)) - return True, result - except Exception as error: - return False, str(error) - - -def _prepareMessage_v2(message): - """ - Module function to prepare the message for sending (Python2 Variant). + self.sendResult.emit(True, "\n\n".join(results)) + except Exception as error: + self.sendResult.emit(False, str(error)) + + def __loadToken(self): + """ + Private method to load a token from the token file. + + @return loaded token + @rtype dict or None + """ + homeDir = os.path.expanduser('~') + credentialsDir = os.path.join(homeDir, '.credentials') + if not os.path.exists(credentialsDir): + os.makedirs(credentialsDir) + tokenPath = os.path.join(credentialsDir, TOKEN_FILE) + + if os.path.exists(tokenPath): + with open(tokenPath, "r") as tokenFile: + return json.load(tokenFile) + else: + return None - @param message message to be prepared - @type email.mime.text.MIMEBase - @return prepared message dictionary - @rtype dict - """ - raw = base64.urlsafe_b64encode(message.as_string()) - return {'raw': raw} - - -def _prepareMessage_v3(message): - """ - Module function to prepare the message for sending (Python2 Variant). + def __saveToken(self, token): + """ + Private method to save a token to the token file. + + @param token token to be saved + @type dict + """ + homeDir = os.path.expanduser('~') + credentialsDir = os.path.join(homeDir, '.credentials') + if not os.path.exists(credentialsDir): + os.makedirs(credentialsDir) + tokenPath = os.path.join(credentialsDir, TOKEN_FILE) + + with open(tokenPath, "w") as tokenFile: + json.dump(token, tokenFile) - @param message message to be prepared - @type email.mime.text.MIMEBase - @return prepared message dictionary - @rtype dict - """ - messageAsBase64 = base64.urlsafe_b64encode(message.as_bytes()) - raw = messageAsBase64.decode() - return {'raw': raw} + def __credentialsFromSession(self): + """ + Private method to create a credentials object. + + @return created credentials object + @rtype google.oauth2.credentials.Credentials + """ + credentials = None + + if self.__clientConfig and self.__session: + token = self.__session.token + if token: + credentials = Credentials( + token['access_token'], + refresh_token=token.get('refresh_token'), + id_token=token.get('id_token'), + token_uri=self.__clientConfig['token_uri'], + client_id=self.__clientConfig['client_id'], + client_secret=self.__clientConfig['client_secret'], + scopes=SCOPES + ) + credentials.expiry = datetime.datetime.fromtimestamp( + token['expires_at']) + + return credentials def GoogleMailHelp():
--- a/PipInterface/Pip.py Sat Mar 02 11:12:25 2019 +0100 +++ b/PipInterface/Pip.py Sat Mar 02 17:33:58 2019 +0100 @@ -343,7 +343,8 @@ dia.exec_() return res - def installPackages(self, packages, venvName, userSite=False): + def installPackages(self, packages, venvName="", userSite=False, + interpreter=""): """ Public method to install the given list of packages. @@ -354,12 +355,15 @@ @param userSite flag indicating an install to the user install directory @type bool + @param interpreter interpreter to be used for execution + @type str """ if venvName: interpreter = self.getVirtualenvInterpreter(venvName) if not interpreter: return - + + if interpreter: if Preferences.getPip("PipSearchIndex"): indexUrl = Preferences.getPip("PipSearchIndex") + "/simple" args = ["-m", "pip", "install", "--index-url", indexUrl]
--- a/PipInterface/PipPackagesWidget.py Sat Mar 02 11:12:25 2019 +0100 +++ b/PipInterface/PipPackagesWidget.py Sat Mar 02 17:33:58 2019 +0100 @@ -26,8 +26,6 @@ import UI.PixmapCache -from .Pip import Pip - class PipPackagesWidget(QWidget, Ui_PipPackagesWidget): """ @@ -47,10 +45,12 @@ } SearchVersionRole = Qt.UserRole + 1 - def __init__(self, parent=None): + def __init__(self, pip, parent=None): """ Constructor + @param pip reference to the global pip interface + @type Pip @param parent reference to the parent widget @type QWidget """ @@ -78,7 +78,7 @@ self.installUserSiteButton.setIcon(UI.PixmapCache.getIcon("addUser")) self.showDetailsButton.setIcon(UI.PixmapCache.getIcon("info")) - self.__pip = Pip(self) + self.__pip = pip self.__client = E5XmlRpcClient(self.__pip.getIndexUrlXml(), self) self.packagesList.header().setSortIndicator(0, Qt.AscendingOrder)
--- a/Preferences/ConfigurationPages/EmailPage.py Sat Mar 02 11:12:25 2019 +0100 +++ b/Preferences/ConfigurationPages/EmailPage.py Sat Mar 02 17:33:58 2019 +0100 @@ -11,12 +11,16 @@ import smtplib import socket +import sys from PyQt5.QtCore import pyqtSlot, Qt from PyQt5.QtGui import QCursor from PyQt5.QtWidgets import QApplication from E5Gui import E5MessageBox +from E5Gui.E5Application import e5App + +from E5Network.E5GoogleMailHelpers import getInstallCommand, RequiredPackages from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EmailPage import Ui_EmailPage @@ -46,30 +50,7 @@ " ".join(pipPackages)) # set initial values - try: - import googleapiclient # __IGNORE_WARNING__ - self.googleMailCheckBox.setChecked( - Preferences.getUser("UseGoogleMailOAuth2")) - - from E5Network.E5GoogleMail import isClientSecretFileAvailable - if not isClientSecretFileAvailable(): - # credentials file is not installed - self.googleMailCheckBox.setChecked(False) - self.googleMailCheckBox.setEnabled(False) - self.googleMailInfoLabel.setText(self.tr( - "<p>The credentials file is not present. Has the Gmail API" - " been enabled?</p>")) - Preferences.setUser("UseGoogleMailOAuth2", False) - except ImportError: - # missing libraries, disable Google Mail - self.googleMailCheckBox.setChecked(False) - self.googleMailCheckBox.setEnabled(False) - self.googleMailInfoLabel.setText(self.tr( - "<p>The Google Mail Client API is not installed." - " Use <code>{0}</code> to install it.</p>") - .format(self.__pipCommand)) - self.googleHelpButton.setEnabled(False) - Preferences.setUser("UseGoogleMailOAuth2", False) + self.__checkGoogleMail() self.mailServerEdit.setText(Preferences.getUser("MailServer")) self.portSpin.setValue(Preferences.getUser("MailServerPort")) @@ -87,7 +68,7 @@ self.useSslButton.setChecked(True) else: self.noEncryptionButton.setChecked(True) - + def save(self): """ Public slot to save the Email configuration. @@ -290,10 +271,10 @@ from E5Network.E5GoogleMail import GoogleMailHelp helpStr = GoogleMailHelp() except ImportError: - helpStr = self.tr( - "<p>The Google Mail Client API is not installed." - " Use <code>{0}</code> to install it.</p>" - ).format(self.__pipCommand) + helpStr = self.tr( + "<p>The Google Mail Client API is not installed." + " Use <code>{0}</code> to install it.</p>" + ).format(getInstallCommand()) from E5Gui.E5SimpleHelpDialog import E5SimpleHelpDialog self.__helpDialog = E5SimpleHelpDialog( @@ -301,6 +282,65 @@ helpStr=helpStr, parent=self) self.__helpDialog.show() + + @pyqtSlot() + def on_googleInstallButton_clicked(self): + """ + Private slot to install the required packages for use of Google Mail. + """ + pip = e5App().getObject("Pip") + pip.installPackages(RequiredPackages, interpreter=sys.executable) + self.__checkGoogleMail() + + @pyqtSlot() + def on_googleCheckAgainButton_clicked(self): + """ + Private slot to check again the availability of Google Mail. + """ + self.__checkGoogleMail() + + def __checkGoogleMail(self): + """ + Private method to check the Google Mail availability and set the + widgets accordingly. + """ + self.googleMailInfoLabel.hide() + self.googleInstallButton.show() + self.googleCheckAgainButton.show() + self.googleHelpButton.setEnabled(True) + self.googleMailCheckBox.setEnabled(True) + + try: + import E5Network.E5GoogleMail # __IGNORE_WARNING__ + from E5Network.E5GoogleMailHelpers import \ + isClientSecretFileAvailable + + self.googleInstallButton.hide() + if not isClientSecretFileAvailable(): + # secrets file is not installed + self.googleMailCheckBox.setChecked(False) + self.googleMailCheckBox.setEnabled(False) + self.googleMailInfoLabel.setText(self.tr( + "<p>The client secrets file is not present." + " Has the Gmail API been enabled?</p>")) + self.googleMailInfoLabel.show() + Preferences.setUser("UseGoogleMailOAuth2", False) + else: + self.googleMailCheckBox.setChecked( + Preferences.getUser("UseGoogleMailOAuth2")) + self.googleMailInfoLabel.hide() + self.googleCheckAgainButton.hide() + except ImportError: + # missing libraries, disable Google Mail + self.googleMailCheckBox.setChecked(False) + self.googleMailCheckBox.setEnabled(False) + self.googleMailInfoLabel.setText(self.tr( + "<p>The Google Mail Client API is not installed." + " Use <code>{0}</code> to install it.</p>" + ).format(getInstallCommand())) + self.googleMailInfoLabel.show() + self.googleHelpButton.setEnabled(False) + Preferences.setUser("UseGoogleMailOAuth2", False) def create(dlg):
--- a/Preferences/ConfigurationPages/EmailPage.ui Sat Mar 02 11:12:25 2019 +0100 +++ b/Preferences/ConfigurationPages/EmailPage.ui Sat Mar 02 17:33:58 2019 +0100 @@ -46,9 +46,6 @@ </item> <item> <widget class="QLabel" name="googleMailInfoLabel"> - <property name="text"> - <string><b>Note:</b> Google Mail using plain SMTP should be configured below.</string> - </property> <property name="wordWrap"> <bool>true</bool> </property> @@ -67,7 +64,7 @@ </widget> </item> <item> - <spacer name="horizontalSpacer_2"> + <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> @@ -79,6 +76,26 @@ </property> </spacer> </item> + <item> + <widget class="QPushButton" name="googleInstallButton"> + <property name="toolTip"> + <string>Press to install the required packages</string> + </property> + <property name="text"> + <string>Install Packages</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="googleCheckAgainButton"> + <property name="toolTip"> + <string>Press to check the availability again</string> + </property> + <property name="text"> + <string>Check Again</string> + </property> + </widget> + </item> </layout> </item> </layout> @@ -321,6 +338,9 @@ </widget> <tabstops> <tabstop>googleMailCheckBox</tabstop> + <tabstop>googleHelpButton</tabstop> + <tabstop>googleInstallButton</tabstop> + <tabstop>googleCheckAgainButton</tabstop> <tabstop>mailServerEdit</tabstop> <tabstop>noEncryptionButton</tabstop> <tabstop>useSslButton</tabstop>
--- a/UI/EmailDialog.py Sat Mar 02 11:12:25 2019 +0100 +++ b/UI/EmailDialog.py Sat Mar 02 17:33:58 2019 +0100 @@ -60,6 +60,7 @@ encoders.encode_base64 = _encode_base64 # WORK AROUND: implement our corrected encoder +# TODO: check, if this work-around is still needed class EmailDialog(QDialog, Ui_EmailDialog): @@ -123,6 +124,7 @@ self.__deleteFiles = [] self.__helpDialog = None + self.__googleMail = None def keyPressEvent(self, ev): """ @@ -170,10 +172,11 @@ from E5Network.E5GoogleMail import GoogleMailHelp helpStr = GoogleMailHelp() except ImportError: + from E5Network.E5GoogleMailHelpers import getInstallCommand helpStr = self.tr( "<p>The Google Mail Client API is not installed." - " Use <code>pip install --upgrade google-api-python-client" - " google-auth-oauthlib</code> to install it.</p>") + " Use <code>{0}</code> to install it.</p>" + ).format(getInstallCommand()) from E5Gui.E5SimpleHelpDialog import E5SimpleHelpDialog self.__helpDialog = E5SimpleHelpDialog( @@ -193,18 +196,23 @@ msg = self.__createSimpleMail() if Preferences.getUser("UseGoogleMailOAuth2"): - ok = self.__sendmailGoogle(msg) + self.__sendmailGoogle(msg) else: ok = self.__sendmail(msg.as_string()) - - if ok: - for f in self.__deleteFiles: - try: - os.remove(f) - except OSError: - pass - self.accept() - + if ok: + self.__deleteAttachedFiles() + self.accept() + + def __deleteAttachedFiles(self): + """ + Private method to delete attached files. + """ + for f in self.__deleteFiles: + try: + os.remove(f) + except OSError: + pass + def __encodedText(self, txt): """ Private method to create a MIMEText message with correct encoding. @@ -401,25 +409,38 @@ @param msg email message to be sent @type email.mime.text.MIMEBase - @return flag indicating success - @rtype bool + """ + from E5Network.E5GoogleMail import E5GoogleMail + + if self.__googleMail is None: + self.__googleMail = E5GoogleMail(self) + self.__googleMail.sendResult.connect(self.__gmailSendResult) + + self.__googleMail.sendMessage(msg) + + @pyqtSlot(bool, str) + def __gmailSendResult(self, ok, message): """ - from E5Network.E5GoogleMail import GoogleMailSendMessage - QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) - QApplication.processEvents() - ok, result = GoogleMailSendMessage(msg) - QApplication.restoreOverrideCursor() - if not ok: + Private slot handling the send result reported by the Google Mail + interface. + + @param ok flag indicating success + @type bool + @param message message from the interface + @type str + """ + if ok: + self.__deleteAttachedFiles() + self.accept() + else: # we got an error E5MessageBox.critical( self, - self.tr("Send Message"), + self.tr("Send Message via Gmail"), self.tr( """<p>Message could not be sent.<br>Reason: {0}</p>""") - .format(result) + .format(message) ) - - return ok @pyqtSlot() def on_addButton_clicked(self):
--- a/UI/UserInterface.py Sat Mar 02 11:12:25 2019 +0100 +++ b/UI/UserInterface.py Sat Mar 02 17:33:58 2019 +0100 @@ -236,6 +236,11 @@ self.condaInterface = Conda(self) e5App().registerObject("Conda", self.condaInterface) + # Generate the pip interface + from PipInterface.Pip import Pip + self.pipInterface = Pip(self) + e5App().registerObject("Pip", self.pipInterface) + # Generate the virtual environment manager from VirtualEnv.VirtualenvManager import VirtualenvManager self.virtualenvManager = VirtualenvManager(self) @@ -844,7 +849,7 @@ # Create the PyPI package manager logging.debug("Creating PyPI Package Manager...") from PipInterface.PipPackagesWidget import PipPackagesWidget - self.pipWidget = PipPackagesWidget() + self.pipWidget = PipPackagesWidget(self.pipInterface) self.rToolbox.addItem(self.pipWidget, UI.PixmapCache.getIcon("pypi"), self.tr("PyPI")) @@ -1003,7 +1008,7 @@ # Create the PyPI package manager logging.debug("Creating PyPI Package Manager...") from PipInterface.PipPackagesWidget import PipPackagesWidget - self.pipWidget = PipPackagesWidget() + self.pipWidget = PipPackagesWidget(self.pipInterface) self.rightSidebar.addTab( self.pipWidget, UI.PixmapCache.getIcon("pypi"), self.tr("PyPI"))
--- a/changelog Sat Mar 02 11:12:25 2019 +0100 +++ b/changelog Sat Mar 02 17:33:58 2019 +0100 @@ -1,5 +1,10 @@ Change Log ---------- +Version 19.04: +- bug fixes +- Email + -- changed the Google Mail interface to not use obsoleted packages anymore + Version 19.03: - bug fixes - Conda Interface
--- a/eric6.e4p Sat Mar 02 11:12:25 2019 +0100 +++ b/eric6.e4p Sat Mar 02 17:33:58 2019 +0100 @@ -162,6 +162,7 @@ <Source>E5Gui/__init__.py</Source> <Source>E5Network/E5Ftp.py</Source> <Source>E5Network/E5GoogleMail.py</Source> + <Source>E5Network/E5GoogleMailHelpers.py</Source> <Source>E5Network/E5NetworkHeaderDetailsDialog.py</Source> <Source>E5Network/E5NetworkIcon.py</Source> <Source>E5Network/E5NetworkMonitor.py</Source>
--- a/i18n/eric6_cs.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_cs.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9246,6 +9246,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15419,32 +15447,32 @@ <translation>Typ</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Odeslat</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Zavřít dialog</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Opravdu chcete zavřít dialog?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Heslo mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Zadejte heslo vašeho mail serveru</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Připojit soubor</translation> </message> @@ -15459,50 +15487,55 @@ <translation>Přílohy</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Zadejte níže váš &požadavek na vlastnost. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Zadejte níže popis &problému. Informace o verzi bude přidána automaticky.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Autentizace selhala.<br>Důvod: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Zprávu nelze odeslat.<br>Důvod: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15512,132 +15545,132 @@ <translation><b>Konfigurovat email</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> <source>Enter your password for accessing the mail server</source> <translation>Zadejte vaše heslo pro přístup na mail server</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Zadejte vaše přihlašovací jméno na mail server</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> <source>Signature:</source> <translation>Podpis:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Zadejte adresu vašeho mail serveru</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Email adresa:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> + <source>Enter your email signature</source> + <translation>Zadejte váš email podpis</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> - <source>Enter your email signature</source> - <translation>Zadejte váš email podpis</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> <source>Enter your email address</source> <translation>Zadejte vaši emailovou adresu</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Výběr autentizace proti mail serveru</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Mail server požaduje autentizaci</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Přihlašovací jméno:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Password:</source> <translation>Heslo:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Vybrat pro použití TLS</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> + <source>Enter the port of the mail server</source> + <translation>Zadejte port mail serveru</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation>Odchozí mail server (SMTP):</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> + <source>Press to test the login data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> + <source>Test Login</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source>Login Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> + <source>The login test succeeded.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source><p>The login test failed.<br>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> + <source>Encryption Method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> + <source>Select to use no encryption</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> + <source>Select to use SSL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> + <source>SSL</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> - <source>Enter the port of the mail server</source> - <translation>Zadejte port mail serveru</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation>Odchozí mail server (SMTP):</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> - <source>Press to test the login data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> - <source>Test Login</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source>Login Test</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> - <source>The login test succeeded.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source><p>The login test failed.<br>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> - <source>Encryption Method:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> - <source>Select to use no encryption</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> - <source>None</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> - <source>Select to use SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> - <source>SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">Port:</translation> </message> @@ -15652,40 +15685,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25174,11 +25222,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48614,7 +48657,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48624,7 +48667,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48649,17 +48692,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -75146,2294 +75189,2294 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Generování hlavního uživatelského rozhraní...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Nastavení připojení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Inicializace nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Registrování objektů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Inicializace akcí...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Inicializace menu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Inicializace nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Inicializace statusbaru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Inicializace jednouživatelského aplikačního serveru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Editační profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Aktivovat profil editace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Aktivovat debugovací profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>Prohlížeč &projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <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="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Zobrazit &verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Zobrazit informace o verzích</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <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="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Zjistit aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Reportovat &Bugy...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Reportovat bug</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Reportovat &Bugy...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Reportovat bug</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <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="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>&Unittest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>&Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Otevřít dialog unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation>Restart unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>&Restart unittestu...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>&Restart unittestu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Restart posledního unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <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="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Unittest &Script...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Unittest &Script...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Spustit unittest s aktuálním skriptem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <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="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>Unittest &Projekt...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>Unittest &Projekt...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Spustit unittest s aktuálním projektem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <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="2073"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>&UI Previewer...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>&UI Previewer...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Spustit UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <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="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Náhled &překladů...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Náhled &překladů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Spustit Previewer překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <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="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Porovnat dva soubory</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <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="2118"/> - <source>Compare two files</source> - <translation>Porovnat dva soubory</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <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="2113"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>Na&stavení...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>Na&stavení...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Nastavení konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <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="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Obnovit API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Obnovit &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Obnovit API nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <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="2286"/> - <source>View Profiles</source> - <translation>Profily pohledů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>Profily &pohledů...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>View Profiles</source> + <translation>Profily pohledů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>Profily &pohledů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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="2318"/> - <source>Keyboard Shortcuts</source> - <translation>Klávesové zkratky</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>Klávesové &zkratky...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard Shortcuts</source> + <translation>Klávesové zkratky</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>Klávesové &zkratky...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <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="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exportovat klávesové zkratky...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exportovat klávesové zkratky...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Export klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <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="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Import klávesových zkratek...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Import klávesových zkratek...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <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="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Qt&4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Otevřít Qt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2918"/> + <source>&Help</source> + <translation>&Nápověda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>Nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>Nastavení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>Nápověda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>Profily</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3380"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Čísla verzí</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7003"/> + <source></table></source> + <translation></table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3439"/> + <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="3805"/> + <source>Configure Tool Groups ...</source> + <translation>Konfigurace Skupin nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3809"/> + <source>Configure current Tool Group ...</source> + <translation>Konfigurace aktuální skupiny nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3760"/> + <source>&Builtin Tools</source> + <translation>&Vestavěné nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4558"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4942"/> + <source>Problem</source> + <translation>Problém</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5131"/> + <source>Process Generation Error</source> + <translation>Chyba v procesu generování</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <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="4850"/> + <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="5610"/> + <source>Documentation Missing</source> + <translation>Dokumentace chybí</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5593"/> + <source>Documentation</source> + <translation>Dokumentace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5416"/> + <source><p>The PyQt4 documentation starting point has not been configured.</p></source> + <translation type="unfinished"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6207"/> + <source>Save tasks</source> + <translation>Uložit úlohy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6236"/> + <source>Read tasks</source> + <translation>Načíst úlohy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6597"/> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6965"/> + <source>Error during updates check</source> + <translation>Chyba během zjišťování aktualizací</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6945"/> + <source>Update available</source> + <translation>Byla nalezena aktualizace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Zobrazit externí nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2275"/> + <source>Show external &tools</source> + <translation>Zobrazit externí nás&troje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6965"/> + <source>Could not perform updates check.</source> + <translation>Kontrolu updatů nelze provést.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6778"/> + <source>&Cancel</source> + <translation>&Zrušit</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7040"/> + <source>First time usage</source> + <translation>Spuštěno poprvé</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="269"/> + <source>Initializing Plugin Manager...</source> + <translation>Inicializace Plugin manažera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2904"/> + <source>P&lugins</source> + <translation>P&luginy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> + <source>Plugins</source> + <translation>Pluginy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Plugin Infa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Zobrazit Plugin infa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> + <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="2454"/> + <source>&Plugin Infos...</source> + <translation>&Plugin Infa...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3777"/> + <source>&Plugin Tools</source> + <translation>&Plugin nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Odinstalovat plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2480"/> + <source>&Uninstall Plugin...</source> + <translation>&Odinstalovat plugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2486"/> + <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="3925"/> + <source>&Show all</source> + <translation>&Zobrazit vše</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3927"/> + <source>&Hide all</source> + <translation>&Skrýt vše</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="658"/> + <source>Activating Plugins...</source> + <translation>Aktivace pluginů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> + <source>Wi&zards</source> + <translation>&Průvodci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1897"/> + <source>Show downloadable versions</source> + <translation>Zobrazit verze ke stažení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1897"/> + <source>Show &downloadable versions...</source> + <translation>Zobrazit verze pro &download...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1901"/> + <source>Show the versions available for download</source> + <translation>Zobrazit dostupné verze ke stažení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6989"/> + <source><h3>Available versions</h3><table></source> + <translation><h3>Dostupné verze</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin Repository</source> + <translation>Repozitář pluginů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Repozitář pluginů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> + <source>Show Plugins available for download</source> + <translation>Zobrazit pluginy dostupné ke stažení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2500"/> + <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="2472"/> + <source>Install Plugins</source> + <translation>Instalovat pluginy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2467"/> + <source>&Install Plugins...</source> + <translation>&Instalovat pluginy...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2473"/> + <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="2150"/> + <source>Mini Editor</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2145"/> + <source>Mini &Editor...</source> + <translation>Mini &Editor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2151"/> + <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="2308"/> + <source>Toolbars</source> + <translation>Lišty nástrojů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>&Lišty nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> + <source>Configure toolbars</source> + <translation>Konfigurace lišt nástrojů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2314"/> + <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="673"/> + <source>Restoring Toolbarmanager...</source> + <translation>Obnovit manažer nástrojových lišt...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source>External Tools</source> + <translation>Externí nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1547"/> + <source>Multiproject-Viewer</source> + <translation>Prohlížeč multiprojektu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1547"/> + <source>&Multiproject-Viewer</source> + <translation>Prohlížeč &multiprojektu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6333"/> + <source>Save session</source> + <translation>Uložit relaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6317"/> + <source>Read session</source> + <translation>Načíst relaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3170"/> + <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="3184"/> + <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="1936"/> + <source>Request Feature</source> + <translation>Požadavek na vlastnost</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1936"/> + <source>Request &Feature...</source> + <translation>&Požadavek na vlastnost...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1940"/> + <source>Send a feature request</source> + <translation>Poslat požadavek na vlastnost</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1942"/> + <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="3163"/> + <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="3191"/> + <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="3198"/> + <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="1697"/> + <source>Horizontal Toolbox</source> + <translation>Vodorovná nástrojová lišta</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1697"/> + <source>&Horizontal Toolbox</source> + <translation>&Horizontální lista nástrojů</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1701"/> + <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="1703"/> + <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="3724"/> + <source>Restart application</source> + <translation>Restartovat aplikaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3724"/> + <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="1654"/> + <source>Alt+Shift+A</source> + <translation></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2913"/> - <source>&Help</source> - <translation>&Nápověda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>Nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>Nastavení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>Nápověda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>Profily</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3375"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Čísla verzí</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6998"/> - <source></table></source> - <translation></table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3434"/> - <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="3800"/> - <source>Configure Tool Groups ...</source> - <translation>Konfigurace Skupin nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3804"/> - <source>Configure current Tool Group ...</source> - <translation>Konfigurace aktuální skupiny nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3755"/> - <source>&Builtin Tools</source> - <translation>&Vestavěné nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4553"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4937"/> - <source>Problem</source> - <translation>Problém</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5126"/> - <source>Process Generation Error</source> - <translation>Chyba v procesu generování</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <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="4845"/> - <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="5605"/> - <source>Documentation Missing</source> - <translation>Dokumentace chybí</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5588"/> - <source>Documentation</source> - <translation>Dokumentace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5411"/> - <source><p>The PyQt4 documentation starting point has not been configured.</p></source> - <translation type="unfinished"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6202"/> - <source>Save tasks</source> - <translation>Uložit úlohy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6231"/> - <source>Read tasks</source> - <translation>Načíst úlohy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6592"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6960"/> - <source>Error during updates check</source> - <translation>Chyba během zjišťování aktualizací</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6940"/> - <source>Update available</source> - <translation>Byla nalezena aktualizace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Zobrazit externí nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> - <source>Show external &tools</source> - <translation>Zobrazit externí nás&troje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6960"/> - <source>Could not perform updates check.</source> - <translation>Kontrolu updatů nelze provést.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6773"/> - <source>&Cancel</source> - <translation>&Zrušit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7035"/> - <source>First time usage</source> - <translation>Spuštěno poprvé</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="264"/> - <source>Initializing Plugin Manager...</source> - <translation>Inicializace Plugin manažera...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2899"/> - <source>P&lugins</source> - <translation>P&luginy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2993"/> - <source>Plugins</source> - <translation>Pluginy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Plugin Infa</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Zobrazit Plugin infa</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2454"/> - <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="2449"/> - <source>&Plugin Infos...</source> - <translation>&Plugin Infa...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3772"/> - <source>&Plugin Tools</source> - <translation>&Plugin nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Odinstalovat plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> - <source>&Uninstall Plugin...</source> - <translation>&Odinstalovat plugin...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2481"/> - <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="3920"/> - <source>&Show all</source> - <translation>&Zobrazit vše</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3922"/> - <source>&Hide all</source> - <translation>&Skrýt vše</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="653"/> - <source>Activating Plugins...</source> - <translation>Aktivace pluginů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2788"/> - <source>Wi&zards</source> - <translation>&Průvodci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1892"/> - <source>Show downloadable versions</source> - <translation>Zobrazit verze ke stažení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1892"/> - <source>Show &downloadable versions...</source> - <translation>Zobrazit verze pro &download...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1896"/> - <source>Show the versions available for download</source> - <translation>Zobrazit dostupné verze ke stažení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6984"/> - <source><h3>Available versions</h3><table></source> - <translation><h3>Dostupné verze</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin Repository</source> - <translation>Repozitář pluginů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Repozitář pluginů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2493"/> - <source>Show Plugins available for download</source> - <translation>Zobrazit pluginy dostupné ke stažení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2495"/> - <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="2467"/> - <source>Install Plugins</source> - <translation>Instalovat pluginy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> - <source>&Install Plugins...</source> - <translation>&Instalovat pluginy...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2468"/> - <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="2145"/> - <source>Mini Editor</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> - <source>Mini &Editor...</source> - <translation>Mini &Editor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2146"/> - <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="2303"/> - <source>Toolbars</source> - <translation>Lišty nástrojů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>&Lišty nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2308"/> - <source>Configure toolbars</source> - <translation>Konfigurace lišt nástrojů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2309"/> - <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="668"/> - <source>Restoring Toolbarmanager...</source> - <translation>Obnovit manažer nástrojových lišt...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5071"/> - <source>External Tools</source> - <translation>Externí nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1542"/> - <source>Multiproject-Viewer</source> - <translation>Prohlížeč multiprojektu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1542"/> - <source>&Multiproject-Viewer</source> - <translation>Prohlížeč &multiprojektu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6328"/> - <source>Save session</source> - <translation>Uložit relaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6312"/> - <source>Read session</source> - <translation>Načíst relaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3165"/> - <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="3179"/> - <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="1931"/> - <source>Request Feature</source> - <translation>Požadavek na vlastnost</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1931"/> - <source>Request &Feature...</source> - <translation>&Požadavek na vlastnost...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1935"/> - <source>Send a feature request</source> - <translation>Poslat požadavek na vlastnost</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1937"/> - <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="3158"/> - <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="3186"/> - <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="3193"/> - <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="1692"/> - <source>Horizontal Toolbox</source> - <translation>Vodorovná nástrojová lišta</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1692"/> - <source>&Horizontal Toolbox</source> - <translation>&Horizontální lista nástrojů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1696"/> - <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="1698"/> - <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="3719"/> - <source>Restart application</source> - <translation>Restartovat aplikaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3719"/> - <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="1649"/> - <source>Alt+Shift+A</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2908"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <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="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Přepnout mezi taby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation>Exportovat předvolby</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>E&xportovat předvolby...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>E&xportovat předvolby...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Export aktuální konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <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="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Import předvoleb</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>I&mport předvoleb...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>I&mport předvoleb...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Import dříve exportované konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <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="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Zobrazit další</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Zobrazit předchozí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>&Levé menu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Přepnout okno levého menu</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>&Levé menu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Přepnout okno levého menu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>&Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>SQL &Browser...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>SQL &Browser...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <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="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <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="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <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="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <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="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <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="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <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="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <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="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <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="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <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="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <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="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <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="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <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="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <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="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <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="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <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="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <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="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <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="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1533"/> - <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="1548"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1550"/> - <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="1566"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1568"/> - <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="1584"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1586"/> - <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="1595"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1601"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1603"/> - <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="1612"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1618"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1620"/> - <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="1630"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1636"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1649"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1655"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1657"/> - <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="1667"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1671"/> - <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1536"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <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="1553"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1555"/> + <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="1571"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> + <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="1589"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1591"/> + <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="1600"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1606"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1608"/> + <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="1617"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1623"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1625"/> + <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="1635"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1641"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1660"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <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="1672"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1675"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1676"/> + <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="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> + <location filename="../UI/UserInterface.py" line="2037"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <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="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <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="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <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="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <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="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <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="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <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="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <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="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <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="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished">Smazat soukromá data</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_de.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_de.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9271,6 +9271,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation>Die Datei mit den Clientdaten liegt nicht vor. Wurde das Gmail API aktiviert?</translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation>OAuth2 Autorisierungscode</translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation>Gib den OAuth2 Autorisierungscode ein:</translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation>Keine authorisierte Sitzung verfügbar.</translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation>Nachrich #{0} gesendet.</translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15402,27 +15430,27 @@ <translation>Sende Fehlerbericht</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Datei anhängen</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Nachricht konnte nicht gesendet werden.<br>Grund: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Mail Server Kennwort</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Geben Sie Ihr Mailserver-Kennwort ein</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Autorisierung fehlgeschlagen.<br>Grund: {0}</p></translation> </message> @@ -15477,17 +15505,17 @@ <translation>Typ</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Senden</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Dialog schließen</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Soll der Dialog wirklich geschlossen werden?</translation> </message> @@ -15502,95 +15530,100 @@ <translation>Anhänge</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Gib die Beschreibung der gewünschten &Funktion ein. Versionsinformationen werden automatisch angefügt.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Gib die &Fehlerbeschreibung ein. Versionsinformationen werden automatisch angefügt.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Sende Anfrage für neue Funktion</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation>Google Mail API Hilfe</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation><p>Das Google Mail Client API ist nicht installiert. Führe <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> aus, um es zu installieren.</p></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation>Gmail API Hilfe</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation>Nachricht senden</translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation><p>Das Google Mail Client API ist nicht installiert. Führe <code>{0}</code> aus, um es zu installieren.</p></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation>Nachricht über Gmail senden</translation> + </message> </context> <context> <name>EmailPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> <source>Enter your password for accessing the mail server</source> <translation>Geben Sie das Kennwort zum Zugriff auf den Mailserver ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Geben Sie Ihren Mailserver-Nutzernamen ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> <source>Signature:</source> <translation>Signatur:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Gib die Adresse des E-Mail-Servers ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>E-Mail-Adresse:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> + <source>Enter your email signature</source> + <translation>Gib die E-Mail-Signatur ein</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> - <source>Enter your email signature</source> - <translation>Gib die E-Mail-Signatur ein</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> <source>Enter your email address</source> <translation>Gib die E-Mail-Adresse ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Auswählen, wenn der Mailserver eine Autorisierung verlangt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Mailserver verlangt Autorisierung</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Nutzername:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Password:</source> <translation>Kennwort:</translation> </message> @@ -15600,77 +15633,77 @@ <translation><b>E-Mail-Einstellungen</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Auswählen, um TLS zu verwenden</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> + <source>Enter the port of the mail server</source> + <translation>Gibt den Port des E-Mail-Servers ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation>Ausgangsmailserver (SMTP):</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> + <source>Press to test the login data</source> + <translation>Drücken, um die Anmeldedaten zu testen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> + <source>Test Login</source> + <translation>Anmeldung testen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source>Login Test</source> + <translation>Anmeldetest</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> + <source>The login test succeeded.</source> + <translation>Der Anmeldetest war erfolgreich.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source><p>The login test failed.<br>Reason: {0}</p></source> + <translation><p>Der Anmeldetest ist fehlgeschlagen.<br>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> + <source>Encryption Method:</source> + <translation>Verschlüsselungsmethode:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> + <source>Select to use no encryption</source> + <translation>Auswählen, um keine Verschlüsselung zu verwenden</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> + <source>None</source> + <translation>keine</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> + <source>Select to use SSL</source> + <translation>Auswählen, um SSL zu verwenden</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> + <source>SSL</source> + <translation>SSL</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> - <source>Enter the port of the mail server</source> - <translation>Gibt den Port des E-Mail-Servers ein</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation>Ausgangsmailserver (SMTP):</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> - <source>Press to test the login data</source> - <translation>Drücken, um die Anmeldedaten zu testen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> - <source>Test Login</source> - <translation>Anmeldung testen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source>Login Test</source> - <translation>Anmeldetest</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> - <source>The login test succeeded.</source> - <translation>Der Anmeldetest war erfolgreich.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source><p>The login test failed.<br>Reason: {0}</p></source> - <translation><p>Der Anmeldetest ist fehlgeschlagen.<br>Ursache: {0}</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> - <source>Encryption Method:</source> - <translation>Verschlüsselungsmethode:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> - <source>Select to use no encryption</source> - <translation>Auswählen, um keine Verschlüsselung zu verwenden</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> - <source>None</source> - <translation>keine</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> - <source>Select to use SSL</source> - <translation>Auswählen, um SSL zu verwenden</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> - <source>SSL</source> - <translation>SSL</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> <source>TLS</source> <translation>TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation>Port:</translation> </message> @@ -15685,40 +15718,55 @@ <translation>Verwende Google Mail mit OAuth2 Authentisierung mittels Gmail API</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation><b>Hinweis:</b> Google Mail über normales SMTP muss unten konfiguriert werden.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation>Normale Email</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation>Drücken, um einen Hilfetet zur Aktivierung des Google Mail API anzuzeigen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation>Drücken, um einen Hilfetet zur Aktivierung des Google Mail API anzuzeigen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation>Google Mail API Hilfe</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation><p>Die Credentialsdatei ist nicht verfügbar. Wurde das Gmail API aktiviert?</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation>Gmail API Hilfe</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation><p>Das Google Mail Client API ist nicht installiert. Führe <code>{0}</code> aus, um es zu installieren.</p></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation>Drücken, um die benötigten Pakete zu installieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation>Pakete installieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation>Drücken, um die Verfügbarkeit erneut zu prüfen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation>Erneut prüfen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation><p>Die Datei mit den Clientdaten liegt nicht vor. Wurde das Gmail API aktiviert?</p></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25246,14 +25294,6 @@ </message> </context> <context> - <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation>Die Credentialsdatei ist nicht verfügbar. Wurde das Gmail API aktiviert?</translation> - </message> -</context> -<context> <name>GoogleV1Engine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="161"/> @@ -48717,7 +48757,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation>Pakete installieren</translation> </message> @@ -48727,22 +48767,22 @@ <translation>Pakete aktualisieren</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation>Pakete deinstallieren</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation>Pakete gem. Anforderungen installieren</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation>Sollen diese Pakete wirklich deinstalliert werden?</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation>Pakete gem. Anforderungen deinstallieren</translation> </message> @@ -75388,2295 +75428,2295 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>&Hilfe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>&Modultests...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>&Modultests...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2913"/> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Einstellungen...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Einstellungen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <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="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} – {1} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Zeige Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Zeige &Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Zeigt Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <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="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>&Tastaturkurzbefehle...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>&Tastaturkurzbefehle...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Setze die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <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="2783"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>&Fehler berichten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Einen Fehler berichten</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>&Fehler berichten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Einen Fehler berichten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <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="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>Tastaturkurzbefehle &exportieren...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>Tastaturkurzbefehle &exportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Exportiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <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="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>Tastaturkurzbefehle &importieren...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>Tastaturkurzbefehle &importieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Importiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <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="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Erzeuge das Hauptfenster...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Erstelle Verbindungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Initialisiere Aktionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Initialisiere Menüs...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Initialisiere Werkzeugleisten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Initialisiere Statuszeile...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Initialisiere Werkzeuge...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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="1960"/> - <source>Unittest Restart</source> - <translation>Modultest neu starten</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>Unittest Restart</source> + <translation>Modultest neu starten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Modultest neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <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="1990"/> - <source>Unittest Script</source> - <translation>Modultest (Skript)</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest Script</source> + <translation>Modultest (Skript)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Modultest für aktuelles Skript ausführen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <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="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2015"/> + <source>Run unittest with current project</source> + <translation>Modultest für aktuellesProjekt ausführen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2017"/> + <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="2771"/> + <source>&Unittest</source> + <translation>&Modultests</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4558"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>Modultest &neu starten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Modultest (&Skript)...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2010"/> - <source>Run unittest with current project</source> - <translation>Modultest für aktuellesProjekt ausführen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2012"/> - <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="2766"/> - <source>&Unittest</source> - <translation>&Modultests</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4553"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>Modultest &neu starten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Modultest (&Skript)...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2005"/> <source>Unittest &Project...</source> <translation>Modultest (&Projekt)...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>Dateien &vergleichen...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Zwei Dateien vergleichen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <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="2118"/> - <source>Compare two files</source> - <translation>Zwei Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <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="2113"/> <source>Compare Files side by side</source> <translation>Dateien Seite an Seite vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Initialisiere Applikationsserver...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} . {1} – {2} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Dateibrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Editieren-Profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Aktiviert das Editieren-Ansichtsprofil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Debuggen-Profil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>Ansichtenprofile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>&Ansichtenprofile...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>&Ansichtenprofile...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Ansichtenprofile konfigurieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <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="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <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="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <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="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <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="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <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="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <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="2073"/> - <source>UI Previewer</source> - <translation>UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>&UI-Vorschau...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation>UI-Vorschau</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>&UI-Vorschau...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Starte die UI-Vorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <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="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <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="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>&Übersetzungsvorschau...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>&Übersetzungsvorschau...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Die Übersetzungsvorschau starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <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="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <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="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>APIs neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>APIs &neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Die API-Informationen neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <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="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <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="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <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="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <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="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <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="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <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="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Aktiviere aktuellen Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Qt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Öffne die Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>&Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <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="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Registriere Objekte...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>&Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Auf Aktualisierungen prüfen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Auf &Aktualisierungen prüfen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Öffne die PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2992"/> + <location filename="../UI/UserInterface.py" line="2997"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Zeige externe Werkzeuge</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Zeige externe Werkzeuge</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2993"/> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Plugininformationen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Zeigt Plugininformationen</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Plugininformationen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Zeigt Plugininformationen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <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="2449"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>&Plugin Infos...</source> <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Plugin deinstallieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Plugin deinstallieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>Plugin &deinstallieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <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="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2788"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Zeige verfügbare Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>&Zeige verfügbare Versionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin Repository</source> - <translation>Plugin-Repository</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>Plugin-&Repository...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin Repository</source> + <translation>Plugin-Repository</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>Plugin-&Repository...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Zeige zum Download verfügbare Plugins an</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <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="2472"/> + <source>Install Plugins</source> + <translation>Plugins installieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Plugins installieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>Plugins &installieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <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="2150"/> + <source>Mini Editor</source> + <translation>Mini-Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini-&Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <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="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>Werkzeug&leisten...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>Werkzeug&leisten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Werkzeugleisten einrichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <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="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <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="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <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="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <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="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <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="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Neue Funktion anfragen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Neue &Funktion anfragen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Sende eine Anfrage für eine neue Funktion</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <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="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <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="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <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="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <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="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>&Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <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="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> + <location filename="../UI/UserInterface.py" line="2913"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <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="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>Export Preferences</source> - <translation>Einstellungen exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>Einstellungen e&xportieren...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>Export Preferences</source> + <translation>Einstellungen exportieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>Einstellungen e&xportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Exportiert die aktuelle Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <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="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>Einstellungen i&mportieren...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>Einstellungen i&mportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Importiert eine zuvor exportierte Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <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="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Zeige nächste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Zeige vorherige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>&Linke Seitenleiste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Schalte das Fenster der linken Seitenleiste um</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>&Linke Seitenleiste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Schalte das Fenster der linken Seitenleiste um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>&Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Schalte das Fenster der unteren Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>&Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>SQL-Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>SQL-&Browser...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>SQL-&Browser...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Erforsche eine SQL-Datenbank</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <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="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <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="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Qt3-Unterstützung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>PySide-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Py&Side-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Öffne die PySide-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Symbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>Zahlen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Python &3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Python &2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>Öffne die Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Python 2-Dokumentation</b><p>Zeigt die Python 2-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der konfigurierte Python 2-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation>Stelle Ansichtenprofil ein...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation>Lese Aufgaben...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> - <translation>Lese Vorlagen...</translation> + <source>Reading Tasks...</source> + <translation>Lese Aufgaben...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation>Lese Vorlagen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation>Starte Debugger...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source>Unittest Rerun Failed</source> <translation>Fehlerhafte Modultests wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation>Fehlerhafte Tests wiederholen...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation>Fehlerhafte Tests wiederholen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <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="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation>Dateien &Seite an Seite vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation>&Bildschirmfoto...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation>&Bildschirmfoto...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation>Bildschirmfoto aufnehmen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation>Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation>Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <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="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <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="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <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="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <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="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation>Datei&browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <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="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation>&Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <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="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation>&Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <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="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation>&Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <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="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation>&Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation>Schalte das Fenster der linken Werkzeugbox um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation>&Rechte Werkzeugbox</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation>&Rechte Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation>Rechte Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation>&Rechte Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation>Schalte das Fenster der rechten Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation>&Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <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="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation>Symbolanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation>S&ymbolanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <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="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation>Zahlenanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation>Za&hlenanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <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="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <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="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> - <source>Qt-Designer</source> - <translation>Qt Designer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation>Qt &Designer...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation>Qt Designer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation>Qt &Designer...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation>Starte Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <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="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation>Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation>Qt &Linguist...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation>Qt &Linguist...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation>Starte Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <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="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation>Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation>Qt&5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation>Öffne die Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Dieser Teil der Statusleiste ermöglicht das Zoomen des aktuellen Editors, der Shell oder des Terminals.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation>SSL-Zertifikate verwalten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation>SSL-Zertifikate verwalten...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation>SSL-Zertifikate verwalten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation>SSL-Zertifikate verwalten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL-Zertifikate</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation>Meldungsfilter bearbeiten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation>Meldungsfilter bearbeiten...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation>Meldungsfilter bearbeiten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <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="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation>PyQt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation>PyQt&5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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><b>Python 3-Dokumentation</b><p>Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation>Zeige Fehlerbericht</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation>Zeige Fehler&bericht...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation>Zeige Fehler&bericht...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation>Öffnet eine neue eric6-Instanz</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine neue Instanz der eric6-IDE.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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><b>Hilfe-Fenster</b><p>Zeige den eric6-Webbrowser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.</p><p>Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Auf Aktualisierungen prüfen...</b> <p>Dies prüft im Internet auf Updates von eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Zeige verfügbare Versionen...</b><p>Zeigt die eric6-Versionen, die vom Internet heruntergeladen werden können.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation>eric6-&Webbrowser...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation>eric6-&Webbrowser...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation>Startet den eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>eric6-Webbrowser</b><p>Durchforste das Internet mit dem eric6-Webbrowser.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation>Starte den eric6-Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Icon-Editor</b><p>Startet den eric6-Icon-Editor zum Editieren einfacher Icons.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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><b>Zeige externe Werkzeuge</b><p>Öffnet einen Dialog, der die Pfade und Versionen der von eric6 genutzten externen Werkzeuge anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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><b>Eric-API-Dokumentation</b><p>Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric6 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation>Sie verwenden die aktuellste Version von eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation>&Benutzerwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie <b>nicht verbunden</b> sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Hex Editor</source> <translation>Hex-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation>&Hex Editor...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation>&Hex Editor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation>Starte den eric6 Hex-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> <translation><b>Hex-Editor</b><p>Startet den eric6 Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation>Private Daten löschen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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><b>Private Daten löschen</b><p>Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1446"/> - <source>Save session...</source> - <translation>Sitzung speichern...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation>Sitzung speichern...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation>Sitzung laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation>Sitzung laden...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation>Sitzung laden...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation>eric6 Sitzungsdateien (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation>Absturzsitzung gefunden!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation>Bereinige den Plugins Downloadbereich...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation>Dokumentationsanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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><b>Qt4-Dokumentation</b><p>Zeige die Qt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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><b>Qt5-Dokumentation</b><p>Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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><b>PyQt4-Dokumentation</b><p>Zeige die PyQt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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><b>PyQt5-Dokumentation</b><p>Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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><b>PySide-Dokumentation</b><p>Zeige die PySide-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation>PySide2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation>PySide&2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation>Öffne die PySide2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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><b>PySide2-Dokumentation</b><p>Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation>Virtualenv Manager</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation>&Virtualenv Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> <translation><b>Virtualenv Manager</b><p>Dies öffnet einen Dialog zur Verwaltung der definierten virtuellen Python Umgebungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation>Virtualenv Konfigurator</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation>Virtualenv &Konfigurator...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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><b>Virtualenv Konfigurator</b><p>Dies öffnet einen Dialog zur Eingabe aller Parameter, die zur Erzeugung einer virtuellen Python Umgebung mittels virtualenv oder pyvenv benötigt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation>Linke Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation>Unterer Rand</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation>Rechte Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation>Neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation>Neustart der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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><b>Neustart der Entwicklungsumgebung</b><p>Dies startet die Entwicklungsumgebung neu. 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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation>Webbrowser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation>Der eric6 Webbrowser konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Der eric6 Webbrowser ist nicht gestartet.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation>PyPI</translation> </message>
--- a/i18n/eric6_empty.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_empty.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9176,6 +9176,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15347,80 +15375,85 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15430,132 +15463,132 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> <source>Outgoing mail server (SMTP):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished"></translation> </message> @@ -15570,40 +15603,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25078,14 +25126,6 @@ </message> </context> <context> - <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> <name>GoogleV1Engine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="97"/> @@ -48470,7 +48510,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48480,7 +48520,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48495,17 +48535,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -74761,2292 +74801,2292 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1525"/> - <source>Project-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1542"/> - <source>Multiproject-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1649"/> - <source>Template-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1560"/> - <source>Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1029"/> - <source>Cooperation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1767"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1630"/> - <source>Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1612"/> - <source>Log-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1578"/> - <source>Shell</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1595"/> - <source>File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1082"/> - <source>Symbols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1091"/> - <source>Numbers</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> - <source>{0} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1386"/> - <source>{0} - {1} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1390"/> - <source>{0} - {1} - {2} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Quit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>&Quit</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Ctrl+Q</source> - <comment>File|Quit</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1419"/> - <source>Quit the IDE</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1420"/> - <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 type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1472"/> - <source>New Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1472"/> - <source>New &Window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1472"/> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1478"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1480"/> - <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="1491"/> - <source>Edit Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1497"/> - <source>Activate the edit view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1499"/> - <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 type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1508"/> - <source>Debug Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1514"/> - <source>Activate the debug view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1516"/> - <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 type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1525"/> - <source>&Project-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1525"/> - <source>Alt+Shift+P</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1533"/> - <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="1542"/> - <source>&Multiproject-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1542"/> - <source>Alt+Shift+M</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1550"/> - <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="1560"/> - <source>&Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1560"/> - <source>Alt+Shift+D</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1568"/> - <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="1578"/> - <source>&Shell</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1578"/> - <source>Alt+Shift+S</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1584"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1586"/> - <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="1595"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1595"/> - <source>Alt+Shift+F</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1601"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1603"/> - <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="1612"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1612"/> - <source>Alt+Shift+G</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1618"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1620"/> - <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="1630"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1630"/> - <source>Alt+Shift+T</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1636"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1638"/> - <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="1649"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1649"/> - <source>Alt+Shift+A</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1655"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1657"/> - <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="1667"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1671"/> - <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1530"/> + <source>Project-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1547"/> + <source>Multiproject-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Template-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1565"/> + <source>Debug-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1034"/> + <source>Cooperation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1772"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1617"/> + <source>Log-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1583"/> + <source>Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1600"/> + <source>File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1087"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1096"/> + <source>Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1384"/> + <source>{0} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1391"/> + <source>{0} - {1} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1395"/> + <source>{0} - {1} - {2} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1418"/> + <source>Quit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1418"/> + <source>&Quit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1418"/> + <source>Ctrl+Q</source> + <comment>File|Quit</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1424"/> + <source>Quit the IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1425"/> + <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 type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1477"/> + <source>New Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1477"/> + <source>New &Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1477"/> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>Open a new eric6 instance</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1485"/> + <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="1496"/> + <source>Edit Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1502"/> + <source>Activate the edit view profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1504"/> + <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 type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1513"/> + <source>Debug Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1519"/> + <source>Activate the debug view profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <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 type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1530"/> + <source>&Project-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1530"/> + <source>Alt+Shift+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1536"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <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="1547"/> + <source>&Multiproject-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1547"/> + <source>Alt+Shift+M</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1553"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1555"/> + <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="1565"/> + <source>&Debug-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1565"/> + <source>Alt+Shift+D</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1571"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> + <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="1583"/> + <source>&Shell</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1583"/> + <source>Alt+Shift+S</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1589"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1591"/> + <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="1600"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1600"/> + <source>Alt+Shift+F</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1606"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1608"/> + <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="1617"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1617"/> + <source>Alt+Shift+G</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1623"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1625"/> + <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="1635"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Alt+Shift+T</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1641"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1643"/> + <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="1654"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Alt+Shift+A</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1660"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <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="1672"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1675"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1676"/> + <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="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> + <location filename="../UI/UserInterface.py" line="2037"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2118"/> + <source>Compare Files side by side</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> - <source>Compare Files side by side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2168"/> - <source>eric6 Web Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 Web Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>&Icon Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2189"/> + <source>&Icon Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="2213"/> - <source>Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> - <source>&Window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2837"/> + <source>&Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6782"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_en.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_en.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9193,6 +9193,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15364,80 +15392,85 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15447,132 +15480,132 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> <source>Outgoing mail server (SMTP):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished"></translation> </message> @@ -15587,40 +15620,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25100,14 +25148,6 @@ </message> </context> <context> - <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> <name>GoogleV1Engine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="161"/> @@ -48515,7 +48555,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48525,22 +48565,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -74810,2292 +74850,2292 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest Script</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest Script</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>Export Preferences</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>Export Preferences</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Toolbars</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Toolbars</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_es.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9265,6 +9265,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15455,32 +15483,32 @@ <translation>Tipo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Enviar</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Cerrar diálogo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>¿Realmente desea cerrar el diálogo?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Contraseña para el servidor de correo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Introduzca su contraseña para el servidor de correo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Insertar archivo</translation> </message> @@ -15495,50 +15523,60 @@ <translation>Archivos adjuntos</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Introduzca su solicitud de nueva característica debajo. La in&formación de versión se añade automáticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Introduzca debajo la descripción del &bug. La in&formación de versión se añade automáticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Enviar solicitud de característica</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>La autenticación ha fallado.<br/> Razón: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>El mensaje no ha podido ser enviado.<br/>Razón: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation>Ayuda de API de Google Mail</translation> </message> <message> <location filename="../UI/EmailDialog.py" line="173"/> <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation><p>La API de Cliente de Google Mail no está instalada. Usar <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> para instalarla.</p></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <translation type="obsolete"><p>La API de Cliente de Google Mail no está instalada. Usar <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> para instalarla.</p></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation>Ayuda de API de Gmail</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation>Enviar Mensaje</translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"><p>La API de Cliente de Google Mail no está instalada. Usar <code>{0}</code> para instalarla.</p></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15548,132 +15586,132 @@ <translation><b>Configurar Correo electrónico</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> <source>Enter your password for accessing the mail server</source> <translation>Introduzca su contraseña para acceder al servidor de correo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Introduzca su nombre de usuario en el servidor de correo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> <source>Signature:</source> <translation>Firma:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Introduzca la dirección de su servidor de correo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Dirección de correo electrónico:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> + <source>Enter your email signature</source> + <translation>Introduzca su firma para los correos</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> - <source>Enter your email signature</source> - <translation>Introduzca su firma para los correos</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> <source>Enter your email address</source> <translation>Introduzca su dirección de correo electrónico</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Seleccionar para autenticación contra el servidor de correo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>El servidor de correo necesita autenticación</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Nombre de Usuario:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Password:</source> <translation>Contraseña:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Seleccionar para usar TLS</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> + <source>Enter the port of the mail server</source> + <translation>Introduzca el puerto del servidor de correo</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation>Servidor de correo saliente (SMTP):</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> + <source>Press to test the login data</source> + <translation>Pulse para probar los datos de login</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> + <source>Test Login</source> + <translation>Probar Login</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source>Login Test</source> + <translation>Prueba de Login</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> + <source>The login test succeeded.</source> + <translation>La prueba de login ha resultado con éxito.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source><p>The login test failed.<br>Reason: {0}</p></source> + <translation><p>El login ha fallado.<br/> Razón: {0}</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> + <source>Encryption Method:</source> + <translation>Método de Encriptación:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> + <source>Select to use no encryption</source> + <translation>Seleccionar para no utilizar encriptación</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> + <source>None</source> + <translation>Ninguno</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> + <source>Select to use SSL</source> + <translation>Seleccionar para usar SSL</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> + <source>SSL</source> + <translation>SSL</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> - <source>Enter the port of the mail server</source> - <translation>Introduzca el puerto del servidor de correo</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation>Servidor de correo saliente (SMTP):</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> - <source>Press to test the login data</source> - <translation>Pulse para probar los datos de login</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> - <source>Test Login</source> - <translation>Probar Login</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source>Login Test</source> - <translation>Prueba de Login</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> - <source>The login test succeeded.</source> - <translation>La prueba de login ha resultado con éxito.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source><p>The login test failed.<br>Reason: {0}</p></source> - <translation><p>El login ha fallado.<br/> Razón: {0}</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> - <source>Encryption Method:</source> - <translation>Método de Encriptación:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> - <source>Select to use no encryption</source> - <translation>Seleccionar para no utilizar encriptación</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> - <source>None</source> - <translation>Ninguno</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> - <source>Select to use SSL</source> - <translation>Seleccionar para usar SSL</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> - <source>SSL</source> - <translation>SSL</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> <source>TLS</source> <translation>TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation>Puerto:</translation> </message> @@ -15690,38 +15728,63 @@ <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation><b>Nota:</b> Google Mail sobre SMTP plano se debe configurar debajo.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <translation type="obsolete"><b>Nota:</b> Google Mail sobre SMTP plano se debe configurar debajo.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation>Email Estándar</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation>Pulsar para ayuda sobre como habilitar la API de Google Mail</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation>Pulsar para ayuda sobre como habilitar la API de Google Mail</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation>Ayuda de API de Google Mail</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation><p>El archivo de credenciales no está presente. ¿Está habilitada la API de Gmail?</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <translation type="obsolete"><p>El archivo de credenciales no está presente. ¿Está habilitada la API de Gmail?</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation>Ayuda de API de Gmail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation><p>La API de Cliente de Google Mail no está instalada. Usar <code>{0}</code> para instalarla.</p></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished">Instalar Packages</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25250,7 +25313,7 @@ <message> <location filename="../E5Network/E5GoogleMail.py" line="93"/> <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation>El archivo de credenciales no está presente. ¿Está habilitada la API de Gmail?</translation> + <translation type="obsolete">El archivo de credenciales no está presente. ¿Está habilitada la API de Gmail?</translation> </message> </context> <context> @@ -48718,7 +48781,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation>Instalar Packages</translation> </message> @@ -48728,22 +48791,22 @@ <translation>Actualizar Packages</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation>Desinstalar Packages</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation>Instalar Packages a partir de Requisitos</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation>¿Realmente desea desinstalar estos packages?</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation>Desinstalar Packages a partir de Requisitos</translation> </message> @@ -75348,2294 +75411,2294 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Inicializando el administrador de Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Generando la interfaz general de usuario...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Aplicando conexiones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Inicializando Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Registrando Objetos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Inicializando Acciones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Inicializando Menues...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Inicializando Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Inicializando Barra de estado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Incializando el servidor de aplicaciones simples...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Activando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Visor de Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Visor Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Visor Log</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Visor de Tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Visor de Plantillas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Explorador de archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Salir del IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>Salir del IDE</b><p>Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Perfil de Edición</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Activar el perfil de vista de edición</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>Perfil de Edición</b><p>Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Perfil de Depuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Activar el perfil de vista de depuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>Perfil de Depuración</b><p>Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>Visor de &Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Visor de Ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Visor de &Ayuda...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Abrir la ventana del visor de ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Mostrar Versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Mostrar Versione&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Mostrar información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostrar Versiones</b><p>Muestra información de versiones.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Buscar actualizaciones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Buscar act&ualizaciones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Mostrar versiones descargables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Mostrar versiones &descargables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Enviar informe de &bugs...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Enviar informe de bugs</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Enviar informe de &bugs...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Enviar informe de bugs</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Enviar informe de Bugs...</b><p>Abre un diálogo para enviar un informe de un error (bug).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>Te&st Unitario...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>Te&st Unitario...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Ejecutar diálogo de tests unitarios</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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>Tests unitarios</b><p>Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation>Ejecutar de nuevo Test Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>Ejecuta&r de nuevo Test Unitario...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>Ejecuta&r de nuevo Test Unitario...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Ejecutar de nuevo el último test unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Ejecutar de nuevo Test Unitario</b><p>Vuelve a ejecutar el último test unitario que se ha ejecutado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation>Test Unitario de Script</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Test Unitario de &Script...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Test Unitario de &Script...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Ejecutar test unitario con el script actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Test Unitario de Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>Test Unitario de &Proyecto...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>Test Unitario de &Proyecto...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Ejecutar test unitario con el proyecto actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Test Unitario del Proyecto</b>Ejecuta un test unitario con el proyecto actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>UI Previewer</source> <translation>Previsualizador de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>Previsualizador de &UI...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>Previsualizador de &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Ejecutar el Previsualizador de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>Previsualizador de UI</b><p>Ejecuta el Previsualizador de UI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Previsualizador de Traducciones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Previsualizador de &Traducciones...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Previsualizador de &Traducciones...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Ejecutar el Previsualizador de traducciones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Previsualizador de traducciones<b><p>Ejecuta el Previsualizador de traducciones.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Comparar Archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Comparar Archivos...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Comparar dos archivos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Comparar Archivos</b><p>Abre un diálogo para comparar dos archivos.</b></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>Comparar dos archivos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Comparar Archivos</b><p>Abre un diálogo para comparar dos archivos.</b></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>Comparar Archivos uno al lado de otro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>Comparar Archivos uno al lado de otro</b><p>Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Preferencias...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Recargar APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Recargar &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Recargar la información de API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Recargar APIs</b><p>Recarga la información de API.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Mostrar herramientas externas</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Mostrar herramientas externas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Mostrar herramien&tas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>Perfiles de Vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>Perfiles de &Vista...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>Perfiles de &Vista...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Configurar perfiles de vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>Perfiles de Vista</b><p>Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard Shortcuts</source> - <translation>Atajos de Teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>Atajo&s de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard Shortcuts</source> + <translation>Atajos de Teclado</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>Atajo&s de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Establecer los atajos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exportar Atajos de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exportar Atajos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Exportar los atajos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importar Atajos de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importar Atajos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Importar los atajos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importar Atajos de Teclado</b><p>Importe los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Activar editor actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Información sobre Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation>Información sobre &Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Mostrar Información sobre Plugins</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Información sobre Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation>Información sobre &Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Mostrar Información sobre Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Información sobre Plugins...</b><p>Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Desinstalar Plugin</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>Desinstalar Pl&ugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Desinstalar Plugin...</b><p>Abre un diálogo para desinstalar una extensión o plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation>Repositorio de Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Repositorio de Plugins...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Repositorio de Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Mostrar Plugins disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repositorios de Plugins...</b><p>Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Documentación de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Documentación de Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Abrir Documentación de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>Documentación de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Abrir Documentación de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>Documentación de API de &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Abrir Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>Te&st Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation>E&xtras</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation>E&xtras</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>Asis&tentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Seleccionar Grupo de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>Ven&tana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Barra de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2913"/> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>Ay&uda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>Herramientas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>Ajustes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>Ayuda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>Perfiles</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>Herramientas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>Ajustes</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>Ayuda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>Perfiles</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Herramientas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Configurar Grupo de Herramientas actual ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>Herramientas de serie (&builtin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>No se ha podido ejecutar el visor de ayuda.<br>Asegúrese de que esta disponible como <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Mini Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Abre un diálogo con un editor simple.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Instalar Plugins</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Instalar Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>&Instalar Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalar Plugins...</b><p>Abre un diálogo para instalar o actualizar extensiones (plugins).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>&Barras de Herramientas...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>&Barras de Herramientas...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Configurar Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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>Barras de Herramientas</b><p>Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Visor de Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Esta zona de la barra de estado muestra la codificación del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Solicitar nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Solicitar nueva &característica...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Enviar una solicitud de nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Solicitar nueva Característica...</b><p>Abre un diálogo para enviar una solicitud de nueva característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Esta zona de la barra de estado muestra el lenguaje del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el número de línea en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra la posición del cursor en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Caja de Herramientas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>Caja de Herramientas &Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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>Conmutar la ventana de Caja de Herramientas Horizontal</b><p>Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Reiniciar aplicación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> + <location filename="../UI/UserInterface.py" line="2913"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Alternar entre pestañas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>Export Preferences</source> - <translation>Exportar Preferencias</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>E&xportar Preferencias...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>Export Preferences</source> + <translation>Exportar Preferencias</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>E&xportar Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Exportar la configuración actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exportar Preferencias</b><p>Exportar la configuración actual a un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>I&mportar Preferencias...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>I&mportar Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Importar una configuración previamente exportada</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importar Preferencias</b><p>Importar una configuración previamente exportada.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Mostrar siguente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Mostrar anterior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Barra Lateral a la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>Barra &Lateral a la Izquierda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Conmutar la barra lateral a la izquierda</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>Barra &Lateral a la Izquierda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Conmutar la barra lateral a la izquierda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>Conmutar la barra lateral a la izquierda</b><p>Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>&Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Conmutar la barra lateral inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>Conmutar la barra lateral inferior</b><p>Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>Visor &Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>&Navegador SQL...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>&Navegador SQL...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Navegar una base de datos SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navegador SQL</b><p>Navegar una base de datos SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Editor de Iconos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Documentación de Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Abrir Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>El archivo <b>{0}</b> no existe o tiene longitud nula. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Designer.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Linguist.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Assistant.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el visor personalizado.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de UI.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de Traducciones.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido iniciar el navegador SQL.<br>Asegúrese de que está disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>No se ha podido ejecutar la entrada de herramienta <b>{0}</b>.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Cooperación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Documentación de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>Abrir Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Documentación de Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>Abrir Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation>Estableciendo Perfil de Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation>Leyendo tareas...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> - <translation>Leyendo Plantillas...</translation> + <source>Reading Tasks...</source> + <translation>Leyendo tareas...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation>Leyendo Plantillas...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation>Iniciando Depurador...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source>Unittest Rerun Failed</source> <translation>Re-ejecución de Test Unitatio Fallida</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation>Re-ejecutar Tests Fallidos...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation>Re-ejecutar Tests Fallidos...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation>Re-ejecutar tests fallidos de la última ejecución</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Re-ejecución Tests Fallidos</b><p>Re-ejecutar todos los tests que fallaron durante la última ejecución de test unitario.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation>Comparar &Archivos uno al lado de otro...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation>Captura de Pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation>Captura de &Pantalla...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation>Captura de &Pantalla...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation>Tomar capturas de una región de la pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation>Caja de herramientas de la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>Right Toolbox</source> - <translation>Caja de herramientas de la Derecha</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1533"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation><b>Activar Visor de Proyectos</b><p>Cambia el foco de input a la ventana de Visor de Proyecto.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1550"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation><b>Activar Visor de Multiproyecto</b><p>Cambia el foco de input a la ventana de Visor de Multiproyecto.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1568"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation><b>Activar Visor de Depuración</b><p>Cambia el foco de input a la ventana de Visor de Depuración.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1584"/> - <source>Switch the input focus to the Shell window.</source> - <translation>Cambiar el foco de input a la ventana de Shell.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1586"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation><b>Activar Shell</b><p>Cambia el foco de input a la ventana de Shell.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1595"/> - <source>&File-Browser</source> - <translation>Na&vegador de archivos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1601"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1603"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation><b>Activar Navegador de Archivos</b><p>Cambia el foco de input a la ventana de Navegador de Archivos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1612"/> - <source>Lo&g-Viewer</source> - <translation>Visor de Lo&g</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1618"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1620"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation><b>Activar Visor de Log</b><p>Cambia el foco de input a la ventana de Visor de Log.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1630"/> - <source>&Task-Viewer</source> - <translation>Visor de &Tareas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1636"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1649"/> - <source>Templ&ate-Viewer</source> - <translation>Visor de Pl&antillas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1655"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1657"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation><b>Activar Visor de Plantillas</b><p>Cambiar el foco de input a la ventana de Visor de Plantillas.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1667"/> - <source>&Left Toolbox</source> - <translation>Caja de herramientas de &la Izquierda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Toggle the Left Toolbox window</source> - <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1671"/> - <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>Conmutar la Caja de Herramientas de la izquierda</b><p>Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>&Right Toolbox</source> - <translation>Caja de herramientas de la De&recha</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>Right Toolbox</source> + <translation>Caja de herramientas de la Derecha</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1536"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation><b>Activar Visor de Proyectos</b><p>Cambia el foco de input a la ventana de Visor de Proyecto.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1553"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1555"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation><b>Activar Visor de Multiproyecto</b><p>Cambia el foco de input a la ventana de Visor de Multiproyecto.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1571"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1573"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation><b>Activar Visor de Depuración</b><p>Cambia el foco de input a la ventana de Visor de Depuración.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1589"/> + <source>Switch the input focus to the Shell window.</source> + <translation>Cambiar el foco de input a la ventana de Shell.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1591"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation><b>Activar Shell</b><p>Cambia el foco de input a la ventana de Shell.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1600"/> + <source>&File-Browser</source> + <translation>Na&vegador de archivos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1606"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1608"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation><b>Activar Navegador de Archivos</b><p>Cambia el foco de input a la ventana de Navegador de Archivos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1617"/> + <source>Lo&g-Viewer</source> + <translation>Visor de Lo&g</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1623"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1625"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation><b>Activar Visor de Log</b><p>Cambia el foco de input a la ventana de Visor de Log.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>&Task-Viewer</source> + <translation>Visor de &Tareas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1641"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Templ&ate-Viewer</source> + <translation>Visor de Pl&antillas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1660"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation><b>Activar Visor de Plantillas</b><p>Cambiar el foco de input a la ventana de Visor de Plantillas.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1672"/> + <source>&Left Toolbox</source> + <translation>Caja de herramientas de &la Izquierda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1675"/> + <source>Toggle the Left Toolbox window</source> + <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1676"/> + <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>Conmutar la Caja de Herramientas de la izquierda</b><p>Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation>Caja de herramientas de la De&recha</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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>Conmutar la Caja de Herramientas de la derecha</b><p>Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation>Barra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation>Ba&rra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation>Conmutar la ventana de barra lateral de la derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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>Conmutar la ventana de barra lateral de la derecha</b><p>Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation>Visor de Cooperación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation>Visor de Co&operación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Activar Visor de Cooperación</b><p>Cambia el foco de input a la ventana de Visor de Cooperación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation>Visor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation>Visor de S&ímbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Activar Visor de Símbolos</b><p>Cambia el foco de input a la ventana de Visor de Símbolos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation>Visor de Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation>Visor de Nú&meros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Activar Visor de Números</b><p>Cambia el foco de input a la ventana de Visor de Números.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Activar Visor de Tareas</b><p>Cambia el foco de input a la ventana de Visor de Tareas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation>Cambiar el foco de input a la ventana de IRC.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Activar IRC</b><p>Cambia el foco de input a la ventana de IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> + <location filename="../UI/UserInterface.py" line="2037"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation>Qt-&Designer...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation>Qt-&Designer...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation>Iniciar Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Ejecutar Qt-Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation>Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation>Qt-&Linguist...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation>Qt-&Linguist...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation>Iniciar Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Iniciar Qt-Linguist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation>Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation>Documentación de Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation>Abrir Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Esta zona de la barra de estado permite hacer zoom sobre el editor, shell o terminal actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation>Gestionar Certificados SSL</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation>Gestionar Certificados SSL...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation>Gestionar Certificados SSL</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation>Gestionar Certificados SSL...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar los certificados SSL guardados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Gestionar Certificados SSL...</b><p>Abre un diálogo para gestionar los certificados SSL guardados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensajes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation>Editar Filtros de Mensajes...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation>Editar Filtros de Mensajes...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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>Editar Filtros de Mensajes</b><p>Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation>Documentación de PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation>Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation>Documentación de PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt5 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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><b>Documentación de Python 3</b><p>Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en <i>/usr/share/doc/packages/python/html</i> para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation>Mostrar Registro de Errores</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation>Mostrar &Registro de Errores...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation>Mostrar &Registro de Errores...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation>Abre una nueva instancia de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva instancia del IDE eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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><b>Visor de ayuda</b><p>Mostrar el navegador web de eric6. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.</p><p>Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Buscar actualizaciones...</b><p>Busca actualizaciones de eric6 en internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Mostrar versiones descargables...</b><p>Muestra las versiones de eric6 disponibles para descarga de internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation>Navegador &Web de eric6...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation>Navegador &Web de eric6...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation>Iniciar el Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Navegador Web de eric6</b><p>Navegar por Internet con el Navegador Web de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation>Iniciar el Editor de Iconos de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Editor de Iconos</b><p>Inicia el Editor de Iconos de eric6 para editar iconos sencillos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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><b>Mostrar herramientas externas</b><p>Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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><b>Documentación de API de Eric</b><p>Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="660"/> + <source>Generating Plugins Toolbars...</source> + <translation>Generando Barras de Herramientas para Plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3780"/> + <source>&User Tools</source> + <translation>Herramientas de &Usuario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3852"/> + <source>No User Tools Configured</source> + <translation>No se han Configurado Herramientas de Usuario</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6798"/> + <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> + <translation>La información de versiones no se puede descargar porque está <b>sin línea</b>. Por favor, póngase en línea e inténtelo de nuevo.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation>Editor Hexadecimal</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation>Editor &Hexadecimal...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> + <source>Start the eric6 Hex Editor</source> + <translation>Iniciar el Editor Hexadecimal de eric6</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2165"/> + <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> + <translation><b>Editor Hexadecimal</b><p>Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2406"/> + <source>Clear private data</source> + <translation>Limpiar Datos Privados</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2408"/> + <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><b>Limpiar datos privados</b><p>Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation>Guardar sesión...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> + <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><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6355"/> + <source>Load session</source> + <translation>Cargar sesión</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation>Cargar sesión...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <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><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6355"/> + <source>eric6 Session Files (*.e5s)</source> + <translation>Archivos de Sesión de eric6 (*.e5s)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6402"/> + <source>Crash Session found!</source> + <translation>¡Se ha hallado una sesión perdida!</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6402"/> + <source>A session file of a crashed session was found. Shall this session be restored?</source> + <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="663"/> + <source>Cleaning Plugins Download Area...</source> + <translation>Limpiar Área de Descarga de Plugins...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="655"/> - <source>Generating Plugins Toolbars...</source> - <translation>Generando Barras de Herramientas para Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3775"/> - <source>&User Tools</source> - <translation>Herramientas de &Usuario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3847"/> - <source>No User Tools Configured</source> - <translation>No se han Configurado Herramientas de Usuario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6793"/> - <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> - <translation>La información de versiones no se puede descargar porque está <b>sin línea</b>. Por favor, póngase en línea e inténtelo de nuevo.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>Hex Editor</source> - <translation>Editor Hexadecimal</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation>Editor &Hexadecimal...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2158"/> - <source>Start the eric6 Hex Editor</source> - <translation>Iniciar el Editor Hexadecimal de eric6</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2160"/> - <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> - <translation><b>Editor Hexadecimal</b><p>Inicia el Editor Hexadecimal de eric6 para visionado o edición de archivos binarios.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2401"/> - <source>Clear private data</source> - <translation>Limpiar Datos Privados</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2403"/> - <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><b>Limpiar datos privados</b><p>Limpia los datos privados como las listas de archivos recientes, proyectos o multiproyectos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1446"/> - <source>Save session...</source> - <translation>Guardar sesión...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1451"/> - <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><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6350"/> - <source>Load session</source> - <translation>Cargar sesión</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation>Cargar sesión...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <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><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6350"/> - <source>eric6 Session Files (*.e5s)</source> - <translation>Archivos de Sesión de eric6 (*.e5s)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6397"/> - <source>Crash Session found!</source> - <translation>¡Se ha hallado una sesión perdida!</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6397"/> - <source>A session file of a crashed session was found. Shall this session be restored?</source> - <translation>Se ha encontrado un archivo de sesió para una sesión perdida. ¿Desea restaurar esta sesión?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="658"/> - <source>Cleaning Plugins Download Area...</source> - <translation>Limpiar Área de Descarga de Plugins...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="650"/> <source>Initializing Plugins...</source> <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Ha instalado eric directamente a partir del código fuente. No es posible comprobar la disponibilidad de una actuación.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Ésta es una snapshot release the eric6. Una release estable más reciente podría estar disponible.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation>Visor de Documentación de Código</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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><b>Documentación de Qt4</b><p>Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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><b>Documentación de Qt5</b><p>Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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><b>Documentación de PyQt4</b><p>Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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><b>Documentación de PyQt5</b><p>Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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><b>Documentación de PySide</b><p>Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation>Documentación de PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation>Documentación de PySide&2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation>Abrir Documentación de PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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><b>Documentación de PySide2</b><p>Muestra la Documentación de PySide2. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric, o se ejecutará en un navegador web, o Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide{0} no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation>Gestor de Virtualenv</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation>Gestor de &Virtualenv...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> <translation><b>Gestor de Virtualenv</b><p>Abre un diálogo para gestionar los entornos virtuales Python definidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation>Configurador de Virtualenv</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation>Configurador de &Virtualenv...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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><b>Configurador de Virtualenv</b><p>Abre un diálogo para introducir todos los parámetros necesarios para crear un entorno virtual de Python utilizando virtualenv o pyvenv.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation>Lado Izquierdo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation>Lado Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation>Lado Derecho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation>Reiniciar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation>Reiniciar la IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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><b>Reiniciar la IDE</b><p>Reinicia la IDE. Todos los cambios sin guardar pueden ser guardados primero. Cualquier programa de Python que esté en depuración será detenido, y las preferencias se guardarán en disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation>Iniciar Navegador Web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation>El navegador web de eric 6 no se ha podido iniciar.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>El navegador web de eric6 no se ha iniciado.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation>PyPI</translation> </message>
--- a/i18n/eric6_fr.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_fr.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9235,6 +9235,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15379,17 +15407,17 @@ <translation>Envoyer un rapport de bug</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Pièce jointe</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Mot de masse du serveur mail</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Entrer votre mot de passe pour le serveur mail</translation> </message> @@ -15444,17 +15472,17 @@ <translation>Type</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Envoyer</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Fermer la fenêtre</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Voulez-vous réellement fermer cette fenêtre?</translation> </message> @@ -15469,105 +15497,110 @@ <translation>Pièces jointes</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Entrer votre remarque ou &suggestion ci-dessous. Les informations de version seront ajoutées automatriquement.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Entrer votre rapport de &bogue ci-dessous. Les informations de version seront ajoutées automatriquement.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> <source>Enter your password for accessing the mail server</source> <translation>Entrer votre mot de passe pour accéder au serveur mail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Entrer votre nom d'utilisateur pour le serveur mail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> <source>Signature:</source> <translation>Signature:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Entrer l'adresse de votre serveur mail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Adresse Email:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> + <source>Enter your email signature</source> + <translation>Entrer votre signature mail</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> - <source>Enter your email signature</source> - <translation>Entrer votre signature mail</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> <source>Enter your email address</source> <translation>Entrer votre adresse mail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Sélectionner pour s'identifier auprès du serveur mail</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Le serveur mail a besoin d'une identification</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Nom d'utilisateur:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Password:</source> <translation>Mot de passe:</translation> </message> @@ -15577,77 +15610,77 @@ <translation><b>Configuration de l'email</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Cocher pour utiliser une connexion sécurisée TLS</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> + <source>Enter the port of the mail server</source> + <translation>Entrer le port du serveur mail</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> + <source>Press to test the login data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> + <source>Test Login</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source>Login Test</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> + <source>The login test succeeded.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source><p>The login test failed.<br>Reason: {0}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> + <source>Encryption Method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> + <source>Select to use no encryption</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> + <source>Select to use SSL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> + <source>SSL</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> - <source>Enter the port of the mail server</source> - <translation>Entrer le port du serveur mail</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> - <source>Press to test the login data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> - <source>Test Login</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source>Login Test</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> - <source>The login test succeeded.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source><p>The login test failed.<br>Reason: {0}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> - <source>Encryption Method:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> - <source>Select to use no encryption</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> - <source>None</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> - <source>Select to use SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> - <source>SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">Port:</translation> </message> @@ -15662,40 +15695,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25186,11 +25234,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48617,7 +48660,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48627,7 +48670,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48652,17 +48695,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -75207,2293 +75250,2293 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Création de l'interface utilisateur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Fenêtre de log</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Définition des connexions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Initialisation des actions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Initialisation des menus...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Initialisation des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Initialisation de la barre d'état...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Initialisation des outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Quitter l'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>Quitter l'IDE</b><p>Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Visionneur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Visionneur d'&aide...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Ouvre le visualiseur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Afficher les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Afficher les &versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Affiche les informations sur les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Rapport de &bogue...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Envoyer un rapport de bogue</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Rapport de &bogue...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Envoyer un rapport de bogue</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Rapport de bogue...</b><p>Ouvre une fenêtre pour envoyer un rapport de bogue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>&Tests unitaires...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>&Tests unitaires...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Ouvre la fenêtre Unitest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Préférences...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>Raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>&Raccourcis claviers...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>&Raccourcis claviers...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Définition des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exporter les raccourcis claviers...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exporter les raccourcis claviers...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Exporte les raccourcis claviers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importer des raccourcis clavier...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importer des raccourcis clavier...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Importe des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importer des raccourcis clavier</b><p>Importe des raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2913"/> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Initialisation du serveur d'application...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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>Tests unitaires</b><p>Effectue les tests d'unitaires. Cette fenêtre permet de sélectionner et de lancer une suite de tests unitaires.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>Unittest Restart</source> - <translation>Relancer les tests unitaires</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>&Relancer les tests unitaires...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>Unittest Restart</source> + <translation>Relancer les tests unitaires</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>&Relancer les tests unitaires...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Relancer le dernier test unitaire</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Relancer le dernier test unitaire</b> <p>Relance le dernier test unitaire effectué.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation>Script de tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>&Script de tests unitaires...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>&Script de tests unitaires...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Lance les tests unitaires sur le script courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Projet de tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>&Projet de tests unitaires...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>&Projet de tests unitaires...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Lance les tests unitaires sur le projet courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Projet de tests unitaires</b><p>Lance les tests unitaires sur le projet en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Comparaison de fichiers...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Compare deux fichiers</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Comparaison de Fichiers</b><p>Ouvre une fenêtre pour comparer deux fichiers.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>Compare deux fichiers</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Comparaison de Fichiers</b><p>Ouvre une fenêtre pour comparer deux fichiers.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>Comparaison de fichiers côte à côte</b><p>Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>Tests &unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Navigateur de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Profil d'Edition</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>Edition des profils</b><p>Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Profil Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Active le profil Débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>Profil Debogage</b><p>Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>View Profiles</source> - <translation>Profils de visualisation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>Profils de &Visualisation...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>View Profiles</source> + <translation>Profils de visualisation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>Profils de &Visualisation...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Configuration des profils de visualisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>Profils de Visualisation</b><p>Configure les modes de visualisation de l'éditeur (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation>Visionneur d'UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>Visionneur d'&UI...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation>Visionneur d'UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>Visionneur d'&UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Démarre le Visionneur d'UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Visionneur de &Traductions...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Visionneur de &Traductions...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Démarre le visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Visionneur de traductions</b><p>Démarre le visionneur de traductions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Recharger les APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Recharger les &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Recharger les informations des API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Recharger les APIs</b><p>Recharger les informations des API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'adresse mail ou l'adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Gestionnaire de gabarits</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Activer l'éditeur courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Documentation Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Lance la Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Documentation pour les API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>Documentation pour les API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Impossible de démarrer le visualiseur d'aide.<br>Assurez-vous qu'il est bien ici <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Enregistrement des objets...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Gestionnaire de projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Gestionnaire de débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>Gestionnaire de &projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Rechercher des mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Rechercher des &mises à jour...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation> Documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Lance la documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2992"/> + <location filename="../UI/UserInterface.py" line="2997"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Afficher les outils externes</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Afficher les outils externes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2993"/> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Infos Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Affiche les infos sur les plugins</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Infos Plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Affiche les infos sur les plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Infos Plugins...</b><p>Affiche une fenêtre donnant des informations sur les plugins chargés.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>&Plugin Infos...</source> <translation>Infos &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Désinstaller un plugin</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Désinstaller un plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>&Désinstaller un plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Désinstaller un plugin...</b><p>Ouvre une fenêtre pour désinstaller un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Activation des plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2788"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Afficher les versions téléchargeables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Afficher les versions &téléchargeables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin Repository</source> - <translation>Référentiel de plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Référentiel de plugins...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin Repository</source> + <translation>Référentiel de plugins</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Référentiel de plugins...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Affiche les plugins disponibles au téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Référentiel de plugins...</b><p>Affiche une fenêtre donnant la liste des plugins disponibles sur internet.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Installation de plugins</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Installation de plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>&Installation de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installation de plugins...</b><p>Ouvre une fenêtre pour installer ou mettre à jour des plugins.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Mini-éditeur</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini-éditeur</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini édit&eur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editeur</b><p>ouvre une fenêtre avec un éditeur simplifié.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>&Barres d'outils...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>&Barres d'outils...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Configuration des barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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>Barres d'outils</b><p>Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer vos propres barres d'outils</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Restauration des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Gestionnaire de multi-projets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Chargement de session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Cette partie de la barre d'état affiche l'encodage des éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Suggestion d'&amélioration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Envoyer une suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Demande d'amélioration...</b><p>Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Cette zone de la barre d'état affiche le langage de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche la position du curseur.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Barre horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>Barre &horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Afficher/Masquer la barre d'outils horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> + <location filename="../UI/UserInterface.py" line="2913"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Intervertir les onglets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>Export Preferences</source> - <translation>Exporte les préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>E&xporter les préférences...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>Export Preferences</source> + <translation>Exporte les préférences</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>E&xporter les préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Exporte la configuration courante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Importe les préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>I&mporter les préférences...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>I&mporter les préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Importe les préférences d'un fichier précédemment exporté</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Afficher le suivant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Afficher le précédent</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Barre latérale de gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>Barre latérale de &gauche</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Affiche/Masque la barre latérale de gauche</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>Barre latérale de &gauche</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Affiche/Masque la barre latérale de gauche</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>Affiche/masque la barre latérale de gauche</b><p>Affiche ou maque la barre latérale de gauche.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>&Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Affiche/Masque la barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation type="unfinished">Coopération</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2032"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentation Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Lance la Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished">&Fenêtres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished"> Documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Lance la documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Rechercher des mises à jour...</b><p>Recherche des mises à jour pour eric4 sur internet.</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Affiche les versions téléchargeables...</b><p>Affiche les versions d'eric4 disponibles sur internet.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">Charger la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_it.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_it.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9257,6 +9257,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15396,17 +15424,17 @@ <translation>Invia un bug report</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Allega file</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Password del server di posta</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Inserisci la tua password per il server di posta</translation> </message> @@ -15461,17 +15489,17 @@ <translation>Tipo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Spedisci</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Chiudi dialogo</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Vuoi veramente chiudere questo dialogo ?</translation> </message> @@ -15486,105 +15514,110 @@ <translation>Allegati</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Inserisci la tua richiesta di &funzionalità qui sotto. Informazioni sulla versione sono aggiunte automaticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Inserisci la descrizione del &bug qui sotto. Informazioni sulla versione sono aggiunte automaticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Invia una richiesta di funzionalità</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Autenticazione fallita.<br>Motivo: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Il messaggio non può essere inviato.<br>Motivo: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> <source>Enter your password for accessing the mail server</source> <translation>Inserisci la tua password per accedere al server di posta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Inserisci il nome utente utilizzato sul server di posta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> <source>Signature:</source> <translation>Firma:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Inserisci l'indirizzo del tuo server di posta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Indirizzo Email:</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> + <source>Enter your email signature</source> + <translation>Inserisci la tua firma per le mail</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> - <source>Enter your email signature</source> - <translation>Inserisci la tua firma per le mail</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> <source>Enter your email address</source> <translation>Inserisci il tuo indirizzo di posta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Seleziona per autenticarti sul serverdi posta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Il server di posta richiede l'autenticazione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Nome Utente:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> <source>Password:</source> <translation>Passoword:</translation> </message> @@ -15594,77 +15627,77 @@ <translation><b>Configura Email</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Seleziona per usare TLS</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> + <source>Enter the port of the mail server</source> + <translation>Inserisci la porta del server di posta</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation>Server di posta in uscita (SMTP):</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> + <source>Press to test the login data</source> + <translation>Premi per testare i dati di accesso</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> + <source>Test Login</source> + <translation>Testa l'accesso</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source>Login Test</source> + <translation>Controllo accesso</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> + <source>The login test succeeded.</source> + <translation>Il controllo d'accesso è corretto.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> + <source><p>The login test failed.<br>Reason: {0}</p></source> + <translation><p>Il controllo accesso è fallito.<br>Motivo: {0}</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> + <source>Encryption Method:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> + <source>Select to use no encryption</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> + <source>None</source> + <translation type="unfinished">Nessuno</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> + <source>Select to use SSL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> + <source>SSL</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> - <source>Enter the port of the mail server</source> - <translation>Inserisci la porta del server di posta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation>Server di posta in uscita (SMTP):</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> - <source>Press to test the login data</source> - <translation>Premi per testare i dati di accesso</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> - <source>Test Login</source> - <translation>Testa l'accesso</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source>Login Test</source> - <translation>Controllo accesso</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> - <source>The login test succeeded.</source> - <translation>Il controllo d'accesso è corretto.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> - <source><p>The login test failed.<br>Reason: {0}</p></source> - <translation><p>Il controllo accesso è fallito.<br>Motivo: {0}</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> - <source>Encryption Method:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> - <source>Select to use no encryption</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> - <source>None</source> - <translation type="unfinished">Nessuno</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> - <source>Select to use SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> - <source>SSL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">Porta:</translation> </message> @@ -15679,40 +15712,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25214,11 +25262,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48651,7 +48694,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48661,7 +48704,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48686,17 +48729,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -75248,2293 +75291,2293 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Generazione interfaccia utente principale...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Log-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Impostazione connessioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Inizializzazione Azioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Inizializzazione Menù...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Inizializzazione barre degli strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Inizializzazione barra di stato...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Inizializzazione strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Esci dall'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>Esci dall'IDE</b><p>Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Visualizzatore Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Visualizzatore &Help...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Apri il visualizzatore di help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Mostra versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Mostra &Versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Mostra informazioni sulla versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Segnala &Bug...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Segnala un bug</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Segnala &Bug...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Segnala un bug</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>&Unittest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>&Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Avvia dialogo unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Preferenze...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>Scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>&Scorciatoie da tastiera...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>&Scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Imposta le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Esporta scorciatoie da tastiera...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Esporta scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Esporta le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importa scorciatoie da tastiera...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importa scorciatoie da tastiera...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Importa le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importa scorciatoie da tastiera</b><p>Importa le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> + <location filename="../UI/UserInterface.py" line="2788"/> <source>E&xtras</source> <translation>E&xtra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2913"/> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> + <location filename="../UI/UserInterface.py" line="2993"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2990"/> + <location filename="../UI/UserInterface.py" line="2995"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Inizializzazione Single Application Server...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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>Unittes</b><p>Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>Unittest Restart</source> - <translation>Riavvia Unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>&Riavvia Unittest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>Unittest Restart</source> + <translation>Riavvia Unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>&Riavvia Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Riavvia l'ultima unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Riavvia Unittest</b><p>Riavvia l'ultima unittest eseguita.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest Script</source> - <translation>Script unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>&Script Unittest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest Script</source> + <translation>Script unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>&Script Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Esegui unittest con lo script corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>&Progetto Unittest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>&Progetto Unittest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Esegui unittest con il progetto corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Progetto Unittest</b><p>Esegui unittest con il progetto corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Confronta file...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Confronta due file</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>Confronta due file</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>Confronta file affiancati</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>Confronta file affiancati</b><p>Apri un dialogo per confrontare due file e mostrare i risultati affiancati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>File Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Modifica profilo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Attiva il profilo della vista di editing</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>Profilo di edit</p><p>Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Attiva profilo Debug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>Profilo di debug</p><p>Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>View Profiles</source> - <translation>Vista Profili</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>&Vista profili...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>View Profiles</source> + <translation>Vista Profili</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>&Vista profili...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Configura i profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>Vista Profili</b><p>Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation>Anteprima UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>Antreprima &UI...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation>Anteprima UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>Antreprima &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Avvia UI Previewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Avvia UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Anteprima &Traduzioni...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Anteprima &Traduzioni...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Avvia l'anteprima delle traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Anteprima traduzioni</b><p>Avvia l'anteprima delle traduzioni.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Ricarica APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Ricarica &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Ricarica le informazioni delle API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Ricarica APIs</b><p>Ricarica le informazioni delle API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Templates-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Attiva editor corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Documentazione Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Documentazione Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Apri documentazione su Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>Documentazione API di &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Registrazione Oggetti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>&Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Controlla per aggiornamenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Controlla per &Aggiornamenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>Documentazione PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2992"/> + <location filename="../UI/UserInterface.py" line="2997"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Mostra tool esterni</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Mostra tool esterni</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2993"/> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Informazioni su Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Mostra informazioni sui Plugin</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Informazioni su Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Mostra informazioni sui Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informazioni sui Plugin...</b><p>Apre un dialogo per mostrare le informazioni sul plugin caricati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2454"/> <source>&Plugin Infos...</source> <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Disinstalla Plugin</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Disinstalla Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>Disinstalla Pl&ugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Disinstalla Plugin...</b><p>Apre un dialogo per disinstallare un plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2788"/> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Mostra versioni scaricabili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Mostra &versioni scaricabili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin Repository</source> - <translation>Repository Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Repository Plugin...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin Repository</source> + <translation>Repository Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Repository Plugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Mostra Plugin disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repository Plugin...</b><p>Apre un dialogo che mostra i plugin disponibili.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Installa Plugin</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Installa Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>&Installa Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installa Plugin...<b><p>Apre un dialogo per installare o aggiornare i plugin.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Mini Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Apre un dialogo con un semplice editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>Tool&bars...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>Tool&bars...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Configura toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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>Toolbars</b><p>Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Ripristino toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Questa zona della barra di stato mostra l'encoding usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Richiedi funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Richiedi &funzionalità...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Invia una richiesta di funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Richiedi funzionalità...</b><p>Apre un dialogo per mandare una richiesta di funzionalità.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Questa zona della barra di stato mostra il linguaggio usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Barra dei comandi orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>Toolbox &Orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> + <location filename="../UI/UserInterface.py" line="2913"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Cicla tra le linguette</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>Export Preferences</source> - <translation>Esporta preferenze</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>E&sporta preferenze...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>Export Preferences</source> + <translation>Esporta preferenze</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>E&sporta preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Esporta la configurazione attuale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Esporta preferenze</b><p>Esporta la configurazione attuale su un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Importa preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>I&mporta preferenze...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>I&mporta preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Importa una configurazione precedentemente esportata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importa preferenze</b><p>Importa una configurazione precedentemente esportata.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Mostra successivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Mostra precedente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>Barra &laterale sinistra</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>Barra &laterale sinistra</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>Abilita/Disabilita la finestra della barra laterale sinistra</b><p>Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>Barra in &basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Abilita/Disabilita la finestra della barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>Abilita/Disabilita la finestra della barra in basso</b><p>Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>&Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>SQL Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>SQL &Browser...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>SQL &Browser...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Naviga un database SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Naviga un database SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Editor di icone</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>Editor di &icone...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>Documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Documentazione Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Apri documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} -{1} Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Cooperazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Simboli</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>Numeri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Documentazione Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Documentazione Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>Apri documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished">Barra degli strumenti sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation type="unfinished">Barra degli strumenti destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished">Barra laterale destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation type="unfinished">IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> + <location filename="../UI/UserInterface.py" line="2037"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentazione Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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>Helpviewer</b><p>Visualizza il browser web di eric6. Questa finestra mostra file di help HTML e della documentazione Qt. Ha la capacitaà di navigare nei link, impostare segnalibri, stampare l'help visualizzato e alcune altre funzionalità. E' possibile usarlo anche per internet</p><p>Se invocato con una parola selezionata, questa parola viene cercata nella documetazione Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Controlla per Update...</b><p>Controlla su internet per aggiornamenti di eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Mostra versioni scaricabili...</b><p>Mostra le versioni di eric6 disponibili per il download.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Avvia il Browser Web di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Avvia l'editor di icone di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor di icone</b><p>Avvia l'editor di icone di eric6 per modificare delle icone semplici.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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>Mostra tool esterni</b><p>Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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>Documentazione API Eric</b><p>Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Le Qt v.3 non sono supportate da eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">L'update alla versione <b>{0}</b> di eric6 è disponibile presso <b>{1}</b>. Vuoi prenderlo?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric6 è aggiornato</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Stai usando l'ultima versione di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric6 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished">Pulisci dati privati</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">Carica sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished">Riavvio</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_pt.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_pt.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9266,6 +9266,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15464,80 +15492,85 @@ <translation></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Enviar pedido de funcionalidade</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Introduza abaixo o seu pedido de &funcionalidade. A informação de versão adiciona-se automaticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Introduza abaixo a descrição do &falho. A informação de versão adiciona-se automaticamente.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Enviar</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Caixa de diálogo de fecho</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Tem a certeza de que quer fechar a caixa de diálogo?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Senha do Servidor de Correio</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Introduzir a senha do seu servidor de correio</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Falho na autenticação. <br>Razão: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Não se pôde enviar a mensagem. <br>Razão: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Anexar ficheiro</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished">Enviar Mensagem</translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15547,132 +15580,132 @@ <translation><b>Configurar Correio Eletrónico</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> <source>Outgoing mail server (SMTP):</source> <translation>Servidor de correio de saída (SMTP):</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Introduza a direção do seu servidor de correio</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation>Introduza o porto do servidor de correio</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Direção do correio eletrónico:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation>Introduzir o direção do seu correio eletrónico</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation>Assinatura:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation>Introduzir o direção do seu correio eletrónico</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation>Assinatura:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation>Introduzir a assinatura do seu correio eletrónico</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Selecionar para usar TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Selecionar para autenticar contra o servidor de correio</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Servidor de correio necessita autenticação</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Nome de Usuário:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Introduzir nome de usuário no seu servidor de correio</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation>Senha:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation>Introduzir a sua senha para aceder ao servidor de correio</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation>Senha:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation>Introduzir a sua senha para aceder ao servidor de correio</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation>Pressionar para provar os dados de conexão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation>Provar Conexão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation>Prova de Conexão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation>A prova de conexão teve êxito.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation><p>A prova de conexão falhou.<br>Motivo: {0}</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">Porto:</translation> </message> @@ -15687,40 +15720,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25223,11 +25271,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48661,7 +48704,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48671,7 +48714,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48696,17 +48739,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -75066,2293 +75109,2293 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>A iniciar Gestor de Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>A criar Interface Principal de Usuário...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>A definir coneções...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>A iniciar Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>A registar Objetos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>A iniciar Ações...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>A iniciar Menús...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>A iniciar Barras de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>A iniciar Barra de Estado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>A iniciar Servidor de Aplicação Única...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>A ativar Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>A restaurar Gestor da Barra de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Visor de Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Visor de Multiprojeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Visor de Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Colaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Visor de Registos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Visor de Tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Visor de Modelos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Navegador de Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Caixa de Ferramentas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Modo Passivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Sair</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>Sai&r</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Sair do IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>Sair do IDE</b><p>Isto sai do IDE. Pode gravar antes as alterações. Qualquer programa Python que esteja a ser depurado será parado e as preferências serão escritas no disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Perfil de Edição</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Ativar o perfil de vista de edição</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>Perfil de Edição</b><p>Activa o "Perfil da Vista de Edição". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Perfil de Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Ativar o perfile de vista de depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>Perfil de Depuração</b><p>Activa o "Perfile da Vista de Depuração". As janelas a serem mostradas, se este perfil está activado, podem ser configuradas com a caixa de diálogo "Configuração de Vista do Perfil"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>Visor de &Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>Visor de &Multiprojeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>Visor de &Depuração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>Caixa de Ferramentas &Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Alternar a janela de Caixa de Ferramentas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Barra Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>Barra Lateral &Esquerda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Alternar a janela da barra lateral esquerda</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>Barra Lateral &Esquerda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Alternar a janela da barra lateral esquerda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Barra Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>Barra Lateral &Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Alternar janela da barra lateral inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>Alternar janela da barra lateral inferior</b><p>Mostra a janela da barra lateral inferior se está escondida. Esconde-a se está visível.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>O que é Isto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>O &que é Isto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation type="unfinished">Ajuda sensível ao contexto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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 type="unfinished"><b>Mostrar ajuda sensível a contexto</b><p>No modo 'Que é Isto?' o cursor do rato mostra uma flecha com um ponto de interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Visor de Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Visor de &Ajuda...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Abrir a janela do visor de ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Mostrar Versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Mostrar &Versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Mostrar a informação da versão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Procurar Atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Procurar &Atualizações...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Mostrar versões descarregáveis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Mostrar versões &descarregáveis...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Mostrar as versões disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Reportar Falho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Reportar &Falho...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Reportar um falho</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Reportar &Falho...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Reportar um falho</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportar Falho...</b><p>Abre uma caixa de diálogo para reportar um falho.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Solicitar Característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Solicitar Ca&racterística...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Enviar uma solicitude de característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Solicitar Característica...</b><p>Abre uma caixa de diálogo para enviar uma solicitude de característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Teste Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>Teste &Unitário...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>Teste &Unitário...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Iniciar a caixa de diálogo de teste unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation>Reiniciar Teste Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>&Reiniciar Teste Unitário...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>&Reiniciar Teste Unitário...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Reiniciar o último teste unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest Script</source> - <translation>Teste Unitário ao Script</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Teste Unitário ao &Script...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest Script</source> + <translation>Teste Unitário ao Script</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Teste Unitário ao &Script...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Executar teste unitário com o script atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Teste Unitário ao Script</b><p>Executar teste unitário com o script atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Teste Unitário ao Projeto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>Teste Unitário ao &Projeto...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>Teste Unitário ao &Projeto...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Executar teste unitário com o projeto atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Teste Unitário ao Projeto</b><p>Executar teste unitário com o projeto atual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation>Antevisor de UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>Antevisor &UI...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation>Antevisor de UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>Antevisor &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Iniciar Antevisor de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>Antevisor de UI</b><p>Inicia o Antevisor de UI.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Antevisor de Traduções</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Antevisor de &Traduções...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Antevisor de &Traduções...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Iniciar Antevisor de Traduções</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Comparar Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Comparar Ficheiros...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>Comparar dois ficheiros</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>Comparar dois ficheiros</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>Comparar Ficheiros lado-a-lado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>Navegador S&QL...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>Navegador S&QL...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Navegar numa base de dados SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navegador SQL</b><p>Navegar numa base de dados SQL.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Mini Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Abre uma caixa de diálogo com um editor simplificado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Editor de Ícones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>Editor de &Ícones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>Preferences</source> - <translation>Preferências</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Preferências...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>Preferences</source> + <translation>Preferências</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Preferências...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Definir a configuração desejada</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferências</b><p>Define os elementos de configuração da aplicação com os valores desejados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>E&xportar Preferências...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>E&xportar Preferências...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Exportar a configuração atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Exportar Preferências</b><p>Exporta a configuração atual a um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>&Importar Preferências...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>&Importar Preferências...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Importar uma configuração exportada antes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Importar Preferências</b><p>Importa uma configuração anteriormente exportada.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Recarregar APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Recarregar &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Recarregar a informação de API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Mostrar ferramentas externas</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Mostrar ferramentas externas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Mostrar &ferramentas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>Perfiles de Vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>Perfiles de &Vista...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>Perfiles de &Vista...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Configurar perfiles de vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>Perfiles de Vista</b><p>Configurar os perfiles de vista. Com esta caixa de diálogo pode definir a visibilidade de várias janelas para os perfiles de vista predefinidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Barras de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>&Barras de Ferramentas...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>&Barras de Ferramentas...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Configurar as barras de ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>Atalho&s de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>Atalho&s de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Definir os atalhos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Exportar Atalhos de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Exportar Atalhos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Exportar os Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atalhos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Importar Atalhos de Teclado...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Importar Atalhos de Teclado...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Importar os atalhos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Ativar o editor atual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Mostrar próximo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Mostrar anterior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Mudar entre separadores</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Informação dos Complementos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation>Informação dos &Complementos...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Mostrar Informação dos Complementos</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Informação dos Complementos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation>Informação dos &Complementos...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Mostrar Informação dos Complementos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informação dos Complementos...</b><p>Abre uma caixa de diálogo que mostra alguma informação sobre os complementos carregados.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Instalar Complementos</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Instalar Complementos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>&Instalar Complementos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalar Complementos...</b><p>Abre uma caixa de diálogo para instalar ou atualizar complementos.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Desinstalar Complemento</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Complemento</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>&Desinstalar Complemento...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Desinstalar Complemento...</b><p>Abre uma caixa de diálogo para desinstalar um complemento.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation>Repositório de Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Repositório de Complementos...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Repositório de Complementos...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Mostrar Complementos disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repositório de Complementos...</b><p>Abre uma caixa de diálogo que mostra a lista de complementos disponíveis em Internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Documentação de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Documentação de Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Abrir a Documentação de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>Documentação do PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Abrir a Documentação de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Documentação de API do Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>Documentação de API do &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Abrir a Documentação de API do Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>Documentação de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Documentação de Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Abrir Documentação de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>Teste &Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>A&ssistentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Selecionar Grupo de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>Definiçõe&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>Barras de Ferramen&tas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>Comp&lementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation>Configurar...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation>Configurar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>Ferramentas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>Definições</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>Ajuda</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>Perfiles</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>Ferramentas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>Ajuda</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>Perfiles</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Ferramentas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>A direção do correio eletrónico ou a direção do servidor de correio está vazia. Por favor configure as Definiçães de Correio Eletrónico na Caixa de Diálogo de Preferências.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Reiniciar a aplicação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>A aplicação necessita ser reiniciada. Reiniciar agora?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Configurar o atual Grupo de Ferramentas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>Ferramentas &Internas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Ferramentas dos &Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>&Mostrar tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>&Esconder tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Suporte Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Não há nenhum visor personalizado selecionado. Por favor use a caixa de diálogo das preferências para escolher um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Ferramentas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>A iniciar processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>Processo '{0}' saiu.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Falta a Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Ficheiro de atalhos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Sessão de leitura</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> não é um ficheiro.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Não procurar atualizações.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versões Disponíveis</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Usado a primeira vez</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Documentação de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Documentação de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>Abrir a Documentação de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Documentação de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Documentação de Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>Abrir a Documentação de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation>Erro na obtenção da informação de versões</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation>Não se pôde iniciar um navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation>A definir Perfil de Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation>A Ler Tarefas...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> - <translation>A ler Modelos...</translation> + <source>Reading Tasks...</source> + <translation>A Ler Tarefas...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation>A ler Modelos...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation>A iniciar Depurador...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation>Nova Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation>Nova &Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation>Comparar &Ficheiros lado-a-lado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation>Caixa de Ferramentas Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation>Caixa de Ferramentas Direita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation>Navegador de &Ficheiros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation>Visor de Re&gistos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation>Visor de &Tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Muda o enfoque de entrada à janela do Visor de Tarefas.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation>Visor de Mod&elos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Muda o enfoque de entrada à janela do Visor de Modelos.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation>Caixa de Ferramentas &Esquerda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation>Caixa de Ferramentas Di&reita</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation>Caixa de Ferramentas Di&reita</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation>Barra Direita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation>Barra Lateral Di&reita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation>Visor de Colaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation>Visor de C&olaboração</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Ativar Visor de Colaboração</b><p>Muda o enfoque de entrada para a janela do Visualizador de Colaboração.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation>Visor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation>V&isor de Símbolos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation>Visor de Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation>Visor de Nú&meros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation>&Janelas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> + <location filename="../UI/UserInterface.py" line="2037"/> <source>Qt-Designer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation>Iniciar Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation>Iniciar Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation>Documentação de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation>Documentação de Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation>Abrir a Documentação de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Manage SSL Certificates</source> <translation>Gestionar Certificados SSL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation>Gestionar Certificados SSL...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation>Gestionar Certificados SSL...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar certificados SSL gravados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensagens</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation>Editar Filtros de Mensagens...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation>Editar Filtros de Mensagens...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation>Documentação do PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation>Documentação do PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation>Documentação do PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation>Abrir a Documentação de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation>Mostrar Registo de Erros</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation>Mostrar &Registo de Erros...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation>Mostrar &Registo de Erros...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation>Navegador &Web de eric6...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation>Navegador &Web de eric6...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation>Iniciar o Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Navegardor Web eric6</b><p>Navegar por internet com o Navegador Web eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation>Iniciar o Editor de Icones de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 não está suportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Atualização a <b>{0}</b> de eric6 já está disponível em <b>{1}</b>. Quere-a descarregar?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation>Eric6 está atualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation>Utiliza a última versão do eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 ainda não foi configurado. A caixa de diálogo de configuração vai iniciar-se.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation>Ferramentas de &Utilizador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> - <source>Hex Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished">Limpar dados privados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">Carregar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished">Assistente para Virtualenv</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished">Reiniciar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_ru.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_ru.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9305,6 +9305,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15505,80 +15533,90 @@ <translation>Alt+D</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>Введите ваш &запрос. Информация о текущей версии будет добавлена автоматически.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Введите описание &ошибки. Информация о текущей версии будет добавлена автоматически.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Отправить</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Закрыть диалог</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Вы действительно хотите закрыть диалог?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Пароль к почтовому серверу</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Задайте свой пароль к почтовому серверу</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Аутентификация не удалась.<br>Причина: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Сообщение не может быть отправлено по причине: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Прицепить файл</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation>Справка Google Mail API</translation> </message> <message> <location filename="../UI/EmailDialog.py" line="173"/> <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation><p>Клиент Google Mail API не установлен. Используйте <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> для его установки.</p></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <translation type="obsolete"><p>Клиент Google Mail API не установлен. Используйте <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> для его установки.</p></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation>Справка Gmail API</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation>Отправить сообщение</translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"><p>Клиент Google Mail API не установлен. Используйте <code>{0}</code> для его установки.</p></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15588,132 +15626,132 @@ <translation><b>Настройка Email</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> <source>Outgoing mail server (SMTP):</source> <translation>Сервер исходящих сообщений (SMTP):</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Введите адрес Вашего почтового сервера</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation>Задайте порт почтового сервера</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>Адрес электронной почты:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation>Введите адрес вашей электронной почты</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation>Подпись:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation>Введите адрес вашей электронной почты</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation>Подпись:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation>Введите подпись для Вашей почты</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>Использовать TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Включить в случае необходимости аутентификации на почтовом сервере</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Требуется аутентификация на почтовом сервере</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Имя пользователя:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Введите ваше имя на почтовом сервере</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation>Пароль:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation>Введите ваш пароль для доступа к почтовому серверу</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation>Пароль:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation>Введите ваш пароль для доступа к почтовому серверу</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation>Тест регистрационных данных</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation>Проверка логина</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation>Проверить логин</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation>Проверка логина успешно выполнена.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation><p>Неудачная проверка логина.<br> Причина: {0}</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation>Метод шифрования:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation>Без шифрования</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation>Использовать SSL</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation>SSL</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation>TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation>Порт:</translation> </message> @@ -15730,38 +15768,63 @@ <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation><b>Примечание:</b>Google Mail, использующая простой SMTP, должна быть настроена ниже.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <translation type="obsolete"><b>Примечание:</b>Google Mail, использующая простой SMTP, должна быть настроена ниже.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation>Обычная Email</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation>Помощь в подключении Google Mail API</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation>Помощь в подключении Google Mail API</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation>Справка Google Mail API</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation><p>Отсутствует файл учетных данных. Подключен ли API Gmail?</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <translation type="obsolete"><p>Отсутствует файл учетных данных. Подключен ли API Gmail?</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation>Справка Gmail API</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation><p>Клиент Google Mail API не установлен. Используйте <code>{0}</code> для его установки.</p></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25297,7 +25360,7 @@ <message> <location filename="../E5Network/E5GoogleMail.py" line="93"/> <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation>Отсутствует файл учетных данных. Подключен ли API Gmail?</translation> + <translation type="obsolete">Отсутствует файл учетных данных. Подключен ли API Gmail?</translation> </message> </context> <context> @@ -48806,7 +48869,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation>Установка пакетов</translation> </message> @@ -48816,22 +48879,22 @@ <translation>Обновление пакетов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation>Деинсталяция пакетов</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation>Установка пакетов, перечисленных в зависимостях</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation>Вы действительно хотите деинсталировать эти пакеты?</translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation>Деинсталяция пакетов, перечисленных в зависимостях</translation> </message> @@ -49377,7 +49440,7 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="70"/> <source>User-Site only</source> - <translation>Только установленные в user-site</translation> + <translation>Только в user-site</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="412"/> @@ -49402,7 +49465,7 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="153"/> <source>Verbose Information</source> - <translation>Подробная информация о пакете</translation> + <translation>Подробная информация</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="160"/> @@ -49412,7 +49475,7 @@ <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="163"/> <source>Installed Files</source> - <translation>Информация о установленных файлах</translation> + <translation>Установленные файлы</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.ui" line="235"/> @@ -51435,7 +51498,7 @@ <message> <location filename="../Preferences/ProgramsDialog.py" line="231"/> <source>PyPI Package Management</source> - <translation>Управление пакетами PyPI</translation> + <translation>Менеджер пакетов PyPI</translation> </message> </context> <context> @@ -75538,2306 +75601,2306 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Инициализация менеджера плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Создание главного пользовательского интерфейса...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Установка соединений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Инициализация инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Регистрация объектов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>Инициализация действий...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Инициализация меню...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Инициализация панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Инициализация строки статуса...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Инициализация сервера уникального приложения...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Активация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Просмотр проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Просмотр мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Просмотр отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>Кооперация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Символы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Просмотр журналов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Просмотр задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Просмотр шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>Числа</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>Выход из IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>Выход из IDE</b> <p>Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и предпочтения будут сохранены на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Активизировать профиль редактирования</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>Профиль редактирования</b><p>Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Активизировать профиль отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>Профиль отладки</b><p>Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>Просмотр &проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>Просмотр &мультипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>Просмотр &отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>&Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Включить/Выключить горизонтальную панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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>Включить/Выключить горизонтальную панель инструментов</b><p>Включить/Выключить горизонтальную панель инструментов</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>Left Sidebar</source> - <translation>Левая док-панель</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>&Левая док-панель</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Показать/Скрыть левую док-панель</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>Left Sidebar</source> + <translation>Левая док-панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>&Левая док-панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Показать/Скрыть левую док-панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>Показать/Скрыть левую док-панель</b> <p>Если левая док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>&Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Показать/Скрыть нижнюю док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>Показать/Скрыть нижнюю док-панель</b> <p>Если нижняя док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Контекстнозависимая справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>Показ контекстнозависимой справки</b><p>В режиме "What's This?"(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Просмотр справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>Просмотр спр&авки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Открыть окно просмотра справки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Показать версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Показать &версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Информация о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Показать версии</b><p>Информация о версиях.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Проверить наличие обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>Наличие &обновлений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Версии, доступные для &загрузки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Сообщение об ошибке</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Сообщить об &ошибке...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Сообщить об ошибке</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Сообщить об &ошибке...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Сообщить об ошибке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Сообщить об ошибке...</b><p>Открытие диалога для сообщения об ошибке.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>Послать &запрос...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Послать запрос...</b><p>Отображение диалога создания запроса.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Юниттест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>&Юниттест...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>&Юниттест...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Запустить диалог юниттеста</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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>Юниттест</b> <p>Выполнение тестов. Диалог даёт возможность выбрать и выполнить набор юниттестов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> + <location filename="../UI/UserInterface.py" line="1965"/> <source>Unittest Restart</source> <translation>Перезапустить юниттест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>&Перезапустить юниттест...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>&Перезапустить юниттест...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>Перезапустить последний юниттест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Перезапустить юниттест</b> <p>Перезапустить последний проведённый юниттест.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation>Юниттест на сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Юниттест на &сценарии...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Юниттест на &сценарии...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Выполнить юниттест на текущем сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>Юнитест на сценарии</b><p>Выполнить юнитест на с текущем сценарии.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Юнитест на проекте</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>Юнитест на &проекте...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>Юнитест на &проекте...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Выполнить юнитест на текущем проекте</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Юнитест на проекте</b><p>Выполнить юнитест на текущем проекте.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>UI Previewer</source> - <translation>Предпросмотр UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>Предпросмотр &UI...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>UI Previewer</source> + <translation>Предпросмотр UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>Предпросмотр &UI...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>Запуск предпросмотра UI (пользовательского интерфейса)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Предпросмотр переводов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>&Предпросмотр переводов...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>&Предпросмотр переводов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Запустить предпросмотр переводов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>&Сравнить файлы...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2118"/> + <location filename="../UI/UserInterface.py" line="2123"/> <source>Compare two files</source> <translation>Сравнить два файла</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2106"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Сравнение файлов</b> <p>Открытие диалога сравнения двух файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare Files side by side</source> <translation>Сравнение файлов построчно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>Сравнить файлы построчно (side by side)</b> <p>Открыть диалог, в котором показаны различия между файлами, в две колонки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>SQL браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>&SQL браузер...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>&SQL браузер...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Просмотреть SQL базу данных</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL браузер</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Миниредактор</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Миниредактор</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Мини&редактор...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Миниредактор</b><p>Открывает диалог в упрощённым редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>Редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>Редактор &иконок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>Preferences</source> - <translation>Предпочтения</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Предпочтения...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>Preferences</source> + <translation>Предпочтения</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Предпочтения...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Установка элементов конфигурации приложения согласно вашим предпочтениям.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>&Экспорт предпочтений...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>&Экспорт предпочтений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>Экспорт текущих настроек</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>&Импорт предпочтений...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>&Импорт предпочтений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>Импорт сохранённых ранее настроек</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Импорт предпочтений</b><p>Импорт сохранённой ранее конфигурации.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>Перезагрузить API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>Перезагрузить &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>Перезагрузить информацию об API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Перезагрузить API</b><p>Перезагрузить информацию об API.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Показать внешние инструменты</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Показать внешние инструменты</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>&Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>&Профили...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>&Профили...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Конфигурация профилей</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>Панели &инструментов...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>Панели &инструментов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Настройка панелей инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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>Панели инструментов</b><p>Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>Горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>Горячие &клавиши...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>Горячие &клавиши...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Определение горячих клавиш</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Горячие клавиши</b><p>Определите горячие клавиши приложения согласно вашим предпочтениям.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Экспорт горячих клавиш</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>&Экспорт горячих клавиш...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>&Экспорт горячих клавиш...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Экспорт горячих клавиш</b> <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Импорт горячих клавиш</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>&Импорт горячих клавиш...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>&Импорт горячих клавиш...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Импорт горячих клавиш</b> <p>Импортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Активировать текущий редактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Показать следующую</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Показать предыдущую</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Переключение между вкладками</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Информация о плагинах</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation>Ин&формация о плагинах...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Отображение информации о плагинах</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Информация о плагинах</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation>Ин&формация о плагинах...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Отображение информации о плагинах</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Информация о плагинах...</b> <p>Открытие диалога, отображающего информацию о загруженных плагинах.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Установить плагины</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Установить плагины</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>&Установить плагины...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Установить плагины...</b><p>Открытие диалога установки или обновления плагинов.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Удалить плагин</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Удалить плагин</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>Уда&лить плагин...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Деинсталлировать плагин...</b><p>Открытие диалога деинсталляции плагина.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>&Репозиторий плагинов...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>&Репозиторий плагинов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>Показать плагины, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Репозиторий плагинов...</b><p>Открытие диалога, отображающего список плагинов, доступных для скачивания с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Документация Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Документация Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>Документация API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>Документация PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Документация Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>Открыть документацию PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>&Юнитест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation>&Дополнительно</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation>&Дополнительно</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>&Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Окна</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>Пла&гины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation>Настроить...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation>Настроить...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>Инструменты</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>Настройки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>Справка</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>Профили</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>Инструменты</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>Настройки</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>Справка</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>Профили</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>В этой части строки статуса отображается язык текущего окна редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>В этой части строки статуса отображается текущая кодировка редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>В этой части строки статуса отображается режим конца строки текущего редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>В этой части строки статуса отображается режим ro/rw файла, открытого в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>В этой части строки статуса отображается номер текущей строки редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>В этой части строки статуса отображается текущая позиция курсора в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. <p>Настройте параметры вашей электронной почты в диалоге предпочтений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Настройка группы инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Инструменты - &плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Поддержка Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Файл <b>{0}</b> либо не существует, либо нулевой длины.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Designer.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Linguist.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Assistant.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>В настоящее время просмотрщик пользователя не выбран. Используйте диалог предпочтений для его выбора.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить пользовательский просмотрщик.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Невозможно запустить просмотрщик справки.<br>Убедитесь, что он доступен под именем <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить UI Previewer (предпросмотр интерфейсов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Translation Previewer (предпросмотр переводов).<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить SQL браузер.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Запись для внешнего инструмента '{0}' не найдена в группе инструментов '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы инструментов '{0}' не найдена.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <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>Невозможно запустить инструмент <b>{0}</b>.<br>Убедитесь, что он доступен в <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершен. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Стартовый каталог документации "<b>{0}</b>" не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл задач: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно записать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>Первое использование</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Документация Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Документация Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Документация Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Документация Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>Открыть документацию Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Документация Python 2</b><p>Показать документацию Python 2. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation>Открыть браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation>Установка профилей...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation>Чтение задач...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> - <translation>Чтение шаблонов...</translation> + <source>Reading Tasks...</source> + <translation>Чтение задач...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation>Чтение шаблонов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation>Запуск отладчика...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source>Unittest Rerun Failed</source> <translation>Неудачный перезапуск юнитеста</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation>Перезапустить неудачные тесты...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation>Перезапустить неудачные тесты...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation>Перезапустить неудачные в последней попытке тесты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Перезапустить неудачные тесты</b><p>Перезапустить все провалившиеся в последней попытке тесты.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation>Сравнить &файлы построчно...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation>Снимки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation>&Снимки...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation>&Снимки...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation>Сделать снимок области экрана</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Снимки</b><p>Сделать снимок области экрана.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation>Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation>Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра проекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Активировать просмотрщик проекта</b><p>Переключить фокус ввода в окно просмотра проекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра мультипроекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Активировать просмотрщик проектов</b><p>Переключить фокус ввода в окно просмотра мультипроекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра отладки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Активировать просмотрщик отладки</b><p>Переключить фокус ввода в окно просмотра отладки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation>Переключить фокус ввода в окно оболочки.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Активировать оболочку</b><p>Переключить фокус ввода в окно оболочки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation>&Браузер файлов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation>Переключить фокус ввода в окно браузера файлов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Активировать браузер файлов</b><p>Переключить фокус ввода в окно браузера файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation>Просмотр &журнала</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра журналов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Активировать просмотрщик журнала</b><p>Переключить фокус ввода в окно просмотра журнала.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation>Просмотр &задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра задач.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation>Просмотр &шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра шаблонов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Активировать просмотрщик шаблонов</b><p>Переключить фокус ввода в окно просмотра шаблонов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation>&Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation>Показать/Скрыть левую панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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>Показать/скрыть левую панель инструментов</b><p>Если левая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>&Right Toolbox</source> - <translation>&Правая панель инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation>Показать/Скрыть правую панель инструментов</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation>&Правая панель инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation>Показать/Скрыть правую панель инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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>Показать/Скрыть правую панель инструментов</b><p>Если аравая панель инструментов скрыта, то показать ее. Если отображается, то скрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation>Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation>&Правая боковая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation>Показать/Скрыть окно правой боковой панели</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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>Показать/Скрыть окно правой боковой панели</b><p>Если окно правой боковой панели скрыто, то показать его. Если отображается, то закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation>Просмотр кооперации</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation>Просмотр ко&операции</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра кооперации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Активировать просмотрщик кооперации</b><p>Переключить фокус ввода в окно просмотра кооперации.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation>Просмотр символов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation>Просмотр с&имволов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра символов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Активировать просмотрщик символов</b><p>Переключить фокус ввода в окно просмотра символов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation>Отображение чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation>Отображение &чисел</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Переключить фокус ввода в окно просмотра чисел.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Активировать просмотрщик чисел</b><p>Переключить фокус ввода в окно просмотра чисел.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation>&Окна</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Активировать просмотрщик задач</b><p>Переключить фокус ввода в окно просмотра задач.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation>Переключить фокус ввода в окно IRC.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Активировать IRC</b><p>Переключить фокус ввода в окно IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-Designer</source> - <translation>Qt-Designer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation>Qt-&Designer...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation>Qt-Designer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation>Qt-&Designer...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation>Запуск Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Запуск Qt-Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation>Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation>Qt-&Linguist...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation>Qt-&Linguist...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation>Запуск Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Запуск Qt-Linguist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation>Документация Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation>Документация Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation>Открыть документацию Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>В этой части строки статуса выполняется масштабирование текущего окна, оболочки или терминала.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation>Менеджер SLL сертификатов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation>Менеджер SLL сертификатов...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation>Менеджер SLL сертификатов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation>Менеджер SLL сертификатов...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation>Управление сохранёнными SLL сертификатами</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Менеджер SLL сертификатов...</b><p>Менеджер сохранённых SLL сертификатов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation>Редактировать фильтры сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation>Редактировать фильтры сообщений...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation>Редактировать фильтры сообщений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Редактировать фильтры нежелательных сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation>Документация PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation>Документация PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation>Документация PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation>Открыть документацию PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Стартовый каталог документации PyQt5 не задан.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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><b>Документация Python 3</b><p>Показать документацию Python 3. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation>Показать журнал ошибок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation>&Журнал ошибок...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation>&Журнал ошибок...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation>Запустить ещё один экземпляр eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Новое окно</b><p>Запустить ещё один экземпляр eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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><b>Просмотр справки</b><p>Открытие eric6 web-браузера. В его окне будут показываться HTML файлы справки. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.</p><p>Если перед вызовом окна отображения справки был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции справки Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Проверить наличие обновлений...</b><p>Проверить наличие обновлений eric6 в интернете.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Показать версии, доступные для загрузки...</b><p>Показывает версии eric6, которые можно скачать с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> + <location filename="../UI/UserInterface.py" line="2173"/> <source>eric6 Web Browser</source> <translation>Eric6 web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation>Eric6 &web-браузер...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation>Eric6 &web-браузер...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation>Запустить eric6 web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Eric6 web-браузер</b><p>Просмотр интернета используя web-браузер, встроенный в eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation>Запустить eric6 редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Редактор иконок</b><p>Запустить eric6 редактор иконок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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><b>Показать внешние инструменты</b><p>Открытие диалога отображения пути и версий внешних инструментов, используемых eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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><b>Документация eric API</b><p>Показать документацию eric API. Местонахождение документации - каталог Documentation/Source, расположенный в директории инсталляции eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation>eric6 не поддерживает Qt3.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric6 до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation>Генерация панели инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation>&Инструменты пользователя</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии потому что вы <b>не в сети</b>. Пожалуйста, подключитесь к интернету и повторите попытку.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>Hex Editor</source> - <translation>Hex-редактор</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation>&Hex-редактор...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation>Hex-редактор</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation>&Hex-редактор...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation>Запуск eric6 Hex-редактора</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> <translation><b>Hex-редактор</b><p>Запускает eric6 Hex-редактор для просмотра или редактирования двоичного файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation>Очистить приватные данные</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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><b>Очистить приватные данные</b><p>Очистка приватных данных, таких как различные списки недавно открытых файлов, проектов или мультипроектов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1446"/> - <source>Save session...</source> - <translation>Сохранить сессию...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation>Сохранить сессию...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation>Загрузить сессию...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation>Загрузить сессию...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation>Файлы сессии eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation>Обнаружена crash-сессия!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Найден файл crashed-сессии. Восстановить эту сессию?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation>Очистка области загрузки плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric установлен непосредственно из исходного кода. Невозможно проверить наличие обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation>Просмотр документации для кода</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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><b>Документация Qt4</b><p>Отображение документации Qt4. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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><b>Документация Qt5</b><p>Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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><b>Документация PyQt4</b><p>Отображение документации PyQt4. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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><b>Докуметация PyQt5</b><p>Отображение документации PyQt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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><b>Документация PySide</b><p>Отображение документации PySide. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation>Документация PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation>Документация PySide&2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation>Открыть документацию PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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><b>Документация PySide2</b><p>Отображение документации PySide2. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Просмотр документации PySide{0} не настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation>Менеджер Virtualenv</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation>Менеджер &Virtualenv...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <source><b>Virtualenv Manager</b><p>This opens a dialog to manage the defined Python virtual environments.</p></source> <translation><b>Менеджер Virtualenv</b><p>Открытие диалога управления определенными виртуальными окружениями Python.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation>Конфигуратор Virtualenv</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation>Конфигуратор &Virtualenv...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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><b>Конфигуратор Virtualenv</b><p>Открытие диалога для задания всех параметров, необходимых для создания виртуального окружения Python посредством приложений virtualenv или pyvenv.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation>Левая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation>Нижняя панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation>Правая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation>Рестарт</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation>Перезапуск IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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><b>Рестарт IDEE</b><p>Перезапуск среды IDE. Любые несохраненные изменения сохраняются в первую очередь. Любая программа Python, находящаяся в процессе отладки, будет остановлена, предпочтения будут записаны на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation>Запуск web-браузера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation>Невозможно запустить eric6 web-браузер.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Eric6 web-браузер не запущен.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation>PyPI</translation> </message>
--- a/i18n/eric6_tr.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_tr.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9235,6 +9235,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15418,80 +15446,85 @@ <translation>Alt+D</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>ihtiyaç duyulan özelliği gönder</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>İhtiyaç duyduğunuz ö&zellikleri giriniz. Sürüm numarası otomatik olarak eklenecektir.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>Hata hakkında &bilgi giriniz. Sürüm bilgisi otomatik olarak eklenecektir.</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>Gönder</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>Diyaloğu kapat</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>Diyaloğu kapatmak istediğinizden emin misiniz?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>Posta Sunucu Parolası</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>Posta sunucu parolanızı giriniz</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>Doğrulama hatası.<br>Sebip: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>Mesaj gönderilemedi.<br>Sebep: {0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15501,132 +15534,132 @@ <translation><b>E-Posta Ayarları</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> <source>Outgoing mail server (SMTP):</source> <translation>Giden eposta (SMTP):</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>Posta sunucunuzun adresini giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation>Posta sunucusunun portunu fgir</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>E-posta adresi:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation>Emektup adresini giriniz</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation>İmza:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation>Emektup adresini giriniz</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation>İmza:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation>Posta imzanızı giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>TLS kullanmak için seç</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>Posta sunucusunda yetki kaydı için siçiniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>Posta sunucusu yetki kaydı istiyor</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>Kullanıcı Adı:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>Posta sunucusu kullanıcı adınızı giriniz</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation>Parola:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation>Posta sunucusunu açmak için parolanızı giriniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation>Parola:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation>Posta sunucusunu açmak için parolanızı giriniz</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation type="unfinished">Yok</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">Bağlantı Noktası:</translation> </message> @@ -15641,40 +15674,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25167,11 +25215,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48592,7 +48635,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48602,7 +48645,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48627,17 +48670,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -74994,2292 +75037,2292 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>Eklenti Yöneticisi Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>Ana Kullanıcı Arayüzü Üretiliyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>Bağlantılar ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>Araçlar Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>Nesneler Kaydediliyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>İşlemler Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>Menüler Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>Araççubuğu Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>Durumçubuğu Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>Tekli Uygulama Senveri Hazırlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>Eklentiler Aktif oluyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>Proje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>Çokluproje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>Hata Ayıklama Göstericisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>İşbirliği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>Kayıt-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>Görev-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>Şablon-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>Dosya-Gözatıcısı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>Kabuk</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>Yatay Araçkutusu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} -Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>IDE den Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>Düzenleme Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>Düzenleyici görüntü kesitini aktif yap</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>Hata Ayıklama Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>Debug görüntü kesitini aktif et</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>&proje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>Çokluproje-Görü&ntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>Ha&ta Ayıklama-Göstericisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>&Kabuk</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>Ya&tay Araçkutusu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Yatay Araçkutusu penceresini açkapa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> + <location filename="../UI/UserInterface.py" line="1711"/> <source>Left Sidebar</source> <translation>Sol Durumçubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>So&l Durumçubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>Sol Durum çubuğu penceresini açkapa</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>So&l Durumçubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>Sol Durum çubuğu penceresini açkapa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>Sol durum çubuğu penceresini açkapa</b><p>Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>Alt Durumçubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>Alt Durumçu&buğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>Alt Durum çubuğu penceresini açkapa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>Bu nedir?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>Bu &Nedir?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>Duyarlı yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>Yardımgösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>&Yardım Gösterici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>Yardımgösterici penceresini aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>Sürümü Göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>Sürümü G&öster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>Sürüm bilgisini görüntüle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Sürümleri Göster</b><p>Sürüm bilgisini göster.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>Güncellemeleri kontrol et</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>G&üncellemeleri kontrol et...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>Yüklenebilir sürümleri göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>Yüklenebilir sürümler&i göster...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>İndirmek için mümkün olan sürümü göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>Hata Raporu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>Hata &Raporu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>Bir hata rapor et</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>Hata &Raporu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>Bir hata rapor et</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>İhtiyaç Duyulan Özellikler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>İhtiyaç Duyulan Özellikler &F...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>ihtiyaç duyuulan bir özelliği gönder</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>Birimtest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>B&irimtest...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>B&irimtest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>Birimtest diyaloğunu başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>Unittest Restart</source> - <translation>Birimtestini yeniden başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>Bi&rimtestini Yeniden Başlat...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>Unittest Restart</source> + <translation>Birimtestini yeniden başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>Bi&rimtestini Yeniden Başlat...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>En son birimtesti yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation>Betik Birimtesti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>Betik Birimte&sti...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>Betik Birimte&sti...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>Geçerli betikle test arabirimini çalıştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>Proje Birimtesti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>Birimtest &Proje...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>Birimtest &Proje...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>Geçerli proje ile test arabirimini çalıştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>UI Previewer</source> <translation>UI Öngörünümü</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>&UI Öngörünümü...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>&UI Öngörünümü...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>UI Öngörünümünü Başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI Öngörünümü</b><p>UI Öngörünümünü Başlat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>Çevirilerin Öngörünümleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>Çevirilerin &Öngörünümleri...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>Çevirilerin &Öngörünümleri...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>Çevirilerin Öngörünümlerini Başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Çeviri Öngörünümü</b><p>Çeviri Öngörünümünü Başlat.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>Dosyaları Karşılaştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>D&osyaları Karşılaştır...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>İki dosyayı karşılaştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Dosyaları Karşılaştır</b><p>İki dosyayı karşılaştırmak için diyalog aç.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>İki dosyayı karşılaştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Dosyaları Karşılaştır</b><p>İki dosyayı karşılaştırmak için diyalog aç.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>Dosyaları yan yana karşılaştır</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>Dosyaları biribir karşılaştır</b><p>İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>SQL Gözatıcısı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>SQL &Gözatıcısı...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>SQL &Gözatıcısı...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>Bir SQL veritabanına gözat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Gözatıcısı</b><p>Bir SQL veritabanına gözat.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>Mini Düzenleyici</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>Mini Düzenleyici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>Mini &Düzenleyici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Düzenleyici</b><p>Basit bir düzenleyci ile bir diyalog açılır.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>İkon Düzenleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>&İkon Düzenleyici...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>&Seçenekler...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>&Seçenekler...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>tercih edilen ayarları yapınız</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>Tercihleri Dı&şa Aktar...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>Tercihleri Dı&şa Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>Tercihleri İ&çeri Aktar...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>Tercihleri İ&çeri Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>API'leri yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>&API'leri yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>API bilgisini yeniden yükle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>Harici araçları göster</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>Harici araçları göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>Karak&ter tablosunu göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>Görünüm Kesiti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>&Görünüm Kesiti...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>&Görünüm Kesiti...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>Görünüm kesitlerini ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>Araççu&buğu...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>Araççu&buğu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>Araççubuğunu ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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 type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard Shortcuts</source> - <translation>Klavye Kısayolları</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>Klavye Kı&sayolları...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard Shortcuts</source> + <translation>Klavye Kısayolları</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>Klavye Kı&sayolları...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>Klavye kısayollarını ayarla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>Kılavye Kısa Yo&llarını Dışa Aktar...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>Kılavye Kısa Yo&llarını Dışa Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>Kılavye kısa yollarını dışa aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>Klavye K&ısayollarını İçe Aktar...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>Klavye K&ısayollarını İçe Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>Klavye kısayolları içeri aktarılıyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>Geçerli düzenleyiciyi aktif yap</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>Sonrakini göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>Öncekini göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>Sekmeler arasında değiştir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>Eklenti Bilgisi</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation>Eklenti Bil&gisi...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>Eklenti Bilgisini Göster</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>Eklenti Bilgisi</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation>Eklenti Bil&gisi...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>Eklenti Bilgisini Göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Eklenti Bilgileri...</b><p>Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>Eklenti Kur</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>Eklenti Kur</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>Ekle&nti Kur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Eklenti Kur...</b><p>Bu eklenti kurmak yada güncellemek için bir diyalog açar.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>Eklenti Kaldır</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>Eklenti Kaldır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>Ekle&nti Kaldır...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Eklenti Kaldır...</b><p>Bu bir eklentiyi kaldırmak için bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation>Eklenti Havuzu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>Eklenti Hav&uzu...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>Eklenti Hav&uzu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>İndirme için uygun olan eklentileri göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Eklenti Kaynak Havuzu...</b><p>Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Qt4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Qt&4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>QT4 Belgelerini Aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>PyQt4 Begelerini aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Eric API Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>&Eric API Dökümanı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>Eric API Belgelerini Aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>PySide Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Py&Side Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>PySide belgelerini açın</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>Bir&imtest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation>İla&veler</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation>İla&veler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>Sihirba&z</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>&Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>Ek&lentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation>Ayarlanıyor...</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation>Ayarlanıyor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>Araçlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>Ayarlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>Yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>Kesitler</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>Araçlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>Ayarlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>Yardım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>Kesitler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>Eklentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>Harici Araçlar/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-posta adresi veya posta sunucu adresi boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>Uygulmayı yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>Alet Grupları Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>Geçerli alet grubunu ayarla...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>Ya&pılandırma Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>Eklen&ti Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>Hepsini Gö&ster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>&Hepsini gizle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Qt3 Desteği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> bir dosya değil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>Semboller</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <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="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <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="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> + <source>Reading Tasks...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation type="unfinished">Yeni Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation type="unfinished">Yeni &Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <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="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <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="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <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="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <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="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <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="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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="1679"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <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="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation type="unfinished">&Pencereler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <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="2032"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <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="2378"/> + <location filename="../UI/UserInterface.py" line="2383"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <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="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <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="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Güncellemeleri kontrol et...</b><p>İnternetten eric5 güncellemesi olup olmadını kontrol et.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 Web Browser</source> - <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 Web Browser</source> + <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısınıi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <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="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Eric5 İkon düzenleyiciyi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <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="2153"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <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="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished">Özel verileri temizle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">Oturum yükleniyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_zh_CN.ts Sat Mar 02 11:12:25 2019 +0100 +++ b/i18n/eric6_zh_CN.ts Sat Mar 02 17:33:58 2019 +0100 @@ -9231,6 +9231,34 @@ </message> </context> <context> + <name>E5GoogleMail</name> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="191"/> + <source>The client secrets file is not present. Has the Gmail API been enabled?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>OAuth2 Authorization Code</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="228"/> + <source>Enter the OAuth2 authorization code:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="272"/> + <source>No authorized session available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../E5Network/E5GoogleMail.py" line="293"/> + <source>Message #{0} sent.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>E5GraphicsView</name> <message> <location filename="../E5Graphics/E5GraphicsView.py" line="57"/> @@ -15414,80 +15442,85 @@ <translation>Alt+D</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="85"/> + <location filename="../UI/EmailDialog.py" line="86"/> <source>Enter your &feature request below. Version information is added automatically.</source> <translation>在上面输入你想要的软件功能(&F)。将自动添加版本信息。</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="91"/> + <location filename="../UI/EmailDialog.py" line="92"/> <source>Enter your &bug description below. Version information is added automatically.</source> <translation>在上面输入你的错误描述(&B)。版本信息将被自动添加。</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="96"/> + <location filename="../UI/EmailDialog.py" line="97"/> <source>Send</source> <translation>发送</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Close dialog</source> <translation>关闭对话框</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="156"/> + <location filename="../UI/EmailDialog.py" line="158"/> <source>Do you really want to close the dialog?</source> <translation>确定要关闭对话框?</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Mail Server Password</source> <translation>邮件服务器密码</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="338"/> + <location filename="../UI/EmailDialog.py" line="346"/> <source>Enter your mail server password</source> <translation>输入你的邮件服务器密码</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="430"/> + <location filename="../UI/EmailDialog.py" line="468"/> <source>Attach file</source> <translation>附加文件</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="84"/> + <location filename="../UI/EmailDialog.py" line="85"/> <source>Send feature request</source> <translation>发送功能请求</translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="358"/> + <location filename="../UI/EmailDialog.py" line="366"/> <source><p>Authentication failed.<br>Reason: {0}</p></source> <translation><p>验证失败。<br>原因:{0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="455"/> <source><p>Message could not be sent.<br>Reason: {0}</p></source> <translation><p>信息无法发送。<br>原因:{0}</p></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="101"/> + <location filename="../UI/EmailDialog.py" line="102"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="173"/> - <source><p>The Google Mail Client API is not installed. Use <code>pip install --upgrade google-api-python-client google-auth-oauthlib</code> to install it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/EmailDialog.py" line="179"/> + <location filename="../UI/EmailDialog.py" line="182"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/EmailDialog.py" line="415"/> + <location filename="../UI/EmailDialog.py" line="394"/> <source>Send Message</source> <translation type="unfinished">发送消息</translation> </message> + <message> + <location filename="../UI/EmailDialog.py" line="176"/> + <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/EmailDialog.py" line="455"/> + <source>Send Message via Gmail</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EmailPage</name> @@ -15497,132 +15530,132 @@ <translation><b>配置电子邮件</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="105"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="122"/> <source>Enter the address of your mail server</source> <translation>输入邮件服务器地址</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="200"/> <source>Enter the port of the mail server</source> <translation>输入邮件服务器的端口</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="215"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="232"/> <source>Email address:</source> <translation>电子邮件地址:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="222"/> - <source>Enter your email address</source> - <translation>输入你的电子邮件地址</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="229"/> - <source>Signature:</source> - <translation>签名:</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="239"/> + <source>Enter your email address</source> + <translation>输入你的电子邮件地址</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="246"/> + <source>Signature:</source> + <translation>签名:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="256"/> <source>Enter your email signature</source> <translation>输入你的电子邮件签名</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="163"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="180"/> <source>Select to use TLS</source> <translation>选择使用 TLS</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="251"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="268"/> <source>Select to authenticatate against the mail server</source> <translation>选择针对邮件服务器进行鉴别</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="254"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="271"/> <source>Mail server needs authentication</source> <translation>邮件服务器需要鉴别</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="263"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="280"/> <source>Username:</source> <translation>用户名:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="270"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="287"/> <source>Enter your mail server username</source> <translation>输入你的邮件服务器用户名</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="277"/> - <source>Password:</source> - <translation>密码:</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="284"/> - <source>Enter your password for accessing the mail server</source> - <translation>输入访问邮件服务器的密码</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="98"/> - <source>Outgoing mail server (SMTP):</source> - <translation>邮件发送服务器(SMTP):</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="294"/> + <source>Password:</source> + <translation>密码:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="301"/> + <source>Enter your password for accessing the mail server</source> + <translation>输入访问邮件服务器的密码</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="115"/> + <source>Outgoing mail server (SMTP):</source> + <translation>邮件发送服务器(SMTP):</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="311"/> <source>Press to test the login data</source> <translation>点击测试登录信息</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="297"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="314"/> <source>Test Login</source> <translation>测试登录</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source>Login Test</source> <translation>登录测试</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="241"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="222"/> <source>The login test succeeded.</source> <translation>登录测试成功。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="278"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="259"/> <source><p>The login test failed.<br>Reason: {0}</p></source> <translation><p>登录测试失败。<br>原因:{0}</p></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="112"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="129"/> <source>Encryption Method:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="140"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="157"/> <source>Select to use no encryption</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="143"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="160"/> <source>None</source> <translation type="unfinished">无</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="153"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="170"/> <source>Select to use SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="156"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="173"/> <source>SSL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="166"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="183"/> <source>TLS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="176"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="193"/> <source>Port:</source> <translation type="unfinished">端口:</translation> </message> @@ -15637,40 +15670,55 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="50"/> - <source><b>Note:</b> Google Mail using plain SMTP should be configured below.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="90"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="107"/> <source>Standard Email</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="59"/> + <source>Press to get some help for enabling the Google Mail API</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="62"/> - <source>Press to get some help for enabling the Google Mail API</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="65"/> <source>Google Mail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="59"/> - <source><p>The credentials file is not present. Has the Gmail API been enabled?</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="300"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="281"/> <source>Gmail API Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="294"/> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="337"/> <source><p>The Google Mail Client API is not installed. Use <code>{0}</code> to install it.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="82"/> + <source>Press to install the required packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="85"/> + <source>Install Packages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="92"/> + <source>Press to check the availability again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="95"/> + <source>Check Again</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="323"/> + <source><p>The client secrets file is not present. Has the Gmail API been enabled?</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EricAccessHandler</name> @@ -25163,11 +25211,6 @@ </context> <context> <name>GoogleMailSendMessage</name> - <message> - <location filename="../E5Network/E5GoogleMail.py" line="93"/> - <source>The credentials file is not present. Has the Gmail API been enabled?</source> - <translation type="unfinished"></translation> - </message> </context> <context> <name>GoogleV1Engine</name> @@ -48570,7 +48613,7 @@ <context> <name>Pip</name> <message> - <location filename="../PipInterface/Pip.py" line="373"/> + <location filename="../PipInterface/Pip.py" line="377"/> <source>Install Packages</source> <translation type="unfinished"></translation> </message> @@ -48580,7 +48623,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Uninstall Packages</source> <translation type="unfinished"></translation> </message> @@ -48605,17 +48648,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="403"/> + <location filename="../PipInterface/Pip.py" line="407"/> <source>Install Packages from Requirements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="463"/> + <location filename="../PipInterface/Pip.py" line="467"/> <source>Do you really want to uninstall these packages?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PipInterface/Pip.py" line="476"/> + <location filename="../PipInterface/Pip.py" line="480"/> <source>Uninstall Packages from Requirements</source> <translation type="unfinished"></translation> </message> @@ -75177,2294 +75220,2294 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="264"/> + <location filename="../UI/UserInterface.py" line="269"/> <source>Initializing Plugin Manager...</source> <translation>初始化插件管理器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="271"/> + <location filename="../UI/UserInterface.py" line="276"/> <source>Generating Main User Interface...</source> <translation>生成主用户界面…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="317"/> + <location filename="../UI/UserInterface.py" line="322"/> <source>Setting up connections...</source> <translation>建立连接…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="569"/> + <location filename="../UI/UserInterface.py" line="574"/> <source>Initializing Tools...</source> <translation>初始化工具…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="579"/> + <location filename="../UI/UserInterface.py" line="584"/> <source>Registering Objects...</source> <translation>注册对象…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="610"/> + <location filename="../UI/UserInterface.py" line="615"/> <source>Initializing Actions...</source> <translation>初始化动作…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="612"/> + <location filename="../UI/UserInterface.py" line="617"/> <source>Initializing Menus...</source> <translation>初始化菜单…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="614"/> + <location filename="../UI/UserInterface.py" line="619"/> <source>Initializing Toolbars...</source> <translation>初始化工具栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="616"/> + <location filename="../UI/UserInterface.py" line="621"/> <source>Initializing Statusbar...</source> <translation>初始化状态栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="643"/> + <location filename="../UI/UserInterface.py" line="648"/> <source>Initializing Single Application Server...</source> <translation>初始化单应用程序服务器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="653"/> + <location filename="../UI/UserInterface.py" line="658"/> <source>Activating Plugins...</source> <translation>激活插件…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="668"/> + <location filename="../UI/UserInterface.py" line="673"/> <source>Restoring Toolbarmanager...</source> <translation>恢复工具拦管理器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Project-Viewer</source> <translation>项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Multiproject-Viewer</source> <translation>多重项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Debug-Viewer</source> <translation>调试浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Log-Viewer</source> <translation>日志浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Task-Viewer</source> <translation>任务浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Template-Viewer</source> <translation>模板浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>File-Browser</source> <translation>文件浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Shell</source> <translation>命令行</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>Horizontal Toolbox</source> <translation>横向工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1413"/> + <location filename="../UI/UserInterface.py" line="1418"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1419"/> + <location filename="../UI/UserInterface.py" line="1424"/> <source>Quit the IDE</source> <translation>退出程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1420"/> + <location filename="../UI/UserInterface.py" line="1425"/> <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>退出程序</b><p>退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1496"/> <source>Edit Profile</source> <translation>编辑模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1502"/> <source>Activate the edit view profile</source> <translation>激活编辑视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1499"/> + <location filename="../UI/UserInterface.py" line="1504"/> <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>编辑模式</b><p>激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1508"/> + <location filename="../UI/UserInterface.py" line="1513"/> <source>Debug Profile</source> <translation>调试模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1514"/> + <location filename="../UI/UserInterface.py" line="1519"/> <source>Activate the debug view profile</source> <translation>激活调试模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1516"/> + <location filename="../UI/UserInterface.py" line="1521"/> <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>调试模式</b><p>激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>&Project-Viewer</source> <translation>项目浏览器(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1525"/> + <location filename="../UI/UserInterface.py" line="1530"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>&Multiproject-Viewer</source> <translation>多重项目浏览器(&M)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1542"/> + <location filename="../UI/UserInterface.py" line="1547"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>&Shell</source> <translation>命令行(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1578"/> + <location filename="../UI/UserInterface.py" line="1583"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1692"/> + <location filename="../UI/UserInterface.py" line="1697"/> <source>&Horizontal Toolbox</source> <translation>横向工具箱(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1696"/> + <location filename="../UI/UserInterface.py" line="1701"/> <source>Toggle the Horizontal Toolbox window</source> <translation>切换横向工具箱窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1698"/> + <location filename="../UI/UserInterface.py" line="1703"/> <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>切换横向工具箱窗口</b><p>在横向工具箱窗口的显示和隐藏状态间切换。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>What's This?</source> <translation>这是什么?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>&What's This?</source> <translation>这是什么(&W)?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1822"/> + <location filename="../UI/UserInterface.py" line="1827"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1828"/> + <location filename="../UI/UserInterface.py" line="1833"/> <source>Context sensitive help</source> <translation>背景帮助</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829"/> + <location filename="../UI/UserInterface.py" line="1834"/> <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>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>Helpviewer</source> <translation>帮助浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>&Helpviewer...</source> <translation>帮助浏览器(&H)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840"/> + <location filename="../UI/UserInterface.py" line="1845"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1846"/> + <location filename="../UI/UserInterface.py" line="1851"/> <source>Open the helpviewer window</source> <translation>打开帮助浏览器窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show Versions</source> <translation>显示版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1868"/> + <location filename="../UI/UserInterface.py" line="1873"/> <source>Show &Versions</source> <translation>显示版本(&V)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1872"/> + <location filename="../UI/UserInterface.py" line="1877"/> <source>Display version information</source> <translation>显示版本信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1874"/> + <location filename="../UI/UserInterface.py" line="1879"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>显示版本</b><p>显示版本信息。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source>Check for Updates</source> <translation>检查更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1881"/> + <location filename="../UI/UserInterface.py" line="1886"/> <source>Check for &Updates...</source> <translation>检查更新(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show downloadable versions</source> <translation>显示可下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1892"/> + <location filename="../UI/UserInterface.py" line="1897"/> <source>Show &downloadable versions...</source> <translation>显示可下载的版本(&D)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Show the versions available for download</source> <translation>显示可以下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Report Bug</source> <translation>报告错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1919"/> - <source>Report &Bug...</source> - <translation>报告错误(&B)…</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1923"/> - <source>Report a bug</source> - <translation>报告一个错误</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1924"/> + <source>Report &Bug...</source> + <translation>报告错误(&B)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1928"/> + <source>Report a bug</source> + <translation>报告一个错误</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>报告错误…</b><p>打开一个对话框并报告一个错误。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request Feature</source> <translation>请求功能</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1931"/> + <location filename="../UI/UserInterface.py" line="1936"/> <source>Request &Feature...</source> <translation>请求功能(&F)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935"/> + <location filename="../UI/UserInterface.py" line="1940"/> <source>Send a feature request</source> <translation>发送一个功能请求</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1942"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>请求功能…</b><p>打开一个对话框并发送一个功能请求。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2989"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>Unittest</source> <translation>单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1946"/> - <source>&Unittest...</source> - <translation>单元测试(&U)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1951"/> + <source>&Unittest...</source> + <translation>单元测试(&U)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1956"/> <source>Start unittest dialog</source> <translation>打开单元测试对话框</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1957"/> <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>单元测试</b><p>执行单元测试。通过对话框可以选择和运行一个单元测试组件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>Unittest Restart</source> - <translation>单元测试重启</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1960"/> - <source>&Restart Unittest...</source> - <translation>重启单元测试(&R)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1965"/> + <source>Unittest Restart</source> + <translation>单元测试重启</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1965"/> + <source>&Restart Unittest...</source> + <translation>重启单元测试(&R)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1970"/> <source>Restart last unittest</source> <translation>重启最后的单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1966"/> + <location filename="../UI/UserInterface.py" line="1971"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>重启单元测试</b><p>重新启动最后执行的单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> + <location filename="../UI/UserInterface.py" line="1995"/> <source>Unittest Script</source> <translation>脚本单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1990"/> - <source>Unittest &Script...</source> - <translation>脚本单元测试(&S)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1995"/> + <source>Unittest &Script...</source> + <translation>脚本单元测试(&S)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2000"/> <source>Run unittest with current script</source> <translation>对当前脚本运行单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="2002"/> <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>Unittest Project</source> <translation>项目单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2005"/> - <source>Unittest &Project...</source> - <translation>项目单元测试(&P)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2010"/> + <source>Unittest &Project...</source> + <translation>项目单元测试(&P)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2015"/> <source>Run unittest with current project</source> <translation>对当前项目运行单元测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>项目单元测试</b><p>对当前项目运行单元测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>UI Previewer</source> <translation>用户界面预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2073"/> - <source>&UI Previewer...</source> - <translation>用户界面预览器(&U)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2078"/> + <source>&UI Previewer...</source> + <translation>用户界面预览器(&U)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2083"/> <source>Start the UI Previewer</source> <translation>开启用户界面预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079"/> + <location filename="../UI/UserInterface.py" line="2084"/> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>助词界面预览器</b><p>开启用户界面预览器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2091"/> <source>Translations Previewer</source> <translation>翻译预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>&Translations Previewer...</source> - <translation>翻译预览器(&T)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2091"/> + <source>&Translations Previewer...</source> + <translation>翻译预览器(&T)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2096"/> <source>Start the Translations Previewer</source> <translation>开启翻译预览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2093"/> + <location filename="../UI/UserInterface.py" line="2098"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>翻译预览器</b><p>开启翻译预览器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>Compare Files</source> <translation>比较文件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100"/> + <location filename="../UI/UserInterface.py" line="2105"/> <source>&Compare Files...</source> <translation>比较文件(&C)…</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2123"/> + <source>Compare two files</source> + <translation>比较两个文件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>比较文件</b><p>打开对话框比较两个文件。</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2118"/> - <source>Compare two files</source> - <translation>比较两个文件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2106"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>比较文件</b><p>打开对话框比较两个文件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2113"/> <source>Compare Files side by side</source> <translation>并排比较文件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2124"/> <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>并排比较文件</b><p>打开对话框比较两个文件,并排显示结果。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2150"/> + <source>Mini Editor</source> + <translation>小型编辑器</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2145"/> - <source>Mini Editor</source> - <translation>小型编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2140"/> <source>Mini &Editor...</source> <translation>小型编辑器(&E)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2146"/> + <location filename="../UI/UserInterface.py" line="2151"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>小型编辑器</b><p>打开一个具有简化功能编辑器的对话框。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> + <location filename="../UI/UserInterface.py" line="2218"/> <source>Preferences</source> <translation>首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2213"/> - <source>&Preferences...</source> - <translation>首选项(&P)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2218"/> + <source>&Preferences...</source> + <translation>首选项(&P)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2223"/> <source>Set the prefered configuration</source> <translation>设定偏好配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2220"/> + <location filename="../UI/UserInterface.py" line="2225"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>首选项</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> + <location filename="../UI/UserInterface.py" line="2234"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2229"/> - <source>E&xport Preferences...</source> - <translation>导出首选项(&X)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2234"/> + <source>E&xport Preferences...</source> + <translation>导出首选项(&X)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2239"/> <source>Export the current configuration</source> <translation>导出当前配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2241"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>导出首选项</b><p>将当前配置导出到一个文件中。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> + <location filename="../UI/UserInterface.py" line="2248"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2243"/> - <source>I&mport Preferences...</source> - <translation>导入首选项(&M)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2248"/> + <source>I&mport Preferences...</source> + <translation>导入首选项(&M)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2253"/> <source>Import a previously exported configuration</source> <translation>导入以前导出的配置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2255"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>导入首选项</b><p>导入以前导出的配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload APIs</source> <translation>重新载入 API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2257"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Reload &APIs</source> <translation>重新载入 &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261"/> + <location filename="../UI/UserInterface.py" line="2266"/> <source>Reload the API information</source> <translation>重新载入 API 信息</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2263"/> + <location filename="../UI/UserInterface.py" line="2268"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>重新载入 API</b><p>重新载入 API 信息。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2280"/> + <source>Show external tools</source> + <translation>显示外部工具</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2275"/> - <source>Show external tools</source> - <translation>显示外部工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> <source>Show external &tools</source> <translation>显示外部工具(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> + <location filename="../UI/UserInterface.py" line="2291"/> <source>View Profiles</source> <translation>视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2286"/> - <source>&View Profiles...</source> - <translation>视图模式(&V)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2291"/> + <source>&View Profiles...</source> + <translation>视图模式(&V)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2296"/> <source>Configure view profiles</source> <translation>配置视图模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2293"/> + <location filename="../UI/UserInterface.py" line="2298"/> <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>视图模式</b><p>配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> + <location filename="../UI/UserInterface.py" line="2308"/> <source>Toolbars</source> <translation>工具栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2303"/> - <source>Tool&bars...</source> - <translation>工具栏(&B)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2308"/> + <source>Tool&bars...</source> + <translation>工具栏(&B)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2313"/> <source>Configure toolbars</source> <translation>配置工具栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2309"/> + <location filename="../UI/UserInterface.py" line="2314"/> <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>工具栏</b><p>配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> + <location filename="../UI/UserInterface.py" line="2323"/> <source>Keyboard Shortcuts</source> <translation>键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2318"/> - <source>Keyboard &Shortcuts...</source> - <translation>键盘快捷键(&S)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2323"/> + <source>Keyboard &Shortcuts...</source> + <translation>键盘快捷键(&S)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328"/> <source>Set the keyboard shortcuts</source> <translation>设置键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2325"/> + <location filename="../UI/UserInterface.py" line="2330"/> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6009"/> + <location filename="../UI/UserInterface.py" line="6014"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2333"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>导出键盘快捷键(&E)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2338"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>导出键盘快捷键(&E)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2343"/> <source>Export the keyboard shortcuts</source> <translation>导出键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340"/> + <location filename="../UI/UserInterface.py" line="2345"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2347"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>导入键盘快捷键(&I)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2352"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>导入键盘快捷键(&I)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2357"/> <source>Import the keyboard shortcuts</source> <translation>导入键盘快捷键</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2359"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>导入键盘快捷键</b><p>导入程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Activate current editor</source> <translation>激活当前编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412"/> + <location filename="../UI/UserInterface.py" line="2417"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Show next</source> <translation>显示下一个</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2422"/> + <location filename="../UI/UserInterface.py" line="2427"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Show previous</source> <translation>显示上一个</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2431"/> + <location filename="../UI/UserInterface.py" line="2436"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Switch between tabs</source> <translation>在选项卡间切换</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2440"/> + <location filename="../UI/UserInterface.py" line="2445"/> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Plugin Infos</source> - <translation>插件信息</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>&Plugin Infos...</source> - <translation>插件信息(&P)…</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2453"/> - <source>Show Plugin Infos</source> - <translation>显示插件信息</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2454"/> + <source>Plugin Infos</source> + <translation>插件信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2454"/> + <source>&Plugin Infos...</source> + <translation>插件信息(&P)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2458"/> + <source>Show Plugin Infos</source> + <translation>显示插件信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2459"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>插件信息…</b><p>打开一个对话框,显示与已载入插件有关的一些信息。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2472"/> + <source>Install Plugins</source> + <translation>安装插件</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2467"/> - <source>Install Plugins</source> - <translation>安装插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2462"/> <source>&Install Plugins...</source> <translation>安装插件(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2468"/> + <location filename="../UI/UserInterface.py" line="2473"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>安装插件…</b><p>打开一个对话框安装或更新插件。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2485"/> + <source>Uninstall Plugin</source> + <translation>卸载插件</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2480"/> - <source>Uninstall Plugin</source> - <translation>卸载插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2475"/> <source>&Uninstall Plugin...</source> <translation>卸载插件(&U)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2481"/> + <location filename="../UI/UserInterface.py" line="2486"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>卸载插件…</b><p>打开一个对话框卸载插件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> + <location filename="../UI/UserInterface.py" line="2493"/> <source>Plugin Repository</source> <translation>插件储存库</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2488"/> - <source>Plugin &Repository...</source> - <translation>插件储存库(&R)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2493"/> + <source>Plugin &Repository...</source> + <translation>插件储存库(&R)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2498"/> <source>Show Plugins available for download</source> <translation>显示可以下载的插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2495"/> + <location filename="../UI/UserInterface.py" line="2500"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>插件储存库…</b><p>打开一个对话框,显示互联网上可用的插件列表。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt4 Documentation</source> <translation>Qt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2554"/> + <location filename="../UI/UserInterface.py" line="2559"/> <source>Qt&4 Documentation</source> <translation>Qt&4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558"/> + <location filename="../UI/UserInterface.py" line="2563"/> <source>Open Qt4 Documentation</source> <translation>打开 Qt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt4 Documentation</source> <translation>PyQt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2590"/> + <location filename="../UI/UserInterface.py" line="2595"/> <source>Open PyQt4 Documentation</source> <translation>打开 PyQt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>Eric API Documentation</source> <translation>Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2670"/> + <location filename="../UI/UserInterface.py" line="2675"/> <source>&Eric API Documentation</source> <translation>&Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2674"/> + <location filename="../UI/UserInterface.py" line="2679"/> <source>Open Eric API Documentation</source> <translation>打开 Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2766"/> + <location filename="../UI/UserInterface.py" line="2771"/> <source>&Unittest</source> <translation>单元测试(&U)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2783"/> - <source>E&xtras</source> - <translation>附加程序(&X)</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2788"/> + <source>E&xtras</source> + <translation>附加程序(&X)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2793"/> <source>Wi&zards</source> <translation>向导(&Z)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2799"/> + <location filename="../UI/UserInterface.py" line="2804"/> <source>Select Tool Group</source> <translation>选择工具组</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2807"/> + <location filename="../UI/UserInterface.py" line="2812"/> <source>Se&ttings</source> <translation>设置(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2832"/> + <location filename="../UI/UserInterface.py" line="2837"/> <source>&Window</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2888"/> + <location filename="../UI/UserInterface.py" line="2893"/> <source>&Toolbars</source> <translation>工具栏(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2899"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>P&lugins</source> <translation>插件(&L)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2908"/> - <source>Configure...</source> - <translation>配置…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2913"/> + <source>Configure...</source> + <translation>配置…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2918"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2988"/> - <source>Tools</source> - <translation>工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2990"/> - <source>Settings</source> - <translation>设置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4811"/> - <source>Help</source> - <translation>帮助</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2992"/> - <source>Profiles</source> - <translation>模式</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2993"/> + <source>Tools</source> + <translation>工具</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2995"/> + <source>Settings</source> + <translation>设置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4816"/> + <source>Help</source> + <translation>帮助</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2997"/> + <source>Profiles</source> + <translation>模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2998"/> <source>Plugins</source> <translation>插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3158"/> + <location filename="../UI/UserInterface.py" line="3163"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>状态栏的这一部分显示当前编辑器语言。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3165"/> + <location filename="../UI/UserInterface.py" line="3170"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>状态栏的这一部分显示当前编辑器编码。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3172"/> + <location filename="../UI/UserInterface.py" line="3177"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>状态栏的这一部分显示当前编辑器行尾设置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3179"/> + <location filename="../UI/UserInterface.py" line="3184"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>状态栏的这一部分显示当前编辑器文件是否可写。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3186"/> + <location filename="../UI/UserInterface.py" line="3191"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑的行号。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3193"/> + <location filename="../UI/UserInterface.py" line="3198"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3380"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6998"/> + <location filename="../UI/UserInterface.py" line="7003"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3434"/> + <location filename="../UI/UserInterface.py" line="3439"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>电子邮件地址或邮件服务器地址为空。请在首选项对话框中配置你的电子邮件设置。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>Restart application</source> <translation>重启程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3719"/> + <location filename="../UI/UserInterface.py" line="3724"/> <source>The application needs to be restarted. Do it now?</source> <translation>程序需要重启。现在重启?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3800"/> + <location filename="../UI/UserInterface.py" line="3805"/> <source>Configure Tool Groups ...</source> <translation>配置工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3804"/> + <location filename="../UI/UserInterface.py" line="3809"/> <source>Configure current Tool Group ...</source> <translation>配置当前工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3755"/> + <location filename="../UI/UserInterface.py" line="3760"/> <source>&Builtin Tools</source> <translation>内建工具(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772"/> + <location filename="../UI/UserInterface.py" line="3777"/> <source>&Plugin Tools</source> <translation>插件工具(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3920"/> + <location filename="../UI/UserInterface.py" line="3925"/> <source>&Show all</source> <translation>全部显示(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3922"/> + <location filename="../UI/UserInterface.py" line="3927"/> <source>&Hide all</source> <translation>全部隐藏(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4553"/> + <location filename="../UI/UserInterface.py" line="4558"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source>Problem</source> <translation>问题</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Open Browser</source> <translation>打开浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5808"/> + <location filename="../UI/UserInterface.py" line="5813"/> <source>Could not start a web browser</source> <translation>无法启动网络浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4811"/> + <location filename="../UI/UserInterface.py" line="4816"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>目前没有选择自定义浏览器。请使用首选项对话框指定一个。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4845"/> + <location filename="../UI/UserInterface.py" line="4850"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>hh</b>。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>External Tools</source> <translation>外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source>Documentation Missing</source> <translation>文档缺失</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <source>Documentation</source> <translation>文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5411"/> + <location filename="../UI/UserInterface.py" line="5416"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt4 文档起点。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6328"/> + <location filename="../UI/UserInterface.py" line="6333"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source>Read session</source> <translation>读取会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6960"/> + <location filename="../UI/UserInterface.py" line="6965"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6984"/> + <location filename="../UI/UserInterface.py" line="6989"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>First time usage</source> <translation>第一次使用</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>Left Sidebar</source> - <translation>左侧边栏</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1706"/> - <source>&Left Sidebar</source> - <translation>左侧边栏(&L)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1710"/> - <source>Toggle the left sidebar window</source> - <translation>切换左侧边栏窗口</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1711"/> + <source>Left Sidebar</source> + <translation>左侧边栏</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1711"/> + <source>&Left Sidebar</source> + <translation>左侧边栏(&L)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1715"/> + <source>Toggle the left sidebar window</source> + <translation>切换左侧边栏窗口</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1716"/> <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>切换左侧边栏窗口</b><p>如果左侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Bottom Sidebar</source> <translation>底栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1733"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>&Bottom Sidebar</source> <translation>底栏(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1737"/> + <location filename="../UI/UserInterface.py" line="1742"/> <source>Toggle the bottom sidebar window</source> <translation>切换底栏窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1739"/> + <location filename="../UI/UserInterface.py" line="1744"/> <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>切换底栏窗口</b><p>如果底栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1560"/> + <location filename="../UI/UserInterface.py" line="1565"/> <source>&Debug-Viewer</source> <translation>调试浏览器(&D)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> + <location filename="../UI/UserInterface.py" line="2132"/> <source>SQL Browser</source> <translation>SQL 浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2127"/> - <source>SQL &Browser...</source> - <translation>SQL 浏览器(&B)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2132"/> + <source>SQL &Browser...</source> + <translation>SQL 浏览器(&B)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2137"/> <source>Browse a SQL database</source> <translation>浏览 SQL 数据库</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2133"/> + <location filename="../UI/UserInterface.py" line="2138"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL 浏览器</b><p>浏览 SQL 数据库。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Icon Editor</source> <translation>图标编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>&Icon Editor...</source> <translation>图标编辑器(&I)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt 3 support</source> <translation>Qt 3 支持</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>PySide Documentation</source> <translation>PySide 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2692"/> + <location filename="../UI/UserInterface.py" line="2697"/> <source>Py&Side Documentation</source> <translation>Py&Side 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2696"/> + <location filename="../UI/UserInterface.py" line="2701"/> <source>Open PySide Documentation</source> <translation>打开 PySide 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1379"/> + <location filename="../UI/UserInterface.py" line="1384"/> <source>{0} - Passive Mode</source> <translation>{0} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1386"/> + <location filename="../UI/UserInterface.py" line="1391"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1390"/> + <location filename="../UI/UserInterface.py" line="1395"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3269"/> + <location filename="../UI/UserInterface.py" line="3274"/> <source>External Tools/{0}</source> <translation>外部工具/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4937"/> + <location filename="../UI/UserInterface.py" line="4942"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>文件 <b>{0}</b> 不存在或者长度为零。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4661"/> + <location filename="../UI/UserInterface.py" line="4666"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 设计师。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4730"/> + <location filename="../UI/UserInterface.py" line="4735"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 语言家。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4783"/> + <location filename="../UI/UserInterface.py" line="4788"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 Qt 助手。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4825"/> + <location filename="../UI/UserInterface.py" line="4830"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动自定义的查看器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4893"/> + <location filename="../UI/UserInterface.py" line="4898"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 UI 预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4948"/> + <location filename="../UI/UserInterface.py" line="4953"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动翻译预览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4969"/> + <location filename="../UI/UserInterface.py" line="4974"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动 SQL 浏览器。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5062"/> + <location filename="../UI/UserInterface.py" line="5067"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5071"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5110"/> + <location filename="../UI/UserInterface.py" line="5115"/> <source>Starting process '{0} {1}'. </source> <translation>正在启动进程“{0} {1}”。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5126"/> + <location filename="../UI/UserInterface.py" line="5131"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5202"/> + <location filename="../UI/UserInterface.py" line="5207"/> <source>Process '{0}' has exited. </source> <translation>进程“{0}”已退出。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5605"/> + <location filename="../UI/UserInterface.py" line="5610"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6202"/> + <location filename="../UI/UserInterface.py" line="6207"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6231"/> + <location filename="../UI/UserInterface.py" line="6236"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6265"/> + <location filename="../UI/UserInterface.py" line="6270"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>会话文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6312"/> + <location filename="../UI/UserInterface.py" line="6317"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>会话文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6592"/> + <location filename="../UI/UserInterface.py" line="6597"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> 不是一个文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6782"/> + <location filename="../UI/UserInterface.py" line="6787"/> <source>Trying host {0}</source> <translation>正在尝试主机 {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1029"/> + <location filename="../UI/UserInterface.py" line="1034"/> <source>Cooperation</source> <translation>协作</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1082"/> + <location filename="../UI/UserInterface.py" line="1087"/> <source>Symbols</source> <translation>符号</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1091"/> + <location filename="../UI/UserInterface.py" line="1096"/> <source>Numbers</source> <translation>数字</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6033"/> + <location filename="../UI/UserInterface.py" line="6038"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>键盘快捷键文件 (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python 3 Documentation</source> <translation>Python 3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2628"/> + <location filename="../UI/UserInterface.py" line="2633"/> <source>Python &3 Documentation</source> <translation>Python &3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2632"/> + <location filename="../UI/UserInterface.py" line="2637"/> <source>Open Python 3 Documentation</source> <translation>打开 Python 3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python 2 Documentation</source> <translation>Python 2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2646"/> + <location filename="../UI/UserInterface.py" line="2651"/> <source>Python &2 Documentation</source> <translation>Python &2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2650"/> + <location filename="../UI/UserInterface.py" line="2655"/> <source>Open Python 2 Documentation</source> <translation>打开 Python 2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652"/> + <location filename="../UI/UserInterface.py" line="2657"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>Error getting versions information</source> <translation>获取版本信息出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6839"/> + <location filename="../UI/UserInterface.py" line="6844"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6846"/> + <location filename="../UI/UserInterface.py" line="6851"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="677"/> + <location filename="../UI/UserInterface.py" line="682"/> <source>Setting View Profile...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="681"/> - <source>Reading Tasks...</source> - <translation>读取任务…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="686"/> - <source>Reading Templates...</source> - <translation>读取模板…</translation> + <source>Reading Tasks...</source> + <translation>读取任务…</translation> </message> <message> <location filename="../UI/UserInterface.py" line="691"/> + <source>Reading Templates...</source> + <translation>读取模板…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="696"/> <source>Starting Debugger...</source> <translation>启动调试器…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New Window</source> <translation>新建窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>New &Window</source> <translation>新建窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1472"/> + <location filename="../UI/UserInterface.py" line="1477"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> + <location filename="../UI/UserInterface.py" line="1979"/> <source>Unittest Rerun Failed</source> <translation>单元测试再次运行失败</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1974"/> - <source>Rerun Failed Tests...</source> - <translation>重新运行失败的测试…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1979"/> + <source>Rerun Failed Tests...</source> + <translation>重新运行失败的测试…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1984"/> <source>Rerun failed tests of the last run</source> <translation>重新运行上一次运行中失败的测试</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1981"/> + <location filename="../UI/UserInterface.py" line="1986"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>重新运行失败的测试</b><p>重新运行上一次单元测试中失败的所有测试。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2113"/> + <location filename="../UI/UserInterface.py" line="2118"/> <source>Compare &Files side by side...</source> <translation>并排比较文件(&F)…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2203"/> <source>Snapshot</source> <translation>快照</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source>&Snapshot...</source> - <translation>快照(&S)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2203"/> + <source>&Snapshot...</source> + <translation>快照(&S)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2208"/> <source>Take snapshots of a screen region</source> <translation>截取屏幕区域的快照</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2210"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>快照</b><p>打开一个对话框来截取屏幕一个区域的快照。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5044"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>无法启动快照工具。<br>请确保它作为 <b>{0}</b> 可用。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7054"/> + <location filename="../UI/UserInterface.py" line="7059"/> <source>Select Workspace Directory</source> <translation>选择工作区目录</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>Left Toolbox</source> <translation>左工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> + <location filename="../UI/UserInterface.py" line="1684"/> <source>Right Toolbox</source> <translation>右工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1531"/> + <location filename="../UI/UserInterface.py" line="1536"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>将输入焦点切换至项目查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1533"/> + <location filename="../UI/UserInterface.py" line="1538"/> <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="1548"/> + <location filename="../UI/UserInterface.py" line="1553"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>将输入焦点切换至多项目查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1550"/> + <location filename="../UI/UserInterface.py" line="1555"/> <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="1566"/> + <location filename="../UI/UserInterface.py" line="1571"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>将输入焦点切换至调试查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1568"/> + <location filename="../UI/UserInterface.py" line="1573"/> <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="1584"/> + <location filename="../UI/UserInterface.py" line="1589"/> <source>Switch the input focus to the Shell window.</source> <translation>将输入焦点切换至 Shell 窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1586"/> + <location filename="../UI/UserInterface.py" line="1591"/> <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="1595"/> + <location filename="../UI/UserInterface.py" line="1600"/> <source>&File-Browser</source> <translation>文件浏览器(&F)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1601"/> + <location filename="../UI/UserInterface.py" line="1606"/> <source>Switch the input focus to the File-Browser window.</source> <translation>将输入焦点切换至文件浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1603"/> + <location filename="../UI/UserInterface.py" line="1608"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>激活文件浏览器</b><p>将输入焦点切换至文件浏览器窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1612"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source>Lo&g-Viewer</source> <translation>日志浏览器(&G)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1618"/> + <location filename="../UI/UserInterface.py" line="1623"/> <source>Switch the input focus to the Log-Viewer window.</source> <translation>将输入焦点切换至日志查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1620"/> + <location filename="../UI/UserInterface.py" line="1625"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>激活日志查看器</b><p>将输入焦点切换至日志查看器。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1630"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>&Task-Viewer</source> <translation>任务浏览器(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>将输入焦点切换至任务浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Templ&ate-Viewer</source> <translation>模板浏览器(&A)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1655"/> + <location filename="../UI/UserInterface.py" line="1660"/> <source>Switch the input focus to the Template-Viewer window.</source> <translation>将输入焦点切换至模板浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1657"/> + <location filename="../UI/UserInterface.py" line="1662"/> <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="1667"/> + <location filename="../UI/UserInterface.py" line="1672"/> <source>&Left Toolbox</source> <translation>左工具箱(&L)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1675"/> <source>Toggle the Left Toolbox window</source> <translation>切换左工具箱窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1671"/> + <location filename="../UI/UserInterface.py" line="1676"/> <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>切换左工具箱窗口</b><p>如果左工具箱窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1679"/> - <source>&Right Toolbox</source> - <translation>右工具箱(&R)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1683"/> - <source>Toggle the Right Toolbox window</source> - <translation>切换右工具箱窗口</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1684"/> + <source>&Right Toolbox</source> + <translation>右工具箱(&R)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1688"/> + <source>Toggle the Right Toolbox window</source> + <translation>切换右工具箱窗口</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> <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>切换右工具箱窗口</b><p>如果右工具箱窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>Right Sidebar</source> <translation>右侧边栏</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1719"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source>&Right Sidebar</source> <translation>右侧边栏(&R)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1723"/> + <location filename="../UI/UserInterface.py" line="1728"/> <source>Toggle the right sidebar window</source> <translation>切换右侧边栏窗口</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1730"/> <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>切换右侧边栏窗口</b><p>如果右侧边栏窗口已隐藏则显示它。如果它可见则隐藏它。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Cooperation-Viewer</source> <translation>协作浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1748"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Co&operation-Viewer</source> <translation>协作浏览器(&O)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1754"/> + <location filename="../UI/UserInterface.py" line="1759"/> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>将输入焦点切换至协作浏览器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1756"/> + <location filename="../UI/UserInterface.py" line="1761"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>激活协作浏览器</b><p>将输入焦点切换至协作浏览器窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>Symbols-Viewer</source> <translation>符号查看器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1785"/> + <location filename="../UI/UserInterface.py" line="1790"/> <source>S&ymbols-Viewer</source> <translation>符号查看器(&Y)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1791"/> + <location filename="../UI/UserInterface.py" line="1796"/> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>将输入焦点切换至符号查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1793"/> + <location filename="../UI/UserInterface.py" line="1798"/> <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="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Numbers-Viewer</source> <translation>数字查看器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1804"/> + <location filename="../UI/UserInterface.py" line="1809"/> <source>Num&bers-Viewer</source> <translation>数字查看器(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1810"/> + <location filename="../UI/UserInterface.py" line="1815"/> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>将输入焦点切换至数字查看器窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1812"/> + <location filename="../UI/UserInterface.py" line="1817"/> <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="2837"/> + <location filename="../UI/UserInterface.py" line="2842"/> <source>&Windows</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1638"/> + <location filename="../UI/UserInterface.py" line="1643"/> <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="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1767"/> + <location filename="../UI/UserInterface.py" line="1772"/> <source>Meta+Shift+I</source> <translation>Meta+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1773"/> + <location filename="../UI/UserInterface.py" line="1778"/> <source>Switch the input focus to the IRC window.</source> <translation>将输入焦点切换至 IRC 窗口。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1775"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>激活 IRC</b><p>将输入焦点切换至 IRC 窗口。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-Designer</source> - <translation>Qt 设计师</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2032"/> - <source>Qt-&Designer...</source> - <translation>Qt 设计师(&D)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-Designer</source> + <translation>Qt 设计师</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2037"/> + <source>Qt-&Designer...</source> + <translation>Qt 设计师(&D)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2042"/> <source>Start Qt-Designer</source> <translation>启动 Qt 设计师</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2038"/> + <location filename="../UI/UserInterface.py" line="2043"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt 设计师</b><p>启动 Qt 设计师。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> + <location filename="../UI/UserInterface.py" line="2063"/> <source>Qt-Linguist</source> <translation>Qt 语言家</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2058"/> - <source>Qt-&Linguist...</source> - <translation>Qt 语言家(&L)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2063"/> + <source>Qt-&Linguist...</source> + <translation>Qt 语言家(&L)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2068"/> <source>Start Qt-Linguist</source> <translation>启动 Qt 语言家</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2064"/> + <location filename="../UI/UserInterface.py" line="2069"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt 语言家</b><p>启动 Qt 语言家。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt5 Documentation</source> <translation>Qt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2569"/> + <location filename="../UI/UserInterface.py" line="2574"/> <source>Qt&5 Documentation</source> <translation>Qt&5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573"/> + <location filename="../UI/UserInterface.py" line="2578"/> <source>Open Qt5 Documentation</source> <translation>打开 Qt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3204"/> + <location filename="../UI/UserInterface.py" line="3209"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>状态栏的这一部分允许对当前编辑器、shell 或终端进行缩放。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates</source> - <translation>管理 SSL 证书</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2362"/> - <source>Manage SSL Certificates...</source> - <translation>管理 SSL 证书…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates</source> + <translation>管理 SSL 证书</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Manage SSL Certificates...</source> + <translation>管理 SSL 证书…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2372"/> <source>Manage the saved SSL certificates</source> <translation>管理保存的 SSL 证书</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2369"/> + <location filename="../UI/UserInterface.py" line="2374"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>管理 SSL 证书…</b><p>打开一个对话框来管理保存的 SSL 证书。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters</source> - <translation>编辑消息过滤器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2378"/> - <source>Edit Message Filters...</source> - <translation>编辑消息过滤器…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters</source> + <translation>编辑消息过滤器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2383"/> + <source>Edit Message Filters...</source> + <translation>编辑消息过滤器…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2388"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>编辑消息过滤器使得不期望的消息不显示</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2385"/> + <location filename="../UI/UserInterface.py" line="2390"/> <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>编辑消息过滤器</b><p>打开对话框来编辑消息过滤器,使得不期望的错误信息不再在错误窗口中显示。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2586"/> + <location filename="../UI/UserInterface.py" line="2591"/> <source>PyQt&4 Documentation</source> <translation>PyQt&4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt5 Documentation</source> <translation>PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2610"/> <source>PyQt&5 Documentation</source> <translation>PyQt&5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2609"/> + <location filename="../UI/UserInterface.py" line="2614"/> <source>Open PyQt5 Documentation</source> <translation>打开 PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5474"/> + <location filename="../UI/UserInterface.py" line="5479"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt5 文档起始位置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2533"/> <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"><b>Qt5 文档</b><p>显示 Qt5 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2634"/> + <location filename="../UI/UserInterface.py" line="2639"/> <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><b>Python 3 文档</b><p>显示 Python 3 文档。如果尚未配置文档目录,则在 Windows 系统上,文档位置将默认为 Python 3 可执行文件所在目录下的 doc 目录;在类 Unix 系统上,则默认为 <i>/usr/share/doc/packages/python/html</i>。请在环境中设置 PYTHON3DOCDIR 以覆盖默认行为。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6773"/> + <location filename="../UI/UserInterface.py" line="6778"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1916"/> <source>Show Error Log</source> <translation>显示错误日志</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1907"/> - <source>Show Error &Log...</source> - <translation>显示错误日志(&L)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1912"/> + <source>Show Error &Log...</source> + <translation>显示错误日志(&L)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>显示错误日志…</b><p>打开一个对话框显示最近的错误日志。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6777"/> + <location filename="../UI/UserInterface.py" line="6782"/> <source>Version Check</source> <translation>版本检查</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1478"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Open a new eric6 instance</source> <translation>打开新的 eric6 实例</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1480"/> + <location filename="../UI/UserInterface.py" line="1485"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>新建窗口</b><p>打开新的 eric6 IDE 实例。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1848"/> + <location filename="../UI/UserInterface.py" line="1853"/> <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></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1885"/> + <location filename="../UI/UserInterface.py" line="1890"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>检查更新…</b><p>从互联网检查 eric6 的更新。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1898"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>显示可下载版本…</b><p>显示可以从互联网下载的 eric6 版本。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 Web Browser</source> - <translation>eric6 网页浏览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2168"/> - <source>eric6 &Web Browser...</source> - <translation>eric6 网页浏览器(&W)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 Web Browser</source> + <translation>eric6 网页浏览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2173"/> + <source>eric6 &Web Browser...</source> + <translation>eric6 网页浏览器(&W)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2178"/> <source>Start the eric6 Web Browser</source> <translation>启动 eric6 网页浏览器器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2175"/> + <location filename="../UI/UserInterface.py" line="2180"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>eric6 网页浏览器</b><p>使用 eric6 网页浏览器浏览互联网。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2189"/> + <location filename="../UI/UserInterface.py" line="2194"/> <source>Start the eric6 Icon Editor</source> <translation>启动 eric6 图标编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191"/> + <location filename="../UI/UserInterface.py" line="2196"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>图标编辑器</b><p>启动 eric6 图标编辑器来编辑简单的图标。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2277"/> + <location filename="../UI/UserInterface.py" line="2282"/> <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><b>显示外部工具</b><p>打开一个对话框显示 eric6 使用的所有外部工具的路径和版本。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2676"/> + <location filename="../UI/UserInterface.py" line="2681"/> <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><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric6 安装文件夹下的文档或源代码子文件夹。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4758"/> + <location filename="../UI/UserInterface.py" line="4763"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt 版本3 不被 eric6 支持。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6940"/> + <location filename="../UI/UserInterface.py" line="6945"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>eric6 的 <b>{0}</b> 更新已经可用,位于 <b>{1}</b>。您是否希望下载它?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>Eric6 is up to date</source> <translation>Eric6 已是最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6958"/> <source>You are using the latest version of eric6</source> <translation>您正在使用 eric6 的最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7035"/> + <location filename="../UI/UserInterface.py" line="7040"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>尚未配置 eric6。将打开配置对话框。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="655"/> + <location filename="../UI/UserInterface.py" line="660"/> <source>Generating Plugins Toolbars...</source> <translation>生成插件工具栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3775"/> + <location filename="../UI/UserInterface.py" line="3780"/> <source>&User Tools</source> <translation>用户工具(&U)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3847"/> + <location filename="../UI/UserInterface.py" line="3852"/> <source>No User Tools Configured</source> <translation>没有配置的用户工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6793"/> + <location filename="../UI/UserInterface.py" line="6798"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>因为当前处在 <b>离线</b> 状态,无法获取版本信息。请连线并再试一次。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>Hex Editor</source> - <translation>十六进制编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2153"/> - <source>&Hex Editor...</source> - <translation>十六进制编辑器(&H)…</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2158"/> + <source>Hex Editor</source> + <translation>十六进制编辑器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Hex Editor...</source> + <translation>十六进制编辑器(&H)…</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> <source>Start the eric6 Hex Editor</source> <translation>启动 eric6 十六进制编辑器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2160"/> + <location filename="../UI/UserInterface.py" line="2165"/> <source><b>Hex Editor</b><p>Starts the eric6 Hex Editor for viewing or editing binary files.</p></source> <translation><b>十六进制编辑器</b><p>启动 eric6 十六进制编辑器来查看、修改二进制文件。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2401"/> + <location filename="../UI/UserInterface.py" line="2406"/> <source>Clear private data</source> <translation type="unfinished">清空隐私数据</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2403"/> + <location filename="../UI/UserInterface.py" line="2408"/> <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="1446"/> - <source>Save session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1451"/> + <source>Save session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>Load session</source> <translation type="unfinished">载入会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1459"/> - <source>Load session...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="1464"/> + <source>Load session...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> <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="6350"/> + <location filename="../UI/UserInterface.py" line="6355"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6397"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="658"/> + <location filename="../UI/UserInterface.py" line="663"/> <source>Cleaning Plugins Download Area...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="650"/> + <location filename="../UI/UserInterface.py" line="655"/> <source>Initializing Plugins...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6928"/> + <location filename="../UI/UserInterface.py" line="6933"/> <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="6918"/> + <location filename="../UI/UserInterface.py" line="6923"/> <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="2872"/> + <location filename="../UI/UserInterface.py" line="2877"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2559"/> + <location filename="../UI/UserInterface.py" line="2564"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 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="2574"/> + <location filename="../UI/UserInterface.py" line="2579"/> <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="2591"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 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="2611"/> + <location filename="../UI/UserInterface.py" line="2616"/> <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="2698"/> + <location filename="../UI/UserInterface.py" line="2703"/> <source><b>PySide Documentation</b><p>Display the PySide 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="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2713"/> + <location filename="../UI/UserInterface.py" line="2718"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2717"/> + <location filename="../UI/UserInterface.py" line="2722"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719"/> + <location filename="../UI/UserInterface.py" line="2724"/> <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="5588"/> + <location filename="../UI/UserInterface.py" line="5593"/> <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="2509"/> + <location filename="../UI/UserInterface.py" line="2514"/> <source>Virtualenv Manager</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2508"/> <source>&Virtualenv Manager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2511"/> + <location filename="../UI/UserInterface.py" line="2516"/> <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="2526"/> + <location filename="../UI/UserInterface.py" line="2531"/> <source>Virtualenv Configurator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2520"/> + <location filename="../UI/UserInterface.py" line="2525"/> <source>Virtualenv &Configurator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2847"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2856"/> + <location filename="../UI/UserInterface.py" line="2861"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2866"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2882"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1430"/> + <location filename="../UI/UserInterface.py" line="1435"/> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1436"/> + <location filename="../UI/UserInterface.py" line="1441"/> <source>Restart the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1442"/> <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="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5703"/> + <location filename="../UI/UserInterface.py" line="5708"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5763"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="1020"/> + <location filename="../UI/UserInterface.py" line="1025"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1011"/> + <location filename="../UI/UserInterface.py" line="1016"/> <source>PyPI</source> <translation type="unfinished"></translation> </message>