Sun, 20 Dec 2020 12:35:26 +0100
User Interface
- added capability to show Qt6 documentation (configurable)
--- a/docs/changelog Sat Dec 19 19:57:09 2020 +0100 +++ b/docs/changelog Sun Dec 20 12:35:26 2020 +0100 @@ -17,6 +17,8 @@ returning from the current frame - Editor -- added code to enclose the current selection by entering " or ' characters +- User Interface + -- added capability to show Qt6 documentation (configurable) Version 20.12.1: - bug fixes
--- a/eric6/APIs/Python3/eric6.api Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/APIs/Python3/eric6.api Sun Dec 20 12:35:26 2020 +0100 @@ -6722,8 +6722,8 @@ eric6.Preferences.getProjectBrowserFlags?4(key, prefClass=Prefs) eric6.Preferences.getProtobuf?4(key, prefClass=Prefs) eric6.Preferences.getPython?4(key, prefClass=Prefs) -eric6.Preferences.getQt5DocDir?4(prefClass=Prefs) eric6.Preferences.getQt?4(key, prefClass=Prefs) +eric6.Preferences.getQtDocDir?4(version, prefClass=Prefs) eric6.Preferences.getQtTranslationsDir?4(prefClass=Prefs) eric6.Preferences.getShell?4(key, prefClass=Prefs) eric6.Preferences.getSystem?4(key, prefClass=Prefs)
--- a/eric6/Documentation/Help/source.qhp Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Documentation/Help/source.qhp Sun Dec 20 12:35:26 2020 +0100 @@ -15461,7 +15461,6 @@ <keyword name="UserInterface.__showPyQt5Doc" id="UserInterface.__showPyQt5Doc" ref="eric6.UI.UserInterface.html#UserInterface.__showPyQt5Doc" /> <keyword name="UserInterface.__showPySideDoc" id="UserInterface.__showPySideDoc" ref="eric6.UI.UserInterface.html#UserInterface.__showPySideDoc" /> <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric6.UI.UserInterface.html#UserInterface.__showPythonDoc" /> - <keyword name="UserInterface.__showQt5Doc" id="UserInterface.__showQt5Doc" ref="eric6.UI.UserInterface.html#UserInterface.__showQt5Doc" /> <keyword name="UserInterface.__showQtDoc" id="UserInterface.__showQtDoc" ref="eric6.UI.UserInterface.html#UserInterface.__showQtDoc" /> <keyword name="UserInterface.__showSettingsMenu" id="UserInterface.__showSettingsMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showSettingsMenu" /> <keyword name="UserInterface.__showSubWindowMenu" id="UserInterface.__showSubWindowMenu" ref="eric6.UI.UserInterface.html#UserInterface.__showSubWindowMenu" /> @@ -17566,8 +17565,8 @@ <keyword name="getPythonModulesDirectory" id="getPythonModulesDirectory" ref="eric6.Globals.__init__.html#getPythonModulesDirectory" /> <keyword name="getPythonVersion" id="getPythonVersion" ref="eric6.Utilities.__init__.html#getPythonVersion" /> <keyword name="getQt" id="getQt" ref="eric6.Preferences.__init__.html#getQt" /> - <keyword name="getQt5DocDir" id="getQt5DocDir" ref="eric6.Preferences.__init__.html#getQt5DocDir" /> <keyword name="getQtBinariesPath" id="getQtBinariesPath" ref="eric6.Globals.__init__.html#getQtBinariesPath" /> + <keyword name="getQtDocDir" id="getQtDocDir" ref="eric6.Preferences.__init__.html#getQtDocDir" /> <keyword name="getQtMacBundle" id="getQtMacBundle" ref="eric6.Utilities.__init__.html#getQtMacBundle" /> <keyword name="getQtTranslationsDir" id="getQtTranslationsDir" ref="eric6.Preferences.__init__.html#getQtTranslationsDir" /> <keyword name="getQualAttr" id="getQualAttr" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html#getQualAttr" />
--- a/eric6/Documentation/Source/eric6.Preferences.__init__.html Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.__init__.html Sun Dec 20 12:35:26 2020 +0100 @@ -198,7 +198,7 @@ <td>Module function to retrieve the various Qt settings.</td> </tr> <tr> -<td><a href="#getQt5DocDir">getQt5DocDir</a></td> +<td><a href="#getQtDocDir">getQtDocDir</a></td> <td>Module function to retrieve the Qt5DocDir setting.</td> </tr> <tr> @@ -1518,15 +1518,19 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="getQt5DocDir" ID="getQt5DocDir"></a> -<h2>getQt5DocDir</h2> -<b>getQt5DocDir</b>(<i>prefClass=Prefs</i>) +<a NAME="getQtDocDir" ID="getQtDocDir"></a> +<h2>getQtDocDir</h2> +<b>getQtDocDir</b>(<i>version, prefClass=Prefs</i>) <p> Module function to retrieve the Qt5DocDir setting. </p> <dl> +<dt><i>Qt</i> (int)</dt> +<dd> +version to get documentation directory for +</dd> <dt><i>prefClass</i></dt> <dd> preferences class used as the storage area @@ -1535,7 +1539,13 @@ <dl> <dt>Returns:</dt> <dd> -the requested Qt5DocDir setting (string) +the requested Qt5DocDir setting +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Sun Dec 20 12:35:26 2020 +0100 @@ -687,10 +687,6 @@ <td>Private slot to show the Python 3 documentation.</td> </tr> <tr> -<td><a href="#UserInterface.__showQt5Doc">__showQt5Doc</a></td> -<td>Private slot to show the Qt5 documentation.</td> -</tr> -<tr> <td><a href="#UserInterface.__showQtDoc">__showQtDoc</a></td> <td>Private method to show the Qt documentation.</td> </tr> @@ -2338,13 +2334,6 @@ <p> Private slot to show the Python 3 documentation. </p> -<a NAME="UserInterface.__showQt5Doc" ID="UserInterface.__showQt5Doc"></a> -<h4>UserInterface.__showQt5Doc</h4> -<b>__showQt5Doc</b>(<i></i>) - -<p> - Private slot to show the Qt5 documentation. -</p> <a NAME="UserInterface.__showQtDoc" ID="UserInterface.__showQtDoc"></a> <h4>UserInterface.__showQtDoc</h4> <b>__showQtDoc</b>(<i>version</i>) @@ -2354,9 +2343,9 @@ </p> <dl> -<dt><i>version</i></dt> +<dt><i>version</i> (int)</dt> <dd> -Qt version to show documentation for (integer) +Qt version to show documentation for </dd> </dl> <a NAME="UserInterface.__showSettingsMenu" ID="UserInterface.__showSettingsMenu"></a>
--- a/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.py Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.py Sun Dec 20 12:35:26 2020 +0100 @@ -39,6 +39,9 @@ self.qt5DocDirPicker.setMode(E5PathPickerModes.OpenFileMode) self.qt5DocDirPicker.setFilters(self.tr( "HTML Files (*.html *.htm);;All Files (*)")) + self.qt6DocDirPicker.setMode(E5PathPickerModes.OpenFileMode) + self.qt6DocDirPicker.setFilters(self.tr( + "HTML Files (*.html *.htm);;All Files (*)")) self.pyqt5DocDirPicker.setMode(E5PathPickerModes.OpenFileMode) self.pyqt5DocDirPicker.setFilters(self.tr( "HTML Files (*.html *.htm);;All Files (*)")) @@ -55,6 +58,8 @@ Preferences.getHelp("PythonDocDir"), toNative=False) self.qt5DocDirPicker.setText( Preferences.getHelp("Qt5DocDir"), toNative=False) + self.qt6DocDirPicker.setText( + Preferences.getHelp("Qt6DocDir"), toNative=False) self.pyqt5DocDirPicker.setText( Preferences.getHelp("PyQt5DocDir"), toNative=False) self.pyside2DocDirPicker.setText( @@ -74,6 +79,9 @@ "Qt5DocDir", self.qt5DocDirPicker.text(toNative=False)) Preferences.setHelp( + "Qt6DocDir", + self.qt6DocDirPicker.text(toNative=False)) + Preferences.setHelp( "PyQt5DocDir", self.pyqt5DocDirPicker.text(toNative=False)) Preferences.setHelp(
--- a/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui Sun Dec 20 12:35:26 2020 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>526</width> - <height>493</height> + <height>582</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -137,6 +137,41 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_10"> + <property name="title"> + <string>Qt6 Documentation</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_6"> + <item> + <widget class="E5PathPicker" name="qt6DocDirPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the Qt6 documentation directory</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="textLabel1_8_2_2_7"> + <property name="text"> + <string><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="pyqt5Group"> <property name="title"> <string>PyQt5 Documentation</string> @@ -233,7 +268,9 @@ <tabstop>ericDocDirPicker</tabstop> <tabstop>pythonDocDirPicker</tabstop> <tabstop>qt5DocDirPicker</tabstop> + <tabstop>qt6DocDirPicker</tabstop> <tabstop>pyqt5DocDirPicker</tabstop> + <tabstop>pyside2DocDirPicker</tabstop> </tabstops> <resources/> <connections/>
--- a/eric6/Preferences/__init__.py Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/Preferences/__init__.py Sun Dec 20 12:35:26 2020 +0100 @@ -874,6 +874,7 @@ "CustomViewer": "", "PythonDocDir": "", "Qt5DocDir": "", + "Qt6DocDir": "", "PyQt5DocDir": "", "PySide2DocDir": "", "EricDocDir": "", @@ -2654,17 +2655,21 @@ prefClass.settings.setValue("MultiProject/" + key, value) -def getQt5DocDir(prefClass=Prefs): +def getQtDocDir(version, prefClass=Prefs): """ Module function to retrieve the Qt5DocDir setting. + @param Qt version to get documentation directory for + @type int @param prefClass preferences class used as the storage area - @return the requested Qt5DocDir setting (string) + @return the requested Qt5DocDir setting + @rtype str """ + key = "Qt{0}DocDir".format(version) s = prefClass.settings.value( - "Help/Qt5DocDir", prefClass.helpDefaults["Qt5DocDir"]) + "Help/{0}".format(key), prefClass.helpDefaults[key]) if s == "": - s = os.getenv("QT5DOCDIR", "") + s = os.getenv(key.upper(), "") if s == "": s = os.path.join( QLibraryInfo.location(QLibraryInfo.DocumentationPath), "qtdoc")
--- a/eric6/UI/UserInterface.py Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/UI/UserInterface.py Sun Dec 20 12:35:26 2020 +0100 @@ -2852,7 +2852,7 @@ """ self.qt5DocAct = E5Action( self.tr('Qt5 Documentation'), - self.tr('Qt&5 Documentation'), + self.tr('Qt5 Documentation'), 0, 0, self, 'qt5_documentation') self.qt5DocAct.setStatusTip(self.tr('Open Qt5 Documentation')) self.qt5DocAct.setWhatsThis(self.tr( @@ -2862,12 +2862,27 @@ """ help viewer/web browser, or execute a web browser or Qt""" """ Assistant. </p>""" )) - self.qt5DocAct.triggered.connect(self.__showQt5Doc) + self.qt5DocAct.triggered.connect(lambda: self.__showQtDoc(5)) self.actions.append(self.qt5DocAct) + self.qt6DocAct = E5Action( + self.tr('Qt6 Documentation'), + self.tr('Qt6 Documentation'), + 0, 0, self, 'qt6_documentation') + self.qt6DocAct.setStatusTip(self.tr('Open Qt6 Documentation')) + self.qt6DocAct.setWhatsThis(self.tr( + """<b>Qt6 Documentation</b>""" + """<p>Display the Qt6 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>""" + )) + self.qt6DocAct.triggered.connect(lambda: self.__showQtDoc(6)) + self.actions.append(self.qt6DocAct) + self.pyqt5DocAct = E5Action( self.tr('PyQt5 Documentation'), - self.tr('PyQt&5 Documentation'), + self.tr('PyQt5 Documentation'), 0, 0, self, 'pyqt5_documentation') self.pyqt5DocAct.setStatusTip(self.tr( 'Open PyQt5 Documentation')) @@ -3235,8 +3250,8 @@ self.__menus["help"].addAction(self.ericDocAct) self.__menus["help"].addAction(self.pythonDocAct) self.__menus["help"].addAction(self.qt5DocAct) - if self.pyqt5DocAct is not None: - self.__menus["help"].addAction(self.pyqt5DocAct) + self.__menus["help"].addAction(self.qt6DocAct) + self.__menus["help"].addAction(self.pyqt5DocAct) if self.pyside2DocAct is not None: self.__menus["help"].addAction(self.pyside2DocAct) self.__menus["help"].addSeparator() @@ -5640,20 +5655,17 @@ else: self.__customViewer(home) - def __showQt5Doc(self): - """ - Private slot to show the Qt5 documentation. - """ - self.__showQtDoc(5) - def __showQtDoc(self, version): """ Private method to show the Qt documentation. - @param version Qt version to show documentation for (integer) - """ - if version == 5: - qtDocDir = Preferences.getQt5DocDir() + @param version Qt version to show documentation for + @type int + """ + if version in [5, 6]: + qtDocDir = Preferences.getQtDocDir(version) + else: + return if qtDocDir.startswith("qthelp://"): if not os.path.splitext(qtDocDir)[1]:
--- a/eric6/i18n/eric6_cs.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_cs.ts Sun Dec 20 12:35:26 2020 +0100 @@ -27501,7 +27501,7 @@ <translation type="obsolete"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYSIDEDOCDIR, je-li nastavena.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML soubory (*.html *.htm);;Všechny soubory (*)</translation> </message> @@ -27541,17 +27541,17 @@ <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">Zadejte adresář PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena. {5D?}</translation> </message> @@ -27571,20 +27571,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Zadejte adresář Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena. {6D?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -53209,17 +53224,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -78188,7 +78203,7 @@ <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> @@ -78208,7 +78223,7 @@ <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation></translation> </message> @@ -78438,7 +78453,7 @@ <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -78458,7 +78473,7 @@ <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -78523,72 +78538,72 @@ <translation type="obsolete">Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Profily</translation> </message> @@ -78598,27 +78613,27 @@ <translation type="obsolete"><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> @@ -78628,32 +78643,32 @@ <translation type="obsolete">V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> @@ -78663,27 +78678,27 @@ <translation type="obsolete"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -78698,17 +78713,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -78718,12 +78733,12 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Pluginy</translation> </message> @@ -78748,7 +78763,7 @@ <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> @@ -78768,12 +78783,12 @@ <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -78783,7 +78798,7 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> @@ -78803,7 +78818,7 @@ <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -78883,7 +78898,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -78898,22 +78913,22 @@ <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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> @@ -78938,17 +78953,17 @@ <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="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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> @@ -78973,12 +78988,12 @@ <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -78988,12 +79003,12 @@ <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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> @@ -79168,111 +79183,111 @@ <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> @@ -79307,47 +79322,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -79433,12 +79448,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -79658,7 +79673,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> @@ -79735,7 +79750,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> + <translation type="obsolete">Qt&4 dokumentace {5 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -79783,32 +79798,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -79828,7 +79838,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -79893,7 +79903,7 @@ <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="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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> @@ -79903,22 +79913,22 @@ <translation type="obsolete">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <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="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -79928,17 +79938,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -79983,7 +79993,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> @@ -79998,17 +80008,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -80023,17 +80033,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -80048,32 +80058,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -80108,22 +80118,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -80149,17 +80159,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -80174,7 +80184,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -80249,27 +80259,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Čísla verzí</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -80293,6 +80303,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Otevřít Qt4 dokumentaci {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_de.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_de.ts Sun Dec 20 12:35:26 2020 +0100 @@ -26501,7 +26501,7 @@ <translation><b>Hilfedokumentation einstellen</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML-Dateien (*.html *.htm);;Alle Dateien (*)</translation> </message> @@ -26541,17 +26541,17 @@ <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable QT5DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Gib das PyQt5-Dokumentationsverzeichnis ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYQT5DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> @@ -26571,20 +26571,35 @@ <translation><b>Hinweis</b>: Diesen Eintrag leer lassen, um den Standard zu verwenden.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation>PySide2-Dokumentation</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation>Gib das PySide2-Dokumentationsverzeichnis ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYSIDE2DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation>Qt6 Dokumentation</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation>Gib das Qt6-Dokumentationsverzeichnis ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable QT6DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -49954,17 +49969,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> @@ -73945,7 +73960,7 @@ <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Modultests</translation> </message> @@ -73960,12 +73975,12 @@ <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Hilfe</translation> </message> @@ -74000,22 +74015,22 @@ <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problem</translation> </message> @@ -74035,7 +74050,7 @@ <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -74055,7 +74070,7 @@ <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Einstellungen</translation> </message> @@ -74100,12 +74115,12 @@ <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> @@ -74125,7 +74140,7 @@ <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> @@ -74145,7 +74160,7 @@ <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> @@ -74250,7 +74265,7 @@ <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>&Modultests</translation> </message> @@ -74300,7 +74315,7 @@ <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> @@ -74370,32 +74385,32 @@ <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -74420,7 +74435,7 @@ <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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> @@ -74445,7 +74460,7 @@ <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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> @@ -74485,47 +74500,47 @@ <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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> @@ -74590,22 +74605,22 @@ <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>&Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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> @@ -74656,66 +74671,66 @@ <translation>Auf &Aktualisierungen prüfen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> @@ -74730,22 +74745,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -74755,12 +74770,12 @@ <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -74785,7 +74800,7 @@ <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> @@ -74805,12 +74820,12 @@ <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> @@ -74820,7 +74835,7 @@ <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> @@ -74840,7 +74855,7 @@ <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -74920,22 +74935,22 @@ <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> @@ -74950,32 +74965,32 @@ <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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> @@ -75000,17 +75015,17 @@ <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="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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> @@ -75035,12 +75050,12 @@ <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> @@ -75050,12 +75065,12 @@ <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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> @@ -75185,7 +75200,7 @@ <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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> @@ -75230,47 +75245,47 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Python &3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -75356,12 +75371,12 @@ <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -75581,7 +75596,7 @@ <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>&Fenster</translation> </message> @@ -75656,11 +75671,6 @@ <translation>Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853"/> - <source>Qt&5 Documentation</source> - <translation>Qt&5 Dokumentation</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2857"/> <source>Open Qt5 Documentation</source> <translation>Öffne die Qt5 Dokumentation</translation> @@ -75706,32 +75716,27 @@ <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="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation>PyQt&5-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -75751,7 +75756,7 @@ <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> @@ -75817,27 +75822,27 @@ <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="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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="7178"/> - <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="7190"/> + <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="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -75847,17 +75852,17 @@ <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>&Benutzerwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -75902,7 +75907,7 @@ <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation>Sitzung laden</translation> </message> @@ -75917,17 +75922,17 @@ <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation>eric6 Sitzungsdateien (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation>Absturzsitzung gefunden!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <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> @@ -75942,17 +75947,17 @@ <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -75967,32 +75972,32 @@ <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="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation>PySide2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation>PySide&2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation>Öffne die PySide2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <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> @@ -76027,22 +76032,22 @@ <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="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation>Linke Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation>Unterer Rand</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation>Rechte Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> @@ -76068,17 +76073,17 @@ <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="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation>Webbrowser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <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="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <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> @@ -76093,7 +76098,7 @@ <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Dieser Teil der Statusleiste erlaubt das Zoomen des aktuellen Editors oder der Shell.</p></translation> </message> @@ -76168,27 +76173,27 @@ <translation><b>MicroPython</b><p>Dies schaltet den Eingabefokus auf das MicroPython-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation>Mittelbereich</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation><h2>Versionsnummern</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Designer Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Linguist Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Assistant Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> @@ -76212,6 +76217,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation><b>Installationsinformation</b><p>Öffnet einen Dialog zur Anzeige von Informationen über den Installationsprozess.</p></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation>Qt6 Dokumentation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation>Öffne die Qt6 Dokumentation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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>Qt6-Dokumentation</b><p>Zeige die Qt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_empty.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_empty.ts Sun Dec 20 12:35:26 2020 +0100 @@ -26383,22 +26383,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -26408,20 +26408,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -49702,17 +49717,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> @@ -74077,7 +74092,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> @@ -74117,7 +74132,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> @@ -74602,7 +74617,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74622,7 +74637,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74807,514 +74822,504 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2857"/> <source>Open Qt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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="7178"/> - <source>Update available</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <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="7190"/> - <source>Eric6 is up to date</source> + <source>Update available</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="7190"/> + <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="7202"/> + <source>Eric6 is up to date</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -75329,7 +75334,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished"></translation> </message> @@ -75344,17 +75349,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -75369,17 +75374,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -75394,32 +75399,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -75454,22 +75459,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -75495,17 +75500,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -75520,7 +75525,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -75595,27 +75600,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -75639,6 +75644,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_en.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_en.ts Sun Dec 20 12:35:26 2020 +0100 @@ -26363,7 +26363,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -26398,17 +26398,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> @@ -26428,20 +26428,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -49744,17 +49759,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -73803,7 +73818,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> @@ -73843,7 +73858,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> @@ -74188,7 +74203,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74208,7 +74223,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -74338,414 +74353,414 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -74831,12 +74846,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -75056,7 +75071,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> @@ -75131,11 +75146,6 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2857"/> <source>Open Qt5 Documentation</source> <translation type="unfinished"></translation> @@ -75181,32 +75191,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -75226,7 +75231,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -75291,27 +75296,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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="7178"/> - <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="7190"/> + <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="7202"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> @@ -75321,17 +75326,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -75376,7 +75381,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished"></translation> </message> @@ -75391,17 +75396,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -75416,17 +75421,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -75441,32 +75446,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -75501,22 +75506,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -75542,17 +75547,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -75567,7 +75572,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -75642,27 +75647,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -75686,6 +75691,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_es.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_es.ts Sun Dec 20 12:35:26 2020 +0100 @@ -26528,7 +26528,7 @@ <translation><b>Configurar la documentación de ayuda</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Archivos HTML (*.html *.htm);;Todos los Archivos (*)</translation> </message> @@ -26568,17 +26568,17 @@ <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno QT5DOCDIR, si ha sido establecida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>Documentación de PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Introducir el directorio con la documentación de PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYQT5DOCDIR, si ha sido establecida.</translation> </message> @@ -26598,20 +26598,35 @@ <translation><b>Nota</b>: Dejar en blanco para la seleccionar ubicación por defecto.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation>Documentación de PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation>Introducir el directorio con la documentación de PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYSIDE2DOCDIR, si ha sido establecida.</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentación de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Introduzca el directorio con la documentación de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno QT5DOCDIR, si ha sido establecida. {6D?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -49981,17 +49996,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> @@ -74273,7 +74288,7 @@ <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> @@ -74293,7 +74308,7 @@ <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="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> @@ -74533,7 +74548,7 @@ <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> @@ -74553,7 +74568,7 @@ <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> @@ -74648,202 +74663,202 @@ <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="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>Documentación de API de &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Abrir Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>Te&st Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>Asis&tentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Seleccionar Grupo de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>Ven&tana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Barra de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>Ay&uda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Ajustes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Herramientas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Configurar Grupo de Herramientas actual ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>Herramientas de serie (&builtin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <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="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -74903,7 +74918,7 @@ <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> @@ -74918,22 +74933,22 @@ <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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> @@ -74958,17 +74973,17 @@ <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="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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> @@ -74998,22 +75013,22 @@ <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Reiniciar aplicación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <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="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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> @@ -75168,111 +75183,111 @@ <translation>{0} - {1} - {2} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <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="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> @@ -75307,47 +75322,47 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Documentación de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Abrir Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <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="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -75433,12 +75448,12 @@ <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -75658,7 +75673,7 @@ <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="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> @@ -75735,7 +75750,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation>Documentación de Qt&5</translation> + <translation type="obsolete">Documentación de Qt&5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -75783,32 +75798,32 @@ <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="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>Documentación de PyQt5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2868"/> <source>PyQt&5 Documentation</source> - <translation>Documentación de PyQt&5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <translation type="obsolete">Documentación de PyQt&5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -75828,7 +75843,7 @@ <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> @@ -75893,27 +75908,27 @@ <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="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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="7178"/> - <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="7190"/> + <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="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -75923,17 +75938,17 @@ <translation>Generando Barras de Herramientas para Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>Herramientas de &Usuario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation>No se han Configurado Herramientas de Usuario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -75978,7 +75993,7 @@ <translation><b>Guardar sesión...</b><p>Guarda la sesión actual a disco. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation>Cargar sesión</translation> </message> @@ -75993,17 +76008,17 @@ <translation><b>Cargar sesión...</b><p>Carga una sesión guardada en disco anteriormente. Se muestra un diálogo para seleccionar el nombre de archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation>Archivos de Sesión de eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation>¡Se ha hallado una sesión perdida!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <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> @@ -76018,17 +76033,17 @@ <translation>Inicializando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation>Comprobación Actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -76043,32 +76058,32 @@ <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="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation>Documentación de PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation>Documentación de PySide&2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation>Abrir Documentación de PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <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> @@ -76103,22 +76118,22 @@ <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="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation>Lado Izquierdo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation>Lado Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation>Lado Derecho</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> @@ -76144,17 +76159,17 @@ <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="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation>Iniciar Navegador Web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <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="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <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> @@ -76169,7 +76184,7 @@ <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Esta zona de la barra de estado permite hacer zoom sobre el editor actual o la shell.</p></translation> </message> @@ -76244,27 +76259,27 @@ <translation><b>MicroPython</b><p>Cambia el foco de entrada a la ventana de MicroPython.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation>Central Park</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation><h2>Números de Versiones</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>No se ha podido encontrar el ejecutable de Qt-Designer.<br>Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>No se ha podido encontrar el ejecutable de Qt-Linguist.<br>Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>No se ha podido encontrar el ejecutable de Qt-Assistant.<br>Asegúrese de que está instalado y opcionalmente configurado en la página de configuración de Qt.</p></translation> </message> @@ -76288,6 +76303,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation><b>Mostrar información de instalación...</b><p>Abre un diálogo que muestra información sobre el proceso de instalación.</p></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentación de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Abrir Documentación de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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"><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> {6 ?} {6 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_fr.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_fr.ts Sun Dec 20 12:35:26 2020 +0100 @@ -27339,7 +27339,7 @@ <translation><b>Configuration de la documentation d'aide</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Fichiers HTML (*.html *.htm);;Tous les fichiers (*)</translation> </message> @@ -27379,17 +27379,17 @@ <translation><b>Note</b>: Laisser vide pour utiliser la variable d'environnement QT5DOCDIR, si elle existe.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>Documentation PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Entrer le répertoire de documentation PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Note</b>: Laisser vide pour utiliser la variable d'environnement PYQT5DOCDIR, si elle existe.</translation> </message> @@ -27409,20 +27409,35 @@ <translation><b>Note </b>: Laisser vide pour utiliser le chemin par défaut.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation>Documentation PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation>Entrer le répertoire de la documentation PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentation Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Entrer le répertoire de documentation Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Note</b>: Laisser vide pour utiliser la variable d'environnement QT5DOCDIR, si elle existe. {6D?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -52503,17 +52518,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Fichier propriétés (*.ini);;Tous les fichiers (*)</translation> </message> @@ -77375,7 +77390,7 @@ <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> @@ -77395,7 +77410,7 @@ <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="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> @@ -77450,7 +77465,7 @@ <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> @@ -77470,7 +77485,7 @@ <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> @@ -77490,47 +77505,47 @@ <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="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -77636,7 +77651,7 @@ <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="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>Tests &unitaires</translation> </message> @@ -77646,7 +77661,7 @@ <translation type="obsolete">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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -77781,27 +77796,27 @@ <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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> @@ -77881,22 +77896,22 @@ <translation type="obsolete">Lance la Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Documentation pour les API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>Documentation pour les API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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> @@ -77957,27 +77972,27 @@ <translation type="obsolete">Lance la documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Documentation</translation> </message> @@ -77987,12 +78002,12 @@ <translation type="obsolete"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> @@ -78002,27 +78017,27 @@ <translation type="obsolete"><h3>Numéros de version</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation>Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> @@ -78037,17 +78052,17 @@ <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -78057,12 +78072,12 @@ <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -78087,7 +78102,7 @@ <translation>Infos &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> @@ -78112,17 +78127,17 @@ <translation>Activation des plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> @@ -78142,7 +78157,7 @@ <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -78232,27 +78247,27 @@ <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Chargement de session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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> @@ -78277,17 +78292,17 @@ <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="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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> @@ -78317,22 +78332,22 @@ <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <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="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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> @@ -78487,110 +78502,110 @@ <translation>{0} - {1} - {2} - Mode Passif</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Outils externe/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Le fichier <b>{0}</b> n'existe pas ou est de longeur nulle.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Designer.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Linguist.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer Qt-Assistant.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Ne peut lancer le navigateur SQL.<br>Vérifier qu'il est disponible en tant que <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Démarrage du processus '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Le fichier tâche <b>{0}</b> ne peut être écrit.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Le fichier tâche <b>{0}</b> ne peut être lu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Le fichier de session <b>{0}</b> ne peut être écrit.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Le fichier de session <b>{0}</b> ne peut être lu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> n'est pas un fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -78625,37 +78640,37 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Documentation Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Documentation Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Ouvrir la Documentation Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Les informations de versions ne peuvent être téléchargées. Veuillez aller en ligne et réessayer.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Les informations de versions ne peuvent être téléchargées depuis 7 jours. Veuillez aller en ligne et réessayer.</translation> </message> @@ -78741,12 +78756,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>Sélectionner le répertoire de travail</translation> </message> @@ -79038,7 +79053,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation>Documentation Qt&5</translation> + <translation type="obsolete">Documentation Qt&5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -79046,7 +79061,7 @@ <translation>Lance la Documentation Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>&Fenêtres</translation> </message> @@ -79091,32 +79106,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>Documentation PyQt5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2868"/> <source>PyQt&5 Documentation</source> - <translation>Documentation PyQt&5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <translation type="obsolete">Documentation PyQt&5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>Lance la documentation PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt5 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -79136,7 +79151,7 @@ <translation><b>Montrer l'historique d'erreur...</b><p>Ouvre une fenêtre avec les messages d'erreur les plus récents.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -79201,27 +79216,27 @@ <translation><b>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric6</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> - <translation>La mise à jour vers la version <b>{0}</b> d'eric6 est disponible à <b>{1}</b>. Voulez vous l'obtenir ?</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="7190"/> + <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> + <translation>La mise à jour vers la version <b>{0}</b> d'eric6 est disponible à <b>{1}</b>. Voulez vous l'obtenir ?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 est à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation>Vous utilisez la dernière version d'eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 n'a pas encore été configuré. La fenêtre de configuration va être ouverte.</translation> </message> @@ -79231,17 +79246,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>Outils &utilisateurs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation>Pas d'outils utilisateurs configuré</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Les informations de versions ne peuvent être téléchargés car vous êtes <b>hors ligne</b>. Veuillez aller en ligne et réessayer.</translation> </message> @@ -79286,7 +79301,7 @@ <translation><b>Enregistrer session...</b><p>Ceci enregistre la session sur le disque. Une fenêtre s'ouvre pour sélectionner le nom de fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation>Charger la session</translation> </message> @@ -79301,17 +79316,17 @@ <translation><b>Charger session...</b><p>Ceci charge une session enregistrée sur le disque auparant. Une fenêtre s'ouvre pour sélectionner le fichier.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -79326,17 +79341,17 @@ <translation>Initialisation en cours des plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation>Vérification de mise à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -79351,32 +79366,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation>Documentation PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation>Documentation PySide&2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation>Ouvrir la Documentation PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -79411,22 +79426,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation>Coté gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation>Coté bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation>Coté droit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> @@ -79452,17 +79467,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation>Démarrer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation>Le navigateur web eric6 n'a pas pu être démarré.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Le navigateur web eric6 n'est pas démarré.</p><p>Raison : {0}</p></translation> </message> @@ -79477,7 +79492,7 @@ <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Cette zone de la barre d'état permet de zoomer l'éditeur courant ou le shell.</p></translation> </message> @@ -79552,27 +79567,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation><h2>Numéros de version</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -79596,6 +79611,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentation Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Lance la Documentation Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_it.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_it.ts Sun Dec 20 12:35:26 2020 +0100 @@ -28223,7 +28223,7 @@ <translation type="obsolete"><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente PYSIDEDOCDIR, se impostata.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML Files (*.html *.htm);;All Files (*)</translation> </message> @@ -28278,17 +28278,17 @@ <translation><b>Nota</b>: Lasciare vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>Documentazione PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Inserisci la cartella di documentazione di PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente PYQT4DOCDIR, se impostata.</translation> </message> @@ -28308,20 +28308,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentazione Qt4 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Inserisci la cartella della documentazione di Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Nota</b>: Lasciare vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata. {6D?}</translation> + </message> </context> <context> <name>HelpFlashCookieManagerPage</name> @@ -54917,17 +54932,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> @@ -80273,7 +80288,7 @@ <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> @@ -80293,7 +80308,7 @@ <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Unittest</translation> </message> @@ -80348,7 +80363,7 @@ <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> @@ -80368,7 +80383,7 @@ <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> @@ -80388,47 +80403,47 @@ <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="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>E&xtra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -80533,7 +80548,7 @@ <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="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> @@ -80543,7 +80558,7 @@ <translation type="obsolete">Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -80678,27 +80693,27 @@ <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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> @@ -80778,22 +80793,22 @@ <translation type="obsolete">Apri documentazione su Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>Documentazione API di &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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> @@ -80854,27 +80869,27 @@ <translation type="obsolete">Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Documentazione</translation> </message> @@ -80884,12 +80899,12 @@ <translation type="obsolete"><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> @@ -80899,17 +80914,17 @@ <translation type="obsolete"><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> @@ -80924,17 +80939,17 @@ <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -80944,12 +80959,12 @@ <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -80974,7 +80989,7 @@ <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> @@ -80999,17 +81014,17 @@ <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> @@ -81029,7 +81044,7 @@ <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -81119,27 +81134,27 @@ <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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> @@ -81164,17 +81179,17 @@ <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="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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> @@ -81204,22 +81219,22 @@ <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <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="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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> @@ -81394,110 +81409,110 @@ <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> @@ -81532,22 +81547,22 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Documentazione Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> @@ -81572,27 +81587,27 @@ <translation type="obsolete"><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="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -81678,12 +81693,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> @@ -81903,7 +81918,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> @@ -81980,7 +81995,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation type="unfinished">Documentazione Qt&4 {5 ?}</translation> + <translation type="obsolete">Documentazione Qt&4 {5 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -82028,32 +82043,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -82073,7 +82083,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -82138,7 +82148,7 @@ <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="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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> @@ -82148,22 +82158,22 @@ <translation type="obsolete">Le Qt v.3 non sono supportate da eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <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="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric6 è aggiornato</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -82173,17 +82183,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -82228,7 +82238,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished">Carica sessione</translation> </message> @@ -82243,17 +82253,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -82268,17 +82278,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -82293,32 +82303,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -82353,22 +82363,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -82394,17 +82404,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -82419,7 +82429,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -82494,27 +82504,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Numeri di versione</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -82538,6 +82548,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentazione Qt4 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Apri documentazione su Qt4 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_pt.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_pt.ts Sun Dec 20 12:35:26 2020 +0100 @@ -28104,7 +28104,7 @@ <translation>Ficheiros HTML (*.html *.htm);;Ficheiros de Ajuda Comprimidos (*.chm);;Ficheiros Todos (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Ficheiros HTML (*.html *.htm);;Ficheiros Todos (*)</translation> </message> @@ -28154,17 +28154,17 @@ <translation><b>Nota</b>: Deixar vazio para usar a variável de ambiente QT5DOCDIR, se definida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>Documentação de PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Introduzir diretório da documentação de PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Deixar vazio para usar a variável de ambiente PYQT5DOCDIR, se definida.</translation> </message> @@ -28184,20 +28184,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentação de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Introduzir diretório da documentação de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Nota</b>: Deixar vazio para usar a variável de ambiente QT5DOCDIR, se definida. {6D?}</translation> + </message> </context> <context> <name>HelpFlashCookieManagerPage</name> @@ -54378,17 +54393,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Exportar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Importar Preferências</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation> </message> @@ -79146,7 +79161,7 @@ <translation>Mostrar as versões disponíveis para descarregar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Reportar Falho</translation> </message> @@ -79186,7 +79201,7 @@ <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="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Teste Unitário</translation> </message> @@ -79531,7 +79546,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atalhos de Teclado</translation> </message> @@ -79551,7 +79566,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atalhos de Teclado</translation> </message> @@ -79706,17 +79721,17 @@ <translation type="obsolete">Abrir a Documentação de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Documentação de API do Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>Documentação de API do &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Abrir a Documentação de API do Eric</translation> </message> @@ -79736,112 +79751,112 @@ <translation type="obsolete">Abrir Documentação de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>Teste &Unitário</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>A&ssistentes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Selecionar Grupo de Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>Definiçõe&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Janela</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>Barras de Ferramen&tas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>Comp&lementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Definições</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Ajuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Ferramentas Externas/{0}</translation> </message> @@ -79851,52 +79866,52 @@ <translation type="obsolete"><h3>Números de Versão</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Reiniciar a aplicação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <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="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Ferramentas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Configurar o atual Grupo de Ferramentas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>Ferramentas &Internas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Ferramentas dos &Complementos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>&Mostrar tudo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>&Esconder tudo</translation> </message> @@ -79911,215 +79926,215 @@ <translation type="obsolete">Suporte Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Ferramentas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>A iniciar processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>Processo '{0}' saiu.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Falta a Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Documentação</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Ficheiro de atalhos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Gravar tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Ler tarefas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Sessão de leitura</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Atualização disponível</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Erro na verificação de atualizações</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Não procurar atualizações.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versões Disponíveis</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Usado a primeira vez</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Documentação de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Documentação de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Abrir a Documentação de Python 3</translation> </message> @@ -80139,27 +80154,27 @@ <translation type="obsolete">Abrir a Documentação de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <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="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -80245,12 +80260,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>Selecionar o Diretório de Trabalho</translation> </message> @@ -80470,7 +80485,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>&Janelas</translation> </message> @@ -80547,7 +80562,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation>Documentação de Qt&5</translation> + <translation type="obsolete">Documentação de Qt&5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -80600,32 +80615,32 @@ <translation type="obsolete">Documentação do PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>Documentação do PyQt5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2868"/> <source>PyQt&5 Documentation</source> - <translation>Documentação do PyQt&5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <translation type="obsolete">Documentação do PyQt&5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>Abrir a Documentação de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation></translation> </message> @@ -80705,7 +80720,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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> @@ -80715,27 +80730,27 @@ <translation type="obsolete">Qt v.3 não está suportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <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="7190"/> + <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="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 está atualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -80745,17 +80760,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>Ferramentas de &Utilizador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -80800,7 +80815,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished">Carregar sessão</translation> </message> @@ -80815,17 +80830,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -80840,17 +80855,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -80865,32 +80880,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -80925,22 +80940,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -80966,17 +80981,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -80991,7 +81006,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -81066,27 +81081,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Números de Versão</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -81110,6 +81125,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Documentação de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Abrir a Documentação de Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_ru.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_ru.ts Sun Dec 20 12:35:26 2020 +0100 @@ -26577,7 +26577,7 @@ <translation>Файлы HTML (*.html *.htm);;Сжатые файлы справки (*.chm);;Все файлы (*)</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Файлы HTML (*.html *.htm);;Все файлы (*)</translation> </message> @@ -26612,17 +26612,17 @@ <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную среды окружения QT5DOCDIR, если она установлена.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>Документация PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>Задайте директорию с документацией PyQt5</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную среды окружения PYQT5DOCDIR, если она установлена.</translation> </message> @@ -26642,20 +26642,35 @@ <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать местоположение по умолчанию.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation>Документация PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation>Задайте директорию с документацией PySide2</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную среды окружения PYSIDE2DOCDIR, если она установлена.</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Документация Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Задайте директорию с документацией Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную среды окружения QT5DOCDIR, если она установлена. {6D?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -50061,17 +50076,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы предпочтений (*.ini);;Все файлы (*)</translation> </message> @@ -74579,7 +74594,7 @@ <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Сообщение об ошибке</translation> </message> @@ -74619,7 +74634,7 @@ <translation><b>Послать запрос...</b><p>Отображение диалога создания запроса.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Юниттест</translation> </message> @@ -74969,7 +74984,7 @@ <translation><b>Горячие клавиши</b><p>Определите горячие клавиши приложения согласно вашим предпочтениям.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Экспорт горячих клавиш</translation> </message> @@ -74990,7 +75005,7 @@ <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Импорт горячих клавиш</translation> </message> @@ -75122,416 +75137,416 @@ <translation><b>Репозиторий плагинов...</b><p>Открытие диалога, отображающего список плагинов, доступных для скачивания с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>Документация API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>&Юниттест</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>&Дополнительно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>&Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Окна</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>Пла&гины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Настройки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Настройка группы инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Инструменты - &плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы инструментов '{0}' не найдена.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершен. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>Первое использование</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Документация Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Документация Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>Открыть браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -75617,12 +75632,12 @@ <translation><b>Снимки</b><p>Сделать снимок области экрана.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> @@ -75842,7 +75857,7 @@ <translation><b>Активировать просмотрщик чисел</b><p>Переключить фокус ввода в окно просмотра чисел.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>&Окна</translation> </message> @@ -75919,7 +75934,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation>Документация Qt&5</translation> + <translation type="obsolete">Документация Qt&5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -75967,32 +75982,32 @@ <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>Документация PyQt5</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2868"/> <source>PyQt&5 Documentation</source> - <translation>Документация PyQt&5</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <translation type="obsolete">Документация PyQt&5</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>Открыть документацию PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -76012,7 +76027,7 @@ <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> @@ -76077,27 +76092,27 @@ <translation><b>Показать внешние инструменты</b><p>Открытие диалога отображения пути и версий внешних инструментов, используемых eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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>Документация API eric</b><p>Показать документацию API eric. Местонахождение документации - каталог Documentation/Source, расположенный в директории инсталляции eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> - <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="7190"/> + <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="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> @@ -76107,17 +76122,17 @@ <translation>Генерация панели инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>&Инструменты пользователя</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -76162,7 +76177,7 @@ <translation><b>Сохранить сессию...</b><p>Позволяет сохранить текущую сессию на диск. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> @@ -76177,17 +76192,17 @@ <translation><b>Загрузить сессию...</b><p>Позволяет загрузить сессию, ранее сохраненную на диске. Открывается диалог для выбора имени файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation>Файлы сессии eric6 (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation>Обнаружена crash-сессия!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Найден файл crashed-сессии. Должна ли эта сессия быть восстановлена?</translation> </message> @@ -76202,18 +76217,18 @@ <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> @@ -76228,32 +76243,32 @@ <translation><b>Документация Qt5</b><p>Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation>Документация PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation>Документация PySide&2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation>Открыть документацию PySide2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Просмотр документации PySide{0} не настроен.</p></translation> </message> @@ -76288,22 +76303,22 @@ <translation><b>Конфигуратор Virtualenv</b><p>Открытие диалога для задания всех параметров, необходимых для создания виртуального окружения Python посредством приложений virtualenv или pyvenv.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation>Левая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation>Нижняя панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation>Правая панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation>Плагины</translation> </message> @@ -76329,17 +76344,17 @@ <translation><b>Рестарт IDEE</b><p>Перезапуск среды IDE. Любые несохраненные изменения сохраняются в первую очередь. Любая программа Python, находящаяся в процессе отладки, будет остановлена, предпочтения будут записаны на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation>Запуск web-браузера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation>Невозможно запустить eric6 web-браузер.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <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> @@ -76354,7 +76369,7 @@ <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>В этой части строки состояния разрешено масштабирование редактора или оболочки.</p></translation> </message> @@ -76429,27 +76444,27 @@ <translation><b>MicroPython</b><p>Переключение фокуса ввода в окно MicroPython.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation>Центральное окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation><h2>Номера версий</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Designer.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Linguist.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Не удается найти исполняемый файл Qt-Assistant.<br>На странице настройки Qt убедитесь, что он установлен и дополнительно настроен.</p></translation> </message> @@ -76473,6 +76488,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation><b>Показать информацию об установке...</b><p>Открывает диалоговое окно, в котором отображается некая информация о процессе установки.</p></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Документация Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">Открыть документацию Qt5 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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"><b>Документация Qt5</b><p>Отображение документации Qt5. В зависимости от ваших настроек это может быть отображение справки либо во встроенных средствах просмотра справки Eric-вьюере/web-браузере, либо в Qt Assistant, либо во внешнем web-браузере. </p> {6 ?} {6 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_tr.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_tr.ts Sun Dec 20 12:35:26 2020 +0100 @@ -27458,7 +27458,7 @@ <translation type="obsolete"><b>Not</b>: Ayarlarken boş bırakırsanız PYSIDEDOCDIR ortam değişkeni kullanılır.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML Dosyaları (*.html *.htm);;Tüm Dosyalar (*)</translation> </message> @@ -27498,17 +27498,17 @@ <translation type="unfinished"><b>Not</b>: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation type="unfinished">PyQt4 belgelirinin dizini gir {5 ?}</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation type="unfinished"><b>Not</b>: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır. {5D?}</translation> </message> @@ -27528,20 +27528,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">Qt4 belgelirinin dizini gir {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Not</b>: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır. {6D?}</translation> + </message> </context> <context> <name>HelpFlashCookieManagerPage</name> @@ -53427,17 +53442,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -78231,7 +78246,7 @@ <translation>İndirmek için mümkün olan sürümü göster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>Hata Raporu</translation> </message> @@ -78271,7 +78286,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>Birimtest</translation> </message> @@ -78616,7 +78631,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> @@ -78636,7 +78651,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> @@ -78791,17 +78806,17 @@ <translation type="obsolete">PyQt4 Begelerini aç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Eric API Belgeleri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>&Eric API Dökümanı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>Eric API Belgelerini Aç</translation> </message> @@ -78821,112 +78836,112 @@ <translation type="obsolete">PySide belgelerini açın</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>Bir&imtest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>İla&veler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>Sihirba&z</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>&Araççubuğu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>Ek&lentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>Kesitler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>Eklentiler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <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="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>Harici Araçlar/{0}</translation> </message> @@ -78936,52 +78951,52 @@ <translation type="obsolete"><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>Uygulmayı yeniden başlat</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <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="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>Alet Grupları Ayarlanıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>Geçerli alet grubunu ayarla...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>Ya&pılandırma Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>Eklen&ti Araçları</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>Hepsini Gö&ster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>&Hepsini gizle</translation> </message> @@ -78996,109 +79011,109 @@ <translation type="obsolete">Qt3 Desteği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> @@ -79108,87 +79123,87 @@ <translation type="obsolete"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <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="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> @@ -79213,47 +79228,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <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> @@ -79339,12 +79354,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -79564,7 +79579,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation type="unfinished">&Pencereler</translation> </message> @@ -79641,7 +79656,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> + <translation type="obsolete">Qt&4 Belgeleri {5 ?}</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -79689,32 +79704,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <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="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -79734,7 +79744,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -79799,7 +79809,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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> @@ -79809,22 +79819,22 @@ <translation type="obsolete">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <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="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <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> @@ -79834,17 +79844,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -79889,7 +79899,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished">Oturum yükleniyor</translation> </message> @@ -79904,17 +79914,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -79929,17 +79939,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -79954,32 +79964,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -80014,22 +80024,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -80055,17 +80065,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -80080,7 +80090,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -80155,27 +80165,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>Sürüm Numaraları</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -80199,6 +80209,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt4 Belgeleri {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">QT4 Belgelerini Aç {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>
--- a/eric6/i18n/eric6_zh_CN.ts Sat Dec 19 19:57:09 2020 +0100 +++ b/eric6/i18n/eric6_zh_CN.ts Sun Dec 20 12:35:26 2020 +0100 @@ -27699,7 +27699,7 @@ <translation type="obsolete"><b>注意</b>: 为空时使用 PYSIDEDOCDIR 环境变量,如果该环境变量已设定。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="46"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="49"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML 文件 (*.html *.htm);;所有文件 (*)</translation> </message> @@ -27754,17 +27754,17 @@ <translation><b>注意</b>: 为空时使用 QT5DOCDIR 环境变量,如果该环境变量已设定。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> <source>PyQt5 Documentation</source> <translation>PyQt5 文档</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> <source>Enter the PyQt5 documentation directory</source> <translation>输入 PyQt5 文档目录</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> <source><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source> <translation><b>注意</b>: 为空时使用 PYQT5DOCDIR 环境变量,如果该环境变量已设定。</translation> </message> @@ -27784,20 +27784,35 @@ <translation><b>注意</b>: 为空时使用默认位置。</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="177"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="212"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="192"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="227"/> <source>Enter the PySide2 documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="199"/> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="234"/> <source><b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="142"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt5 文档 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="157"/> + <source>Enter the Qt6 documentation directory</source> + <translation type="unfinished">输入 Qt5 文档目录 {6 ?}</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="164"/> + <source><b>Note</b>: Leave empty to use the QT6DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>注意</b>: 为空时使用 QT5DOCDIR 环境变量,如果该环境变量已设定。 {6D?}</translation> + </message> </context> <context> <name>HelpFlashCookieManagerPage</name> @@ -54129,17 +54144,17 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1627"/> + <location filename="../Preferences/__init__.py" line="1628"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1655"/> + <location filename="../Preferences/__init__.py" line="1656"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>属性文件 (*.ini);;所有文件 (*)</translation> </message> @@ -79695,7 +79710,7 @@ <translation>显示可以下载的版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <source>Report Bug</source> <translation>报告错误</translation> </message> @@ -79735,7 +79750,7 @@ <translation><b>请求功能…</b><p>打开一个对话框并发送一个功能请求。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3301"/> + <location filename="../UI/UserInterface.py" line="3316"/> <source>Unittest</source> <translation>单元测试</translation> </message> @@ -80050,7 +80065,7 @@ <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6239"/> + <location filename="../UI/UserInterface.py" line="6251"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> @@ -80070,7 +80085,7 @@ <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> @@ -80225,122 +80240,122 @@ <translation type="obsolete">打开 PyQt4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>Eric API Documentation</source> <translation>Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2911"/> + <location filename="../UI/UserInterface.py" line="2926"/> <source>&Eric API Documentation</source> <translation>&Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2915"/> + <location filename="../UI/UserInterface.py" line="2930"/> <source>Open Eric API Documentation</source> <translation>打开 Eric API 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3096"/> + <location filename="../UI/UserInterface.py" line="3111"/> <source>&Unittest</source> <translation>单元测试(&U)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3040"/> + <location filename="../UI/UserInterface.py" line="3055"/> <source>E&xtras</source> <translation>附加程序(&X)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3050"/> + <location filename="../UI/UserInterface.py" line="3065"/> <source>Wi&zards</source> <translation>向导(&Z)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3113"/> + <location filename="../UI/UserInterface.py" line="3128"/> <source>Select Tool Group</source> <translation>选择工具组</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3124"/> + <location filename="../UI/UserInterface.py" line="3139"/> <source>Se&ttings</source> <translation>设置(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3154"/> + <location filename="../UI/UserInterface.py" line="3169"/> <source>&Window</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215"/> + <location filename="../UI/UserInterface.py" line="3230"/> <source>&Toolbars</source> <translation>工具栏(&T)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3077"/> + <location filename="../UI/UserInterface.py" line="3092"/> <source>P&lugins</source> <translation>插件(&L)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3086"/> + <location filename="../UI/UserInterface.py" line="3101"/> <source>Configure...</source> <translation>配置…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3229"/> + <location filename="../UI/UserInterface.py" line="3244"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3300"/> + <location filename="../UI/UserInterface.py" line="3315"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3302"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Settings</source> <translation>设置</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3304"/> + <location filename="../UI/UserInterface.py" line="3319"/> <source>Profiles</source> <translation>模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3305"/> + <location filename="../UI/UserInterface.py" line="3320"/> <source>Plugins</source> <translation>插件</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474"/> + <location filename="../UI/UserInterface.py" line="3489"/> <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="3481"/> + <location filename="../UI/UserInterface.py" line="3496"/> <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="3488"/> + <location filename="../UI/UserInterface.py" line="3503"/> <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="3495"/> + <location filename="../UI/UserInterface.py" line="3510"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3517"/> <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="3509"/> + <location filename="../UI/UserInterface.py" line="3524"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> </message> @@ -80350,52 +80365,52 @@ <translation type="obsolete"><h3>版本号</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7236"/> + <location filename="../UI/UserInterface.py" line="7248"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3767"/> + <location filename="../UI/UserInterface.py" line="3782"/> <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="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>Restart application</source> <translation>重启程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4087"/> + <location filename="../UI/UserInterface.py" line="4102"/> <source>The application needs to be restarted. Do it now?</source> <translation>程序需要重启。现在重启?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4168"/> + <location filename="../UI/UserInterface.py" line="4183"/> <source>Configure Tool Groups ...</source> <translation>配置工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4172"/> + <location filename="../UI/UserInterface.py" line="4187"/> <source>Configure current Tool Group ...</source> <translation>配置当前工具组…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4123"/> + <location filename="../UI/UserInterface.py" line="4138"/> <source>&Builtin Tools</source> <translation>内建工具(&B)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4140"/> + <location filename="../UI/UserInterface.py" line="4155"/> <source>&Plugin Tools</source> <translation>插件工具(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4289"/> + <location filename="../UI/UserInterface.py" line="4304"/> <source>&Show all</source> <translation>全部显示(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4291"/> + <location filename="../UI/UserInterface.py" line="4306"/> <source>&Hide all</source> <translation>全部隐藏(&H)</translation> </message> @@ -80405,47 +80420,47 @@ <translation type="obsolete">当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <source>Problem</source> <translation>问题</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Open Browser</source> <translation>打开浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6031"/> + <location filename="../UI/UserInterface.py" line="6043"/> <source>Could not start a web browser</source> <translation>无法启动网络浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5169"/> + <location filename="../UI/UserInterface.py" line="5184"/> <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="5203"/> + <location filename="../UI/UserInterface.py" line="5218"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>External Tools</source> <translation>外部工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <source>Documentation Missing</source> <translation>文档缺失</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source>Documentation</source> <translation>文档</translation> </message> @@ -80455,57 +80470,57 @@ <translation type="obsolete"><p>未配置 PyQt4 文档起点。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <source>Save tasks</source> <translation>保存任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <source>Read tasks</source> <translation>读取任务</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6558"/> + <location filename="../UI/UserInterface.py" line="6570"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <source>Read session</source> <translation>读取会话</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <source>Drop Error</source> <translation>降落误差</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <source>Update available</source> <translation>可用更新</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7197"/> + <location filename="../UI/UserInterface.py" line="7209"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7221"/> + <location filename="../UI/UserInterface.py" line="7233"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -80620,111 +80635,111 @@ <translation>{0} - {1} - {2} - 被动模式</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3585"/> + <location filename="../UI/UserInterface.py" line="3600"/> <source>External Tools/{0}</source> <translation>外部工具/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5297"/> + <location filename="../UI/UserInterface.py" line="5312"/> <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="5022"/> + <location filename="../UI/UserInterface.py" line="5037"/> <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="5092"/> + <location filename="../UI/UserInterface.py" line="5107"/> <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="5136"/> + <location filename="../UI/UserInterface.py" line="5151"/> <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="5183"/> + <location filename="../UI/UserInterface.py" line="5198"/> <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="5253"/> + <location filename="../UI/UserInterface.py" line="5268"/> <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="5310"/> + <location filename="../UI/UserInterface.py" line="5325"/> <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="5333"/> + <location filename="../UI/UserInterface.py" line="5348"/> <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="5428"/> + <location filename="../UI/UserInterface.py" line="5443"/> <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="5437"/> + <location filename="../UI/UserInterface.py" line="5452"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5476"/> + <location filename="../UI/UserInterface.py" line="5491"/> <source>Starting process '{0} {1}'. </source> <translation>正在启动进程“{0} {1}”。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5492"/> + <location filename="../UI/UserInterface.py" line="5507"/> <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="5570"/> + <location filename="../UI/UserInterface.py" line="5585"/> <source>Process '{0}' has exited. </source> <translation>进程“{0}”已退出。 </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5831"/> + <location filename="../UI/UserInterface.py" line="5843"/> <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="6433"/> + <location filename="../UI/UserInterface.py" line="6445"/> <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="6462"/> + <location filename="../UI/UserInterface.py" line="6474"/> <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="6496"/> + <location filename="../UI/UserInterface.py" line="6508"/> <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="6542"/> + <location filename="../UI/UserInterface.py" line="6554"/> <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="6826"/> + <location filename="../UI/UserInterface.py" line="6838"/> <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="7020"/> + <location filename="../UI/UserInterface.py" line="7032"/> <source>Trying host {0}</source> <translation>正在尝试主机 {0}</translation> </message> @@ -80759,22 +80774,22 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6263"/> + <location filename="../UI/UserInterface.py" line="6275"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>键盘快捷键文件 (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python 3 Documentation</source> <translation>Python 3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2889"/> + <location filename="../UI/UserInterface.py" line="2904"/> <source>Python &3 Documentation</source> <translation>Python &3 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2893"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>Open Python 3 Documentation</source> <translation>打开 Python 3 文档</translation> </message> @@ -80794,17 +80809,17 @@ <translation type="obsolete">打开 Python 2 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>Error getting versions information</source> <translation>获取版本信息出错</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7079"/> + <location filename="../UI/UserInterface.py" line="7091"/> <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="7086"/> + <location filename="../UI/UserInterface.py" line="7098"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>过去7天均无法获取版本信息。请连线并再试一次。</translation> </message> @@ -80890,12 +80905,12 @@ <translation><b>快照</b><p>打开一个对话框来截取屏幕一个区域的快照。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5405"/> + <location filename="../UI/UserInterface.py" line="5420"/> <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="7292"/> + <location filename="../UI/UserInterface.py" line="7304"/> <source>Select Workspace Directory</source> <translation>选择工作区目录</translation> </message> @@ -81115,7 +81130,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3163"/> + <location filename="../UI/UserInterface.py" line="3178"/> <source>&Windows</source> <translation>窗口(&W)</translation> </message> @@ -81197,7 +81212,7 @@ <message> <location filename="../UI/UserInterface.py" line="2853"/> <source>Qt&5 Documentation</source> - <translation>Qt&5 文档</translation> + <translation type="obsolete">Qt&5 文档</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2857"/> @@ -81255,22 +81270,22 @@ <translation type="obsolete">PyQt&4 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2868"/> + <location filename="../UI/UserInterface.py" line="2883"/> <source>PyQt5 Documentation</source> <translation>PyQt5 文档</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2868"/> <source>PyQt&5 Documentation</source> - <translation>PyQt&5 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2872"/> + <translation type="obsolete">PyQt&5 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2887"/> <source>Open PyQt5 Documentation</source> <translation>打开 PyQt5 文档</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5709"/> + <location filename="../UI/UserInterface.py" line="5721"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt5 文档起始位置。</p></translation> </message> @@ -81280,12 +81295,12 @@ <translation type="unfinished"><b>Qt5 文档</b><p>显示 Qt5 文档。依赖于您的设置,这可能会在 eric 的内置帮助查看器内显示,或是启动一个网页浏览器,或是启动 Qt 助手。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2895"/> + <location filename="../UI/UserInterface.py" line="2910"/> <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="7011"/> + <location filename="../UI/UserInterface.py" line="7023"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -81305,7 +81320,7 @@ <translation><b>显示错误日志…</b><p>打开一个对话框显示最近的错误日志。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7015"/> + <location filename="../UI/UserInterface.py" line="7027"/> <source>Version Check</source> <translation>版本检查</translation> </message> @@ -81370,7 +81385,7 @@ <translation><b>显示外部工具</b><p>打开一个对话框显示 eric6 使用的所有外部工具的路径和版本。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2917"/> + <location filename="../UI/UserInterface.py" line="2932"/> <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> @@ -81380,22 +81395,22 @@ <translation type="obsolete">Qt 版本3 不被 eric6 支持。</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7178"/> + <location filename="../UI/UserInterface.py" line="7190"/> <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="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>Eric6 is up to date</source> <translation>Eric6 已是最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7190"/> + <location filename="../UI/UserInterface.py" line="7202"/> <source>You are using the latest version of eric6</source> <translation>您正在使用 eric6 的最新版本</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7273"/> + <location filename="../UI/UserInterface.py" line="7285"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>尚未配置 eric6。将打开配置对话框。</translation> </message> @@ -81405,17 +81420,17 @@ <translation>生成插件工具栏…</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4143"/> + <location filename="../UI/UserInterface.py" line="4158"/> <source>&User Tools</source> <translation>用户工具(&U)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4215"/> + <location filename="../UI/UserInterface.py" line="4230"/> <source>No User Tools Configured</source> <translation>没有配置的用户工具</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7031"/> + <location filename="../UI/UserInterface.py" line="7043"/> <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> @@ -81460,7 +81475,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>Load session</source> <translation type="unfinished">载入会话</translation> </message> @@ -81475,17 +81490,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6580"/> + <location filename="../UI/UserInterface.py" line="6592"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6631"/> + <location filename="../UI/UserInterface.py" line="6643"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -81500,17 +81515,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7166"/> + <location filename="../UI/UserInterface.py" line="7178"/> <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="7156"/> + <location filename="../UI/UserInterface.py" line="7168"/> <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> @@ -81525,32 +81540,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2874"/> + <location filename="../UI/UserInterface.py" line="2889"/> <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="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2932"/> + <location filename="../UI/UserInterface.py" line="2947"/> <source>PySide&2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="2951"/> <source>Open PySide2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2938"/> + <location filename="../UI/UserInterface.py" line="2953"/> <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="5814"/> + <location filename="../UI/UserInterface.py" line="5826"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -81580,22 +81595,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3170"/> + <location filename="../UI/UserInterface.py" line="3185"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3182"/> + <location filename="../UI/UserInterface.py" line="3197"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3189"/> + <location filename="../UI/UserInterface.py" line="3204"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3209"/> + <location filename="../UI/UserInterface.py" line="3224"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -81621,17 +81636,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5927"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5988"/> + <location filename="../UI/UserInterface.py" line="6000"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> @@ -81646,7 +81661,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3520"/> + <location filename="../UI/UserInterface.py" line="3535"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -81721,27 +81736,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3167"/> + <location filename="../UI/UserInterface.py" line="3182"/> <source>Central Park</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3694"/> + <location filename="../UI/UserInterface.py" line="3709"/> <source><h2>Version Numbers</h2><table></source> <translation type="unfinished"><h3>版本号</h3><table> {2>?} {2>?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5031"/> + <location filename="../UI/UserInterface.py" line="5046"/> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5101"/> + <location filename="../UI/UserInterface.py" line="5116"/> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5145"/> + <location filename="../UI/UserInterface.py" line="5160"/> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation type="unfinished"></translation> </message> @@ -81765,6 +81780,21 @@ <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../UI/UserInterface.py" line="2868"/> + <source>Qt6 Documentation</source> + <translation type="unfinished">Qt5 文档 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2872"/> + <source>Open Qt6 Documentation</source> + <translation type="unfinished">打开 Qt5 文档 {6 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2873"/> + <source><b>Qt6 Documentation</b><p>Display the Qt6 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> </context> <context> <name>UserPropertiesDialog</name>