Mon, 31 Dec 2012 15:01:06 +0100
Added support for Qt5 documentation.
--- a/APIs/Python3/eric5.api Mon Dec 31 12:35:13 2012 +0100 +++ b/APIs/Python3/eric5.api Mon Dec 31 15:01:06 2012 +0100 @@ -5607,6 +5607,7 @@ eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_python2DocDirButton_clicked?4() eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_pythonDocDirButton_clicked?4() eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_qt4DocDirButton_clicked?4() +eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.on_qt5DocDirButton_clicked?4() eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.save?4() eric5.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage?1() eric5.Preferences.ConfigurationPages.HelpDocumentationPage.create?4(dlg) @@ -5876,6 +5877,7 @@ eric5.Preferences.getPython?4(key, prefClass=Prefs) eric5.Preferences.getQt4DocDir?4(prefClass=Prefs) eric5.Preferences.getQt4TranslationsDir?4(prefClass=Prefs) +eric5.Preferences.getQt5DocDir?4(prefClass=Prefs) eric5.Preferences.getQt?4(key, prefClass=Prefs) eric5.Preferences.getShell?4(key, prefClass=Prefs) eric5.Preferences.getSystem?4(key, prefClass=Prefs)
--- a/Documentation/Help/source.qhp Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Help/source.qhp Mon Dec 31 15:01:06 2012 +0100 @@ -4922,6 +4922,7 @@ <keyword name="HelpDocumentationPage.on_python2DocDirButton_clicked" id="HelpDocumentationPage.on_python2DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_python2DocDirButton_clicked" /> <keyword name="HelpDocumentationPage.on_pythonDocDirButton_clicked" id="HelpDocumentationPage.on_pythonDocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_pythonDocDirButton_clicked" /> <keyword name="HelpDocumentationPage.on_qt4DocDirButton_clicked" id="HelpDocumentationPage.on_qt4DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt4DocDirButton_clicked" /> + <keyword name="HelpDocumentationPage.on_qt5DocDirButton_clicked" id="HelpDocumentationPage.on_qt5DocDirButton_clicked" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.on_qt5DocDirButton_clicked" /> <keyword name="HelpDocumentationPage.save" id="HelpDocumentationPage.save" ref="eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html#HelpDocumentationPage.save" /> <keyword name="HelpIndexWidget" id="HelpIndexWidget" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget" /> <keyword name="HelpIndexWidget (Constructor)" id="HelpIndexWidget (Constructor)" ref="eric5.Helpviewer.HelpIndexWidget.html#HelpIndexWidget.__init__" /> @@ -11421,6 +11422,8 @@ <keyword name="UserInterface.__showPython2Doc" id="UserInterface.__showPython2Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showPython2Doc" /> <keyword name="UserInterface.__showPythonDoc" id="UserInterface.__showPythonDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showPythonDoc" /> <keyword name="UserInterface.__showQt4Doc" id="UserInterface.__showQt4Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt4Doc" /> + <keyword name="UserInterface.__showQt5Doc" id="UserInterface.__showQt5Doc" ref="eric5.UI.UserInterface.html#UserInterface.__showQt5Doc" /> + <keyword name="UserInterface.__showQtDoc" id="UserInterface.__showQtDoc" ref="eric5.UI.UserInterface.html#UserInterface.__showQtDoc" /> <keyword name="UserInterface.__showSubWindowMenu" id="UserInterface.__showSubWindowMenu" ref="eric5.UI.UserInterface.html#UserInterface.__showSubWindowMenu" /> <keyword name="UserInterface.__showSvg" id="UserInterface.__showSvg" ref="eric5.UI.UserInterface.html#UserInterface.__showSvg" /> <keyword name="UserInterface.__showSystemEmailClient" id="UserInterface.__showSystemEmailClient" ref="eric5.UI.UserInterface.html#UserInterface.__showSystemEmailClient" /> @@ -12485,6 +12488,7 @@ <keyword name="getQt" id="getQt" ref="eric5.Preferences.__init__.html#getQt" /> <keyword name="getQt4DocDir" id="getQt4DocDir" ref="eric5.Preferences.__init__.html#getQt4DocDir" /> <keyword name="getQt4TranslationsDir" id="getQt4TranslationsDir" ref="eric5.Preferences.__init__.html#getQt4TranslationsDir" /> + <keyword name="getQt5DocDir" id="getQt5DocDir" ref="eric5.Preferences.__init__.html#getQt5DocDir" /> <keyword name="getQtMacBundle" id="getQtMacBundle" ref="eric5.Utilities.__init__.html#getQtMacBundle" /> <keyword name="getRealName" id="getRealName" ref="eric5.Utilities.__init__.html#getRealName" /> <keyword name="getRegistryData" id="getRegistryData" ref="eric5.Debugger.DebuggerInterfaceNone.html#getRegistryData" />
--- a/Documentation/Source/eric5.DebugClients.Python.DebugClientBase.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.DebugClients.Python.DebugClientBase.html Mon Dec 31 15:01:06 2012 +0100 @@ -126,7 +126,7 @@ <td>Private method called in the case of an exception</td> </tr><tr> <td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> -<td>Private method to produce a formated output of a simple Qt4 type.</td> +<td>Private method to produce a formated output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> <td>Private method to produce a formated variables list.</td> @@ -290,7 +290,7 @@ <h4>DebugClientBase.__formatQt4Variable</h4> <b>__formatQt4Variable</b>(<i>value, vtype</i>) <p> - Private method to produce a formated output of a simple Qt4 type. + Private method to produce a formated output of a simple Qt4/Qt5 type. </p><dl> <dt><i>value</i></dt> <dd>
--- a/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Mon Dec 31 15:01:06 2012 +0100 @@ -126,7 +126,7 @@ <td>Private method called in the case of an exception</td> </tr><tr> <td><a href="#DebugClientBase.__formatQt4Variable">__formatQt4Variable</a></td> -<td>Private method to produce a formatted output of a simple Qt4 type.</td> +<td>Private method to produce a formatted output of a simple Qt4/Qt5 type.</td> </tr><tr> <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td> <td>Private method to produce a formated variables list.</td> @@ -305,7 +305,7 @@ <h4>DebugClientBase.__formatQt4Variable</h4> <b>__formatQt4Variable</b>(<i>value, vtype</i>) <p> - Private method to produce a formatted output of a simple Qt4 type. + Private method to produce a formatted output of a simple Qt4/Qt5 type. </p><dl> <dt><i>value</i></dt> <dd>
--- a/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Helpviewer.HelpDocsInstaller.html Mon Dec 31 15:01:06 2012 +0100 @@ -120,13 +120,16 @@ </dd> </dl><a NAME="HelpDocsInstaller.__installQtDoc" ID="HelpDocsInstaller.__installQtDoc"></a> <h4>HelpDocsInstaller.__installQtDoc</h4> -<b>__installQtDoc</b>(<i>name, engine</i>) +<b>__installQtDoc</b>(<i>name, version, engine</i>) <p> Private method to install/update a Qt help document. </p><dl> <dt><i>name</i></dt> <dd> name of the Qt help document (string) +</dd><dt><i>version</i></dt> +<dd> +Qt version of the help documens (integer) </dd><dt><i>engine</i></dt> <dd> reference to the help engine (QHelpEngineCore)
--- a/Documentation/Source/eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html Mon Dec 31 15:01:06 2012 +0100 @@ -68,7 +68,7 @@ <td>Private method to adjust the file dialog options.</td> </tr><tr> <td><a href="#FileDialogWizardDialog.__getCode4">__getCode4</a></td> -<td>Private method to get the source code for Qt4.</td> +<td>Private method to get the source code for Qt4/Qt5.</td> </tr><tr> <td><a href="#FileDialogWizardDialog.__toggleConfirmCheckBox">__toggleConfirmCheckBox</a></td> <td>Private slot to enable/disable the confirmation check box.</td> @@ -119,7 +119,7 @@ <h4>FileDialogWizardDialog.__getCode4</h4> <b>__getCode4</b>(<i>indLevel, indString</i>) <p> - Private method to get the source code for Qt4. + Private method to get the source code for Qt4/Qt5. </p><dl> <dt><i>indLevel</i></dt> <dd>
--- a/Documentation/Source/eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Mon Dec 31 15:01:06 2012 +0100 @@ -65,7 +65,7 @@ <td>Constructor</td> </tr><tr> <td><a href="#InputDialogWizardDialog.__getCode4">__getCode4</a></td> -<td>Private method to get the source code for Qt4.</td> +<td>Private method to get the source code for Qt4/Qt5.</td> </tr><tr> <td><a href="#InputDialogWizardDialog.getCode">getCode</a></td> <td>Public method to get the source code.</td> @@ -98,7 +98,7 @@ <h4>InputDialogWizardDialog.__getCode4</h4> <b>__getCode4</b>(<i>indLevel, indString</i>) <p> - Private method to get the source code for Qt4. + Private method to get the source code for Qt4/Qt5. </p><dl> <dt><i>indLevel</i></dt> <dd>
--- a/Documentation/Source/eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html Mon Dec 31 15:01:06 2012 +0100 @@ -79,6 +79,9 @@ <td><a href="#HelpDocumentationPage.on_qt4DocDirButton_clicked">on_qt4DocDirButton_clicked</a></td> <td>Private slot to select the Qt4 documentation directory.</td> </tr><tr> +<td><a href="#HelpDocumentationPage.on_qt5DocDirButton_clicked">on_qt5DocDirButton_clicked</a></td> +<td>Private slot to select the Qt5 documentation directory.</td> +</tr><tr> <td><a href="#HelpDocumentationPage.save">save</a></td> <td>Public slot to save the Help Documentation configuration.</td> </tr> @@ -117,6 +120,11 @@ <b>on_qt4DocDirButton_clicked</b>(<i></i>) <p> Private slot to select the Qt4 documentation directory. +</p><a NAME="HelpDocumentationPage.on_qt5DocDirButton_clicked" ID="HelpDocumentationPage.on_qt5DocDirButton_clicked"></a> +<h4>HelpDocumentationPage.on_qt5DocDirButton_clicked</h4> +<b>on_qt5DocDirButton_clicked</b>(<i></i>) +<p> + Private slot to select the Qt5 documentation directory. </p><a NAME="HelpDocumentationPage.save" ID="HelpDocumentationPage.save"></a> <h4>HelpDocumentationPage.save</h4> <b>save</b>(<i></i>)
--- a/Documentation/Source/eric5.Preferences.__init__.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Preferences.__init__.html Mon Dec 31 15:01:06 2012 +0100 @@ -140,6 +140,9 @@ <td><a href="#getQt4TranslationsDir">getQt4TranslationsDir</a></td> <td>Module function to retrieve the Qt4TranslationsDir setting.</td> </tr><tr> +<td><a href="#getQt5DocDir">getQt5DocDir</a></td> +<td>Module function to retrieve the Qt5DocDir setting.</td> +</tr><tr> <td><a href="#getShell">getShell</a></td> <td>Module function to retrieve the various shell settings.</td> </tr><tr> @@ -1013,6 +1016,24 @@ </dl> <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>) +<p> + Module function to retrieve the Qt5DocDir setting. +</p><dl> +<dt><i>prefClass</i></dt> +<dd> +preferences class used as the storage area +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +the requested Qt4DocDir setting (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="getShell" ID="getShell"></a> <h2>getShell</h2> <b>getShell</b>(<i>key, prefClass=Prefs</i>)
--- a/Documentation/Source/eric5.Project.CreateDialogCodeDialog.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.Project.CreateDialogCodeDialog.html Mon Dec 31 15:01:06 2012 +0100 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Project.CreateDialogCodeDialog</h1> <p> -Module implementing a dialog to generate code for a Qt4 dialog. +Module implementing a dialog to generate code for a Qt4/Qt5 dialog. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#CreateDialogCodeDialog">CreateDialogCodeDialog</a></td> -<td>Class implementing a dialog to generate code for a Qt4 dialog.</td> +<td>Class implementing a dialog to generate code for a Qt4/Qt5 dialog.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="CreateDialogCodeDialog" ID="CreateDialogCodeDialog"></a> <h2>CreateDialogCodeDialog</h2> <p> - Class implementing a dialog to generate code for a Qt4 dialog. + Class implementing a dialog to generate code for a Qt4/Qt5 dialog. </p> <h3>Derived from</h3> QDialog, Ui_CreateDialogCodeDialog
--- a/Documentation/Source/eric5.UI.UserInterface.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/eric5.UI.UserInterface.html Mon Dec 31 15:01:06 2012 +0100 @@ -485,6 +485,12 @@ <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td> <td>Private slot to show the Qt4 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><tr> <td><a href="#UserInterface.__showSubWindowMenu">__showSubWindowMenu</a></td> <td>Private slot to display the Window menu of the Window menu.</td> </tr><tr> @@ -1471,7 +1477,22 @@ <b>__showQt4Doc</b>(<i></i>) <p> Private slot to show the Qt4 documentation. -</p><a NAME="UserInterface.__showSubWindowMenu" ID="UserInterface.__showSubWindowMenu"></a> +</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>) +<p> + Private method to show the Qt documentation. +</p><dl> +<dt><i>version</i></dt> +<dd> +Qt version to show documentation for (integer) +</dd> +</dl><a NAME="UserInterface.__showSubWindowMenu" ID="UserInterface.__showSubWindowMenu"></a> <h4>UserInterface.__showSubWindowMenu</h4> <b>__showSubWindowMenu</b>(<i></i>) <p>
--- a/Documentation/Source/index-eric5.Project.html Mon Dec 31 12:35:13 2012 +0100 +++ b/Documentation/Source/index-eric5.Project.html Mon Dec 31 15:01:06 2012 +0100 @@ -49,7 +49,7 @@ <td>Module implementing a dialog to add a new language to the project.</td> </tr><tr> <td><a href="eric5.Project.CreateDialogCodeDialog.html">CreateDialogCodeDialog</a></td> -<td>Module implementing a dialog to generate code for a Qt4 dialog.</td> +<td>Module implementing a dialog to generate code for a Qt4/Qt5 dialog.</td> </tr><tr> <td><a href="eric5.Project.DebuggerPropertiesDialog.html">DebuggerPropertiesDialog</a></td> <td>Module implementing a dialog for entering project specific debugger settings.</td>
--- a/Helpviewer/HelpDocsInstaller.py Mon Dec 31 12:35:13 2012 +0100 +++ b/Helpviewer/HelpDocsInstaller.py Mon Dec 31 15:01:06 2012 +0100 @@ -8,7 +8,7 @@ documentation database. """ -from PyQt4.QtCore import pyqtSignal, QThread, qVersion, Qt, QMutex, QDateTime, QDir, \ +from PyQt4.QtCore import pyqtSignal, QThread, Qt, QMutex, QDateTime, QDir, \ QLibraryInfo, QFileInfo from PyQt4.QtHelp import QHelpEngineCore @@ -65,30 +65,37 @@ engine.setupData() changes = False - qtDocs = ["designer", "linguist", "qt"] - for doc in qtDocs: - changes |= self.__installQtDoc(doc, engine) - self.__mutex.lock() - if self.__abort: - engine = None + qt4Docs = ["designer", "linguist", "qt"] + qt5Docs = ["activeqt", "qtconcurrent", "qtcore", "qtdbus", "qtdesigner", "qtdoc", + "qtgraphicaleffects", "qtgui", "qthelp", "qtimageformats", "qtlinguist", + "qtmultimedia", "qtnetwork", "qtopengl", "qtprintsupport", "qtqml", "qtquick", + "qtscript", "qtsql", "qtsvg", "qttestlib", "qtuitools", "qtwebkit", + "qtwebkitexamples", "qtwidgets", "qtxml", "qtxmlpatterns"] + for qtDocs, version in [(qt4Docs, 4), (qt5Docs, 5)]: + for doc in qtDocs: + changes |= self.__installQtDoc(doc, version, engine) + self.__mutex.lock() + if self.__abort: + engine = None + self.__mutex.unlock() + return self.__mutex.unlock() - return - self.__mutex.unlock() changes |= self.__installEric5Doc(engine) engine = None del engine self.docsInstalled.emit(changes) - def __installQtDoc(self, name, engine): + def __installQtDoc(self, name, version, engine): """ Private method to install/update a Qt help document. @param name name of the Qt help document (string) + @param version Qt version of the help documens (integer) @param engine reference to the help engine (QHelpEngineCore) @return flag indicating success (boolean) """ - versionKey = "qt_version_{0}@@{1}".format(qVersion(), name) + versionKey = "qt_version_{0}@@{1}".format(version, name) info = engine.customValue(versionKey, "") lst = info.split('|') @@ -100,8 +107,14 @@ if len(lst) == 2: qchFile = lst[1] - docsPath = QDir(QLibraryInfo.location(QLibraryInfo.DocumentationPath) + \ - QDir.separator() + "qch") + if version == 4: + docsPath = QDir(QLibraryInfo.location(QLibraryInfo.DocumentationPath) + \ + QDir.separator() + "qch") + elif version == 5: + docsPath = QDir(QLibraryInfo.location(QLibraryInfo.DocumentationPath)) + else: + # unsupported Qt version + return False files = docsPath.entryList(["*.qch"]) if not files:
--- a/Helpviewer/QtHelpDocumentationDialog.ui Mon Dec 31 12:35:13 2012 +0100 +++ b/Helpviewer/QtHelpDocumentationDialog.ui Mon Dec 31 15:01:06 2012 +0100 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>QtHelpDocumentationDialog</class> - <widget class="QDialog" name="QtHelpDocumentationDialog" > - <property name="geometry" > + <widget class="QDialog" name="QtHelpDocumentationDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,55 +10,55 @@ <height>391</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Manage QtHelp Documentation Database</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout" > + <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="label" > - <property name="text" > + <widget class="QLabel" name="label"> + <property name="text"> <string>Registered Documents</string> </property> </widget> </item> <item> - <layout class="QGridLayout" name="gridLayout" > - <item rowspan="3" row="0" column="0" > - <widget class="QListWidget" name="documentsList" > - <property name="toolTip" > - <string/> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" rowspan="3"> + <widget class="QListWidget" name="documentsList"> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> </property> </widget> </item> - <item row="0" column="1" > - <widget class="QPushButton" name="addButton" > - <property name="toolTip" > + <item row="0" column="1"> + <widget class="QPushButton" name="addButton"> + <property name="toolTip"> <string>Press to select QtHelp documents to add to the database</string> </property> - <property name="text" > + <property name="text"> <string>Add...</string> </property> </widget> </item> - <item row="1" column="1" > - <widget class="QPushButton" name="removeButton" > - <property name="toolTip" > + <item row="1" column="1"> + <widget class="QPushButton" name="removeButton"> + <property name="toolTip"> <string>Press to remove the selected documents from the database</string> </property> - <property name="text" > + <property name="text"> <string>Remove</string> </property> </widget> </item> - <item row="2" column="1" > - <spacer name="verticalSpacer" > - <property name="orientation" > + <item row="2" column="1"> + <spacer name="verticalSpacer"> + <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>98</height> @@ -68,11 +69,11 @@ </layout> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> @@ -93,11 +94,11 @@ <receiver>QtHelpDocumentationDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -109,11 +110,11 @@ <receiver>QtHelpDocumentationDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint>
--- a/Preferences/ConfigurationPages/HelpDocumentationPage.py Mon Dec 31 12:35:13 2012 +0100 +++ b/Preferences/ConfigurationPages/HelpDocumentationPage.py Mon Dec 31 15:01:06 2012 +0100 @@ -49,6 +49,8 @@ Preferences.getHelp("PythonDocDir")) self.qt4DocDirEdit.setText( Preferences.getHelp("Qt4DocDir")) + self.qt5DocDirEdit.setText( + Preferences.getHelp("Qt5DocDir")) self.pyqt4DocDirEdit.setText( Preferences.getHelp("PyQt4DocDir")) self.pysideDocDirEdit.setText( @@ -64,6 +66,8 @@ self.pythonDocDirEdit.text()) Preferences.setHelp("Qt4DocDir", self.qt4DocDirEdit.text()) + Preferences.setHelp("Qt5DocDir", + self.qt5DocDirEdit.text()) Preferences.setHelp("PyQt4DocDir", self.pyqt4DocDirEdit.text()) Preferences.setHelp("PySideDocDir", @@ -116,6 +120,20 @@ self.qt4DocDirEdit.setText(Utilities.toNativeSeparators(entry)) @pyqtSlot() + def on_qt5DocDirButton_clicked(self): + """ + Private slot to select the Qt5 documentation directory. + """ + entry = E5FileDialog.getOpenFileName( + self, + self.trUtf8("Select Qt5 documentation entry"), + QUrl(self.qt5DocDirEdit.text()).path(), + self.trUtf8("HTML Files (*.html *.htm);;All Files (*)")) + + if entry: + self.qt5DocDirEdit.setText(Utilities.toNativeSeparators(entry)) + + @pyqtSlot() def on_pyqt4DocDirButton_clicked(self): """ Private slot to select the PyQt4 documentation directory.
--- a/Preferences/ConfigurationPages/HelpDocumentationPage.ui Mon Dec 31 12:35:13 2012 +0100 +++ b/Preferences/ConfigurationPages/HelpDocumentationPage.ui Mon Dec 31 15:01:06 2012 +0100 @@ -140,6 +140,42 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_8"> + <property name="title"> + <string>Qt5 Documentation</string> + </property> + <layout class="QGridLayout" name="_3"> + <item row="0" column="1"> + <widget class="QPushButton" name="qt5DocDirButton"> + <property name="toolTip"> + <string>Press to select the Qt5 documentation directory via a dialog</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + <item row="0" column="0"> + <widget class="QLineEdit" name="qt5DocDirEdit"> + <property name="toolTip"> + <string>Enter the Qt5 documentation directory</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QLabel" name="textLabel1_8_2_2_4"> + <property name="text"> + <string><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>PyQt4 Documentation</string> @@ -233,6 +269,8 @@ <tabstop>pythonDocDirButton</tabstop> <tabstop>qt4DocDirEdit</tabstop> <tabstop>qt4DocDirButton</tabstop> + <tabstop>qt5DocDirEdit</tabstop> + <tabstop>qt5DocDirButton</tabstop> <tabstop>pyqt4DocDirEdit</tabstop> <tabstop>pyqt4DocDirButton</tabstop> <tabstop>pysideDocDirEdit</tabstop>
--- a/Preferences/__init__.py Mon Dec 31 12:35:13 2012 +0100 +++ b/Preferences/__init__.py Mon Dec 31 15:01:06 2012 +0100 @@ -643,6 +643,7 @@ "Python2DocDir": "", "QtDocDir": "", "Qt4DocDir": "", + "Qt5DocDir": "", "PyQt4DocDir": "", "PySideDocDir": "", "SingleHelpWindow": True, @@ -2082,7 +2083,23 @@ if s == "": s = os.getenv("QT4DOCDIR", "") if s == "": - s = QLibraryInfo.location(QLibraryInfo.DocumentationPath) + s = os.path.join(QLibraryInfo.location(QLibraryInfo.DocumentationPath), "html") + return s + + +def getQt5DocDir(prefClass=Prefs): + """ + Module function to retrieve the Qt5DocDir setting. + + @param prefClass preferences class used as the storage area + @return the requested Qt4DocDir setting (string) + """ + s = prefClass.settings.value("Help/Qt5DocDir", + prefClass.helpDefaults["Qt5DocDir"]) + if s == "": + s = os.getenv("QT5DOCDIR", "") + if s == "": + s = os.path.join(QLibraryInfo.location(QLibraryInfo.DocumentationPath), "qtdoc") return s
--- a/UI/UserInterface.py Mon Dec 31 12:35:13 2012 +0100 +++ b/UI/UserInterface.py Mon Dec 31 15:01:06 2012 +0100 @@ -2016,6 +2016,18 @@ self.qt4DocAct.triggered[()].connect(self.__showQt4Doc) self.actions.append(self.qt4DocAct) + self.qt5DocAct = E5Action(self.trUtf8('Qt5 Documentation'), + self.trUtf8('Qt&5 Documentation'), 0, 0, self, 'qt5_documentation') + self.qt5DocAct.setStatusTip(self.trUtf8('Open Qt5 Documentation')) + self.qt5DocAct.setWhatsThis(self.trUtf8( + """<b>Qt5 Documentation</b>""" + """<p>Display the Qt5 Documentation. Dependant upon your settings, this""" + """ will either show the help in Eric's internal help viewer, or execute""" + """ a web browser or Qt Assistant. </p>""" + )) + self.qt5DocAct.triggered[()].connect(self.__showQt5Doc) + self.actions.append(self.qt5DocAct) + self.pyqt4DocAct = E5Action(self.trUtf8('PyQt4 Documentation'), self.trUtf8('P&yQt4 Documentation'), 0, 0, self, 'pyqt4_documentation') self.pyqt4DocAct.setStatusTip(self.trUtf8('Open PyQt4 Documentation')) @@ -2240,6 +2252,7 @@ self.__menus["help"].addAction(self.pythonDocAct) self.__menus["help"].addAction(self.python2DocAct) self.__menus["help"].addAction(self.qt4DocAct) + self.__menus["help"].addAction(self.qt5DocAct) self.__menus["help"].addAction(self.pyqt4DocAct) if self.pysideDocAct is not None: self.__menus["help"].addAction(self.pysideDocAct) @@ -4358,26 +4371,45 @@ """ Private slot to show the Qt4 documentation. """ - qt4DocDir = Preferences.getHelp("Qt4DocDir") - if not qt4DocDir: - qt4DocDir = Utilities.getEnvironmentEntry("QT4DOCDIR", "") - if not qt4DocDir: - qt4DocDir = os.path.join(Preferences.getQt4DocDir(), "html") - - if qt4DocDir.startswith("qthelp://"): - if not os.path.splitext(qt4DocDir)[1]: - home = qt4DocDir + "/index.html" + self.__showQtDoc(4) + + 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) + """ + assert version in [4, 5] +## qt4DocDir = Preferences.getHelp("Qt4DocDir") +## if not qt4DocDir: +## qt4DocDir = Utilities.getEnvironmentEntry("QT4DOCDIR", "") +## if not qt4DocDir: +## qt4DocDir = os.path.join(Preferences.getQt4DocDir(), "html") + if version == 4: + qtDocDir = Preferences.getQt4DocDir() + elif version == 5: + qtDocDir = Preferences.getQt5DocDir() + + if qtDocDir.startswith("qthelp://"): + if not os.path.splitext(qtDocDir)[1]: + home = qtDocDir + "/index.html" else: - home = qt4DocDir - elif qt4DocDir.startswith("http://") or qt4DocDir.startswith("https://"): - home = qt4DocDir + home = qtDocDir + elif qtDocDir.startswith("http://") or qtDocDir.startswith("https://"): + home = qtDocDir else: - if qt4DocDir.startswith("file://"): - qt4DocDir = qt4DocDir[7:] - if not os.path.splitext(qt4DocDir)[1]: - home = Utilities.normjoinpath(qt4DocDir, 'index.html') + if qtDocDir.startswith("file://"): + qtDocDir = qtDocDir[7:] + if not os.path.splitext(qtDocDir)[1]: + home = Utilities.normjoinpath(qtDocDir, 'index.html') else: - home = qt4DocDir + home = qtDocDir if not os.path.exists(home): E5MessageBox.warning(self,
--- a/changelog Mon Dec 31 12:35:13 2012 +0100 +++ b/changelog Mon Dec 31 15:01:06 2012 +0100 @@ -2,6 +2,8 @@ ---------- Version 5.3-snapshot-2012mmdd: - bug fixes +- General + -- added support for Qt5 (experimental) - Debugger -- added the capability to trace function calls and returns to the Python 2 and Python 3 debuggers
--- a/i18n/eric5_cs.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_cs.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14881,7 +14881,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být registrován.<br />Důvod: {1}</p></translation> </message> @@ -14904,7 +14904,7 @@ <translation type="obsolete">Stisknout pro výběr Python dokumentace přes dialog výběru</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14939,42 +14939,42 @@ <translation><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí QT4DOCDIR, je-li nastavena.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> - <source>Press to select the PyQt4 documentation directory via a dialog</source> - <translation>Stisknout pro výběr PyQt4 dokumentace přes dialog výběru</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> - <source>Enter the PyQt4 documentation directory</source> - <translation>Zadejte adresář PyQt4 dokumentace</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> - <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> - <translation><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena.</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> - <source>PySide Documentation</source> - <translation>PySide dokumentace</translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation>Stisknout pro výběr adresáře PySide dokumentace přes dialog</translation> + <source>Press to select the PyQt4 documentation directory via a dialog</source> + <translation>Stisknout pro výběr PyQt4 dokumentace přes dialog výběru</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> - <source>Enter the PySide documentation directory</source> - <translation>Zadejte adresář pro PySide dokumentaci</translation> + <source>Enter the PyQt4 documentation directory</source> + <translation>Zadejte adresář PyQt4 dokumentace</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> + <translation><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYQT4DOCDIR, je-li nastavena.</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> + <source>PySide Documentation</source> + <translation>PySide dokumentace</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> + <source>Press to select the PySide documentation directory via a dialog</source> + <translation>Stisknout pro výběr adresáře PySide dokumentace přes dialog</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> + <source>Enter the PySide documentation directory</source> + <translation>Zadejte adresář pro PySide dokumentaci</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><b>Poznámka</b>: Ponechte prázdné má-li se použít proměnná prostředí PYSIDEDOCDIR, je-li nastavena.</translation> </message> @@ -14984,27 +14984,27 @@ <translation type="obsolete">Vyberte pro vstup do Python dokumentace</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML soubory (*.html *.htm);;Všechny soubory (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Vyberte pro vstup do Qt4 dokumentace</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>Vyberte pro vstup do PyQt4 dokumentace</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>Vyberte pro vstup do PySide dokumentace</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -15049,15 +15049,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Stisknout pro výběr Qt4 dokumentace přes dialog výběru {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Zadejte adresář Qt4 dokumentace {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR 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. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished">Vyberte pro vstup do Qt4 dokumentace {5 ?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -32977,27 +33002,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Předvolby exportu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Předvolby importu</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -38968,22 +38993,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>Uspořádat databázi s dokumentací QtNápovědy</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Registrované dokumenty</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Přidat...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Odebrat</translation> </message> @@ -39008,12 +39033,12 @@ <translation type="obsolete">Pokoušíte se odebrat dokumenty, ze kterých jsou některé právě otevřené. Odebrání z dokumentace tyto soubory uzavře.</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation>Stisknout pro výběr dokumentů QtNápovědy, které se přidají do databáze</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation>Stisknout pro odebrání vybraných dokumentů z databáze</translation> </message> @@ -52332,7 +52357,7 @@ <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> @@ -52352,7 +52377,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="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation></translation> </message> @@ -52412,7 +52437,7 @@ <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> @@ -52607,7 +52632,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="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -52627,7 +52652,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="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -52687,22 +52712,22 @@ <translation><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 dokumentace</b><p>Zobrazit PyQt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> @@ -52727,172 +52752,172 @@ <translation type="obsolete"><b>Python dokumentace</b><p>Zobrazí python dokumentaci. Pokud není adresář dokumentace nastaven, tak ve Windows se dokumentace hledá v adresáři odkud se python spouští a na Unixu v doc adresáři <i>/usr/share/doc/packages/python/html</i>. Pokud chcete jiný, nastavte si proměnnou prostředí PYTHONDOCDIR.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> - <source>E&xtras</source> - <translation>E&xtra funkce</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2157"/> + <source>E&xtras</source> + <translation>E&xtra funkce</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -52907,17 +52932,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -52927,12 +52952,12 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Pluginy</translation> </message> @@ -52957,7 +52982,7 @@ <translation>&Plugin Infa...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> @@ -52977,12 +53002,12 @@ <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -52992,7 +53017,7 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2150"/> + <location filename="UI/UserInterface.py" line="2162"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> @@ -53022,7 +53047,7 @@ <translation type="obsolete">Nelze stáhnout soubor s verzemi.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -53112,7 +53137,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -53147,27 +53172,27 @@ <translation type="obsolete">Proh&lížeč šablon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>SSL chyby</translation> </message> @@ -53192,22 +53217,22 @@ <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="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Tato část statusbaru zobrazuje jméno souboru v aktuálním editoru.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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> @@ -53252,12 +53277,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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -53297,12 +53322,12 @@ <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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> @@ -53492,32 +53517,32 @@ <translation>Editor &ikon...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide dokumentace</b><p>Zobrazit PySide dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> @@ -53582,91 +53607,91 @@ <translation><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation><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></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 není podporováno v eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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> @@ -53686,12 +53711,12 @@ <translation type="obsolete">Soubor klávesových zkratek (*.e4k *.e4kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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> @@ -53701,12 +53726,12 @@ <translation type="obsolete"><p>Soubor s úlohami <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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> @@ -53716,37 +53741,37 @@ <translation type="obsolete"><p>Soubor relace (session) <b>{0}</b> je v nepodporovaném formátu.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <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="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation>Eric5 je aktuální</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation>Používáte poslední verzi eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL chyby:</p><p>{0}</p><p>Chcete tyto chyby ignorovat?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog.</translation> </message> @@ -53801,72 +53826,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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="2062"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -53977,12 +54002,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -54212,7 +54237,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> @@ -54286,6 +54311,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Qt4 dokumentace</b><p>Zobrazit Qt4 dokumentaci. V závislosti na vašich nastaveních zobrazí interní Eric prohlížeč nápovědy nebo spustí webový prohlížeč nebo Qt Assistant.</p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_de.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_de.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14461,7 +14461,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht registriert werden.<br/>Ursache: {1}</p></translation> </message> @@ -14469,7 +14469,7 @@ <context> <name>HelpDocumentationPage</name> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14494,22 +14494,22 @@ <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable QT4DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Dokumentation</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation>Das PyQt4 Dokumentationsverzeichnis mittels eines Verzeichnisauswahldialoges wählen</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> <source>Enter the PyQt4 documentation directory</source> <translation>Gib das PyQt4 Dokumentationsverzeichnis ein</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYQT4DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> @@ -14519,47 +14519,47 @@ <translation><b>Hilfe Dokumentation einstellen</b></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> <source>PySide Documentation</source> <translation>PySide Dokumentation</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> <source>Press to select the PySide documentation directory via a dialog</source> <translation>Das PySide Dokumentationsverzeichnis mittels eines Verzeichnisauswahldialoges wählen</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> <source>Enter the PySide documentation directory</source> <translation>Gib das PySide Dokumentationsverzeichnis ein</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYSIDEDOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML Dateien (*.html *.htm);;Alle Dateien (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Wähle Qt4 Dokumentationsstart</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>Wähle PyQt4 Dokumentationsstart</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>Wähle PySide Dokumentationsstart</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation>HTML Dateien (*.html *.htm);;Komprimierte Hilfedateien (*.chm);; Alle Dateien (*)</translation> </message> @@ -14604,15 +14604,40 @@ <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYTHON3DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation>Wähle Python 2 Dokumentationsstart</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation>Wähle Python 3 Dokumentationsstart</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation>Qt5 Dokumentation</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation>Das Qt5 Dokumentationsverzeichnis mittels eines Verzeichnisauswahldialoges wählen</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation>Gib das Qt5 Dokumentationsverzeichnis ein</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable QT5DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation>Wähle Qt5 Dokumentationsstart</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -31800,27 +31825,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation>Wähle den Python2 Interpreter</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation>Wähle den zu verwendenden Python2 Interpreter aus:</translation> </message> @@ -37473,22 +37498,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>QtHelp Dokumentendatenbank verwalten</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Registrierte Dokumente</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Hinzufügen...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Entfernen</translation> </message> @@ -37518,12 +37543,12 @@ <translation>Dokumentation entfernen</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation>QtHelp Dokumente mittels Dateiauswahldialog auswählen</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation>Die ausgewählten Dokumente entfernen</translation> </message> @@ -50311,7 +50336,7 @@ <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Modultests</translation> </message> @@ -50326,17 +50351,17 @@ <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2157"/> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>&Hilfe</translation> </message> @@ -50371,22 +50396,22 @@ <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problem</translation> </message> @@ -50406,7 +50431,7 @@ <translation>&Was ist das?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -50426,7 +50451,7 @@ <translation>Ausgabefenster</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Einstellungen</translation> </message> @@ -50471,12 +50496,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="2145"/> + <location filename="UI/UserInterface.py" line="2157"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> @@ -50496,7 +50521,7 @@ <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> @@ -50516,7 +50541,7 @@ <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> @@ -50606,7 +50631,7 @@ <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> @@ -50621,12 +50646,12 @@ <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>&Modultests</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> @@ -50676,7 +50701,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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> @@ -50746,32 +50771,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="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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 Werkzeuge Eintrag <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -50796,7 +50821,7 @@ <translation><b>UI Betrachter</b><p>Started den UI Betrachter.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der UI Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> @@ -50821,7 +50846,7 @@ <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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> @@ -50861,47 +50886,47 @@ <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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 Einstellungen Dialog, um einen festzulegen.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Email Adresse oder Mail Server Adresse sind leer. Bitte konfiguriere die Email Einstellungen im Einstellungen Dialog.</translation> </message> @@ -50981,22 +51006,22 @@ <translation>Öffne die Qt4 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Eric API Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>&Eric API Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric API Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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> @@ -51052,96 +51077,96 @@ <translation><b>Qt4 Dokumentation</b><p>Zeige die Qt4 Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Öffne die PyQt4 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 Dokumentation</b><p>Zeige die PyQt4 Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation>Prozess '{0}' ist beendet. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4 Dokumentations Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Versions Nummern</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> @@ -51156,22 +51181,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -51181,12 +51206,12 @@ <translation>Initialisiere Plugin Manager...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -51211,7 +51236,7 @@ <translation>&Plugin Informationen...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>&Plugin Werkzeuge</translation> </message> @@ -51231,12 +51256,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="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> @@ -51246,7 +51271,7 @@ <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2150"/> + <location filename="UI/UserInterface.py" line="2162"/> <source>Wi&zards</source> <translation>A&utopiloten</translation> </message> @@ -51266,7 +51291,7 @@ <translation>Zeige die verfügbaren eric4 Versionen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -51346,22 +51371,22 @@ <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag '{0}' gefunden.</translation> </message> @@ -51376,42 +51401,42 @@ <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Session speichern</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Session lesen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>SSL Fehler</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>SSL Fehler</p><p>{0}</p><p>Wollen Sie diese Fehler ignorieren?</p></translation> </message> @@ -51436,22 +51461,22 @@ <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="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt den Namen der Datei des aktuellen Editors an.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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> @@ -51476,12 +51501,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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> @@ -51506,12 +51531,12 @@ <translation>Alt+Shift+A</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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> @@ -51641,7 +51666,7 @@ <translation><b>SQL Browser</b><p>Erforsche eine SQL Datenbank.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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> @@ -51656,32 +51681,32 @@ <translation>&Icon Editor...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Qt 3 Unterstützung</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide Dokumentation</b><p>Zeige die PySide Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Der PySide Dokumentations Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>PySide Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Py&Side Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>Öffne die PySide Dokumentation</translation> </message> @@ -51722,32 +51747,32 @@ <translation><b>Zeige externe Werkzeuge</b><p>Öffnet einen Dialog, der die Pfade und Versionen der von eric5 genutzten externen Werkzeuge anzeigt.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 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 eric5 Installationverzeichnis.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 wird von eric5 nicht unterstützt.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric5 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation>Eric5 ist aktuell</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation>Sie verwenden die aktuellste Version von eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> @@ -51782,72 +51807,72 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehls Datei (*.e4k)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation>Python 3 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation>Python &3 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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 doc 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="2050"/> - <source>Python 2 Documentation</source> - <translation>Python 2 Dokumentation</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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 doc 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="2062"/> + <source>Python 2 Documentation</source> + <translation>Python 2 Dokumentation</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation>Python &2 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation>Öffne die Python 2 Dokumentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Python 2 Dokumentation</b><p>Zeigt die Python 2 Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2 Dokumentation gesucht wird, unter Windows das Verzeichnis doc unter dem Verzeichnis, in dem der konfigurierte Python 2 Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -51958,12 +51983,12 @@ <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -52193,7 +52218,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="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation>&Fenster</translation> </message> @@ -52267,6 +52292,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Starte Qt-Linguist (Übersetzungsprogramm).</p></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation>Qt5 Dokumentation</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation>Qt&5 Dokumentation</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation>Öffne die Qt5 Dokumentation</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation><b>Qt5 Dokumentation</b><p>Zeige die Qt5 Dokumentation an. Abhängig von den Einstellungen, wird Erics interner Hilfeanzeiger, ein Web-Browser oder Qt Assistant verwendet.</p></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_en.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_en.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14372,7 +14372,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -14385,7 +14385,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation type="unfinished"></translation> </message> @@ -14410,67 +14410,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> - <source>Press to select the PyQt4 documentation directory via a dialog</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> - <source>Enter the PyQt4 documentation directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> - <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> - <source>PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> - <source>Press to select the PySide documentation directory via a dialog</source> + <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation type="unfinished"></translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> - <source>Enter the PySide documentation directory</source> + <source>Enter the PyQt4 documentation directory</source> <translation type="unfinished"></translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> + <source>PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> + <source>Press to select the PySide documentation directory via a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> + <source>Enter the PySide documentation directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation type="unfinished"></translation> </message> @@ -14515,15 +14515,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -31636,27 +31661,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -37181,32 +37206,32 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation type="unfinished"></translation> </message> @@ -50256,7 +50281,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> @@ -50296,7 +50321,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> @@ -50356,7 +50381,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation type="unfinished"></translation> </message> @@ -50661,7 +50686,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -50681,7 +50706,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> @@ -50831,554 +50856,554 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> - <source>E&xtras</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2150"/> - <source>Wi&zards</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2157"/> + <source>E&xtras</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2162"/> + <source>Wi&zards</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 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="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> + <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="2062"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2050"/> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -51489,12 +51514,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -51724,7 +51749,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished"></translation> </message> @@ -51798,6 +51823,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_es.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_es.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14632,7 +14632,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no ha podido ser registrado.<br />Causa: {1}</p></translation> </message> @@ -14645,7 +14645,7 @@ <translation><b>Configurar la documentación de ayuda</b></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14670,67 +14670,67 @@ <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno QT4DOCDIR, si ha sido establecida.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>Documentación de PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> - <source>Press to select the PyQt4 documentation directory via a dialog</source> - <translation>Pulse para seleccionar el directorio con la documentación de PyQt4 a través de un diálogo</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> - <source>Enter the PyQt4 documentation directory</source> - <translation>Introduzca el directorio con la documentación de PyQt4</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> - <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> - <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYQT4DOCDIR, si ha sido establecida.</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> - <source>PySide Documentation</source> - <translation>Documentación de PySide</translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation>Pulse para seleccionar el directorio con la documentación de PySide a través de un diálogo</translation> + <source>Press to select the PyQt4 documentation directory via a dialog</source> + <translation>Pulse para seleccionar el directorio con la documentación de PyQt4 a través de un diálogo</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> - <source>Enter the PySide documentation directory</source> - <translation>Introduzca el directorio con la documentación de PySide</translation> + <source>Enter the PyQt4 documentation directory</source> + <translation>Introduzca el directorio con la documentación de PyQt4</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> + <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYQT4DOCDIR, si ha sido establecida.</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> + <source>PySide Documentation</source> + <translation>Documentación de PySide</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> + <source>Press to select the PySide documentation directory via a dialog</source> + <translation>Pulse para seleccionar el directorio con la documentación de PySide a través de un diálogo</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> + <source>Enter the PySide documentation directory</source> + <translation>Introduzca el directorio con la documentación de PySide</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYSIDEDOCDIR, si ha sido establecida.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Archivos HTML (*.html *.htm);;Todos los Archivos (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Seleccionar la entrada de la documentación de Qt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>Seleccionar la entrada de la documentación de PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>Seleccionar la entrada de la documentación de PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation>Archivos HTML (*.html *.htm);;Archivos Comprimidos de Ayuda (*.chm);;Todos los Archivos(*)</translation> </message> @@ -14775,15 +14775,40 @@ <translation><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno PYTHON3DOCDIR, si ha sido establecida.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation>Seleccionar la entrada de la documentación de Python 2</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation>Seleccionar la entrada de la documentación de Python 3</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentación de Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Pulse para seleccionar el directorio con la documentación de Qt4 a través de un diálogo {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Introduzca el directorio con la documentación de Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Nota</b>: Dejar en blanco para utilizar la variable de entorno QT4DOCDIR, si ha sido establecida. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished">Seleccionar la entrada de la documentación de Qt4 {5 ?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -32163,27 +32188,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation>Seleccionar Intérprete de Python2</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation>Seleccionar el intérprete de Python2 a utilizar:</translation> </message> @@ -37859,22 +37884,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>Gestionar Base de Datos de Documentación QtHelp</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Documentos Registrados</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Añadir...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Eliminar</translation> </message> @@ -37894,12 +37919,12 @@ <translation>Eliminar Documentación</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation>Pulse para seleccionar documentos de QtHelp para añadir a la base de datos</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation>Pulse para eliminar los documentos seleccionados de la base de datos</translation> </message> @@ -51206,7 +51231,7 @@ <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> @@ -51226,7 +51251,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="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> @@ -51286,7 +51311,7 @@ <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Test Unitario de Proyecto</translation> </message> @@ -51496,7 +51521,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="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Exportar Atajos de Teclado</translation> </message> @@ -51516,7 +51541,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="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> @@ -51631,242 +51656,242 @@ <translation><b>Documentación de Qt4</b><p>Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>Documentación de PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>Documentación de P&yQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Abrir Documentación de PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PyQt4</b><p>Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Documentación de API de Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>Documentación de API de &Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Abrir Documentación de API de Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>Te&st Unitario</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> - <source>E&xtras</source> - <translation>E&xtras</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2150"/> - <source>Wi&zards</source> - <translation>Asis&tentes</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2157"/> + <source>E&xtras</source> + <translation>E&xtras</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2162"/> + <source>Wi&zards</source> + <translation>Asis&tentes</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Seleccionar Grupo de Herramientas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>Ven&tana</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Barra de Herramientas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>Ay&uda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Ajustes</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Herramientas ...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Configurar Grupo de Herramientas actual ...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>Herramientas de serie (&builtin)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <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="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> @@ -51936,7 +51961,7 @@ <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> @@ -51971,27 +51996,27 @@ <translation type="obsolete">Visor de P&lantillas</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>Errores SSL</translation> </message> @@ -52016,22 +52041,22 @@ <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="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el nombre de archivo del editor actual.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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> @@ -52111,22 +52136,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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Reiniciar aplicación</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <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="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Configurar...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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> @@ -52281,32 +52306,32 @@ <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PySide</b><p>Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide no ha sido configurado.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>Documentación de PySide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Documentación de Py&Side</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>Abrir Documentación de PySide</translation> </message> @@ -52366,145 +52391,145 @@ <translation><b>Mostrar herramientas externas</b><p>Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 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 eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 no está soportado por eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <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="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <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="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric5 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation>Eric5 está actualizado</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation>Está utilizando la última versión de eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errores SSL:</p><p>{0}</p><p>¿Desea ignorar estos errores?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric5 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -52599,72 +52624,72 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation>Documentación de Python 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation>Documentación de Python &3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation>Abrir Documentación de Python 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> - <source>Python 2 Documentation</source> - <translation>Documentación de Python 2</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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="2062"/> + <source>Python 2 Documentation</source> + <translation>Documentación de Python 2</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation>Documentación de Python &2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation>Abrir Documentación de Python 2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <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="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -52775,12 +52800,12 @@ <translation><b>Pantallazo</b><p>Abre un diálogo para tomar pantallazos de una región de la pantalla.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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 Pantallazos.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> @@ -53010,7 +53035,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="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> @@ -53084,6 +53109,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentación de Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Documentación de Qt&4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">Abrir Documentación de Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Documentación de Qt4</b><p>Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_fr.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_fr.ts Mon Dec 31 15:01:06 2012 +0100 @@ -15704,7 +15704,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -15722,7 +15722,7 @@ <translation type="obsolete">Cliquer pour sélectionner le répertoire de documentation Python</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -15777,22 +15777,22 @@ <translation><b>Note</b>: Laisser vide pour utiliser la variable d'environnement QT4DOCDIR, si elle existe.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation> Documentation PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation>Cliquer pour sélectionner un répertoire pour la documentation de PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> <source>Enter the PyQt4 documentation directory</source> <translation>Entrer le répertoire de documentation PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> <translation><b>Note</b>: Laisser vide pour utiliser la variable d'environnement PYQT4DOCDIR, si elle existe.</translation> </message> @@ -15847,47 +15847,47 @@ <translation type="obsolete">Sélection du répertoire de documentation PyKDE4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> <source>Press to select the PySide documentation directory via a dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> <source>Enter the PySide documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -15932,15 +15932,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentation Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Cliquer pour sélectionner le répertoire de documentation Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Entrer le répertoire de documentation Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Note</b>: Laisser vide pour utiliser la variable d'environnement QT4DOCDIR, si elle existe. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -34393,27 +34418,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Export des préférences</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Import des préférences</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -41014,22 +41039,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation type="unfinished">Ajouter...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation type="unfinished">Supprimer</translation> </message> @@ -41049,12 +41074,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation type="unfinished"></translation> </message> @@ -55374,7 +55399,7 @@ <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> @@ -55394,7 +55419,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="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> @@ -55449,7 +55474,7 @@ <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Exporter les raccourcis clavier</translation> </message> @@ -55469,7 +55494,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="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> @@ -55519,52 +55544,52 @@ <translation type="obsolete">Lance la documentation Python</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> + <location filename="UI/UserInterface.py" line="2157"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2157"/> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Outils</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -55620,7 +55645,7 @@ <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Projet de tests unitaires</translation> </message> @@ -55675,17 +55700,17 @@ <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="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>Tests &unitaires</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> @@ -55910,7 +55935,7 @@ <translation type="obsolete"><b>Afficher/Masque la fenêtre des tâches</b><p>Afficher la fenêtre des tâches si elle est masquée et réciproquement..</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> @@ -55920,7 +55945,7 @@ <translation type="obsolete"><p>Impossible d'enregistrer le fichier de tâches <b>%1</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> @@ -55940,7 +55965,7 @@ <translation type="obsolete"><b>Documentation Python</b><p>Affiche la documentation Python. Si aucun répertoire de documentation n'est configuré, le répertoire de documentation est supposé etre le répertoire doc du répertoire contenant l'executable Python sousWindows et <i>/usr/share/doc/packages/python/html</i> sous Unix. Définir la variable d'environnement PYTHONDOCDIR pour ne pas en tenir compte. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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> @@ -55950,7 +55975,7 @@ <translation type="obsolete"><p>Impossible de démarrer le visualiseur personalisé.<br>Assurez-vous qu'il est bien ici <b>%1</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> @@ -55960,7 +55985,7 @@ <translation type="obsolete"><p>Impossible de trouver le point racine "<b>%1</b>" de la documentation.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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> @@ -56110,22 +56135,22 @@ <translation>Lance la Documentation Qt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Documentation pour les API Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>Documentation pour les API &Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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> @@ -56206,42 +56231,42 @@ <translation><b>Documentation Qt4</b><p>Affiche la documentation Qt4. Suivant vos réglages, ceci va afficher l'aide dans le visualiseur interne d'Eric , ou lancer un navigateur web ou Qt Assistant. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation> Documentation PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>Documentation P&yQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Lance la documentation PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentation Qt4</b><p>Affiche la documentation Qt4. Suivant vos réglages, ceci va afficher l'aide dans le visualiseur interne d'Eric , ou lancer un navigateur web ou Qt Assistant. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> @@ -56258,12 +56283,12 @@ <translation type="obsolete">Le processus '%1' s'est terminé.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> @@ -56278,7 +56303,7 @@ <translation type="obsolete">fichier de raccourcis eric4 (*.e4k);;fichier de raccourcis eric3 (*.e3k *.e3kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Erreur durant la recherche de mises à jour</translation> </message> @@ -56288,7 +56313,7 @@ <translation type="obsolete">L'utilisation d'un proxy a été activée, mais aucun proxy n'est configuré.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Mise à jour disponible</translation> </message> @@ -56313,7 +56338,7 @@ <translation type="obsolete"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numéros de version</h3><table></translation> </message> @@ -56358,17 +56383,17 @@ <translation type="obsolete"><tr><td><b>%1</b></td><td>%2</td></tr></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> @@ -56383,12 +56408,12 @@ <translation type="obsolete"><p>Impossible de lire la feuile de style Qt <b>%1</b>.<br>Raison: %2</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> @@ -56408,7 +56433,7 @@ <translation type="obsolete"><b>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> @@ -56418,12 +56443,12 @@ <translation type="obsolete">Connexion à l'hote %1</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -56438,12 +56463,12 @@ <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -56468,7 +56493,7 @@ <translation>Infos &Plugins...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> @@ -56493,17 +56518,17 @@ <translation>Activation des plugins...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2150"/> + <location filename="UI/UserInterface.py" line="2162"/> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> @@ -56538,7 +56563,7 @@ <translation type="obsolete">Impossible de télécharger le fichier de versions.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> @@ -56708,7 +56733,7 @@ <translation type="obsolete">Outils externes/%1</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Outils externes</translation> </message> @@ -56743,7 +56768,7 @@ <translation type="obsolete"><p>Le répertoire de documentation PyKDE4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> @@ -56753,7 +56778,7 @@ <translation type="obsolete"><p>Impossible d'écrire le fichier de session <b>%1</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Chargement de session</translation> </message> @@ -56768,12 +56793,12 @@ <translation type="obsolete"><p>Format non reconnu pour le fichier de session <b>%1</b>.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <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> @@ -56783,7 +56808,7 @@ <translation type="obsolete"><b>Connexion au proxy '%1' en utilisant:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>Erreurs SSL</translation> </message> @@ -56813,22 +56838,22 @@ <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="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le nom de fichier de l'éditeur actif.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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> @@ -56908,22 +56933,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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Redémarrage de l'application</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <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="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Configuration...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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> @@ -57068,32 +57093,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> @@ -57148,144 +57173,144 @@ <translation type="unfinished"><b>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4</p> {5.?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation type="unfinished"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 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="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?}</translation> </message> @@ -57320,62 +57345,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> + <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="2062"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2050"/> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -57486,12 +57511,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57721,7 +57746,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">&Fenêtres</translation> </message> @@ -57795,6 +57820,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentation Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Documentation Qt&4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">Lance la Documentation Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Documentation Qt4</b><p>Affiche la documentation Qt4. Suivant vos réglages, ceci va afficher l'aide dans le visualiseur interne d'Eric , ou lancer un navigateur web ou Qt Assistant. </p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_it.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_it.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14742,7 +14742,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere registrato.<br />Motivo: {1}</p></translation> </message> @@ -14750,7 +14750,7 @@ <context> <name>HelpDocumentationPage</name> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14775,22 +14775,22 @@ <translation><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>Documentazione PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation>Premi per selezionare la directory della documentazione di PyQt4 con un dialogo</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> <source>Enter the PyQt4 documentation directory</source> <translation>Inserisci la directory di documentazione di PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente PYQT4DOCDIR, se impostata.</translation> </message> @@ -14800,47 +14800,47 @@ <translation><b>Configura la documentazione di aiuto</b></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> <source>PySide Documentation</source> <translation>Documentazione PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> <source>Press to select the PySide documentation directory via a dialog</source> <translation>Premi per selezionare la directory della documentazione PySide con un dialogo</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> <source>Enter the PySide documentation directory</source> <translation>Inserisci la directory della documentazione PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente PYSIDEDOCDIR, se impostata.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML Files (*.html *.htm);;All Files (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Seleziona l'elemento della documentazione di Qt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>Seleziona l'elemento della documentazione di PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>Seleziona l'elemento della documentazione di PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation>File HTML (*.html *.htm);;File HTML Compressi (*.chm);;All Files (*)</translation> </message> @@ -14885,15 +14885,40 @@ <translation><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente PYTHON3DOCDIR, se impostata.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation>Seleziona l'elemento della documentazione del Python 2</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation>Seleziona l'elemento della documentazione del Python 3</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Premi per selezionare la directory della documentazione di Qt4 con un dialogo {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Inserisci la directory della documentazione di Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Nota</b>: Lascia vuoto per usare la variabile d'ambiente QT4DOCDIR, se impostata. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished">Seleziona l'elemento della documentazione di Qt4 {5 ?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -32630,27 +32655,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Esporta Preferenze</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Importa Preferenze</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>File proprietà (*.ini);;Tutti i file(*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -38604,32 +38629,32 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>Gestisci il database della documentazione QtHelp</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Documenti registrati</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation>Premi per selezionere il documento QtHelp da aggiungere al database</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Aggiungi...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation>Premi per rimuovere il documento selezionato dal database</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Rimuovi</translation> </message> @@ -51881,7 +51906,7 @@ <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> @@ -51901,7 +51926,7 @@ <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Unittest</translation> </message> @@ -51956,7 +51981,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="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Esporta scorciatoie da tastiera</translation> </message> @@ -51976,7 +52001,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="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> @@ -51996,52 +52021,52 @@ <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="2145"/> + <location filename="UI/UserInterface.py" line="2157"/> <source>E&xtras</source> <translation>E&xtra</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2157"/> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>S&trumenti</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -52096,7 +52121,7 @@ <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Progetto Unittest</translation> </message> @@ -52151,17 +52176,17 @@ <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="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> @@ -52336,27 +52361,27 @@ <translation type="obsolete"><b>Abilita/Disabilita la finestra del Task-Viewer</b><p>Se la finestra del Log-Viewer è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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> @@ -52501,22 +52526,22 @@ <translation>Apri documentazione su Qt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>Documentazione API di &Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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> @@ -52587,72 +52612,72 @@ <translation><b>Documentazione Qt4</b><p>Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>Documentazione PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>Documentazione P&yQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Apri documentazione su PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentazione PyQt4</b><p>Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Errore nel controllo per gli update</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Aggiornamento disponibile</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Numeri di versione</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> @@ -52662,12 +52687,12 @@ <translation type="obsolete">Caricamento Style Sheet</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> @@ -52682,17 +52707,17 @@ <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -52702,12 +52727,12 @@ <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -52732,7 +52757,7 @@ <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> @@ -52757,17 +52782,17 @@ <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2150"/> + <location filename="UI/UserInterface.py" line="2162"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> @@ -52797,7 +52822,7 @@ <translation type="obsolete">Non posso scaricare il file delle versioni.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> @@ -52917,32 +52942,32 @@ <translation type="obsolete">Temp&late-Viewer</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>Errori SSL</translation> </message> @@ -52967,22 +52992,22 @@ <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="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la il nome del file attuale.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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> @@ -53062,22 +53087,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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Riavvia applicazione</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <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="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Configura...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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> @@ -53267,32 +53292,32 @@ <translation>Editor di &icone...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>Documentazione PySide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Documentazione Py&Side</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>Apri documentazione PySide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentazione PySide</b><p>Visualizza la documentazione di PySide. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web o usando Qt Assistant. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> @@ -53357,145 +53382,145 @@ <translation><b>Mostra tool esterni</b><p>Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation><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 eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Le Qt v.3 non sono supportate da eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <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="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>L'update alla versione <b>{0}</b> di eric5 è disponibile presso <b>{1}</b>. Vuoi prenderlo ?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation>Eric5 è aggiornato</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation>Stai usando l'ultima versione di eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Errori SSL:</p><p>{0}</p><p>Vuoi ignorare questi errori ?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 non è ancora stato configurato. Il dialogo di configurazione verrà avviato.</translation> </message> @@ -53590,72 +53615,72 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation>Documentazione Python &3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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>Documentazione Python 3</b><p>Mostra la documentazione Python 3. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 3 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR3 nel tuo ambiente per sovrascrivere questi valori.</p></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2050"/> - <source>Python 2 Documentation</source> - <translation>Documentazione Python 2</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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>Documentazione Python 3</b><p>Mostra la documentazione Python 3. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 3 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR3 nel tuo ambiente per sovrascrivere questi valori.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> + <source>Python 2 Documentation</source> + <translation>Documentazione Python 2</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation>Documentazione Python &2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation>Apri documentazione Python 2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -53766,12 +53791,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -54001,7 +54026,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> @@ -54075,6 +54100,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Documentazione Qt&4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Documentazione Qt4</b><p>Visualizza la documentazione di Qt4. A seconda di come è configurato il tuo sistema, verrà mostrata nel visualizzatore interno di Eric o in un browser web. </p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_ru.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_ru.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14845,7 +14845,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation>Не могу зарегистрировать файл <b>{0}</b>.<br/>Причина: {1}</translation> </message> @@ -14853,7 +14853,7 @@ <context> <name>HelpDocumentationPage</name> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14878,22 +14878,22 @@ <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную окружения QT4DOCDIR.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation>Выберите путь к каталогу документации PyQt4 с помощью диалога</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> <source>Enter the PyQt4 documentation directory</source> <translation>Задайте каталог документации PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную окружения PYQT4DOCDIR.</translation> </message> @@ -14903,47 +14903,47 @@ <translation><b>Настроить справку</b></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> <source>PySide Documentation</source> <translation>Документация PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> <source>Press to select the PySide documentation directory via a dialog</source> <translation>Выберите путь к каталогу документации PySide с помощью диалога</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> <source>Enter the PySide documentation directory</source> <translation>Задайте каталог документации PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную окружения PYSIDEDOCDIR.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>Файлы разметки HTML (*.html *.htm);;Все файлы(*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Выберите каталог документации Qt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>Выберите каталог документации PyQt4</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>Задайте каталог документации PySide</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation>HTML файлы (*.html *.htm);;Компрессированные файлы помощи (*.chm);;Все файлы (*)</translation> </message> @@ -14988,15 +14988,40 @@ <translation><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную окружения PYTHON3DOCDIR.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation>Выберите тему в документации по Python 2</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation>Выберите тему в документации по Python 3</translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Документация Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Выбрать каталог документации Qt4 с помощью диалога {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Задайте каталог документации Qt4 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>Примечание</b>: Оставьте поле пустым, чтобы использовать переменную окружения QT4DOCDIR. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished">Выберите каталог документации Qt4 {5 ?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -32772,27 +32797,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Экспорт предпочтений</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Импорт предпочтений</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Файлы свойств (*.ini);;Все файлы (*)</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -38726,22 +38751,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>QtHelp документация</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Зарегистрированные документы</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Добавить...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Удалить</translation> </message> @@ -38771,12 +38796,12 @@ <translation>Удалить документацию</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation>Добавить QtHelp документы в базу данных</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation>Удалить подсвеченные документы из базы данных</translation> </message> @@ -51980,7 +52005,7 @@ <translation><b>Показать версию</b><p>Информация о версии.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Unittest</translation> </message> @@ -52016,52 +52041,52 @@ <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2157"/> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Сервис</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2150"/> + <location filename="UI/UserInterface.py" line="2162"/> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Сервис</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>Ошибка процесса генерации</translation> </message> @@ -52086,12 +52111,12 @@ <translation><b>Горячие клавиши</b><p>Задайте горячие клавиши на свой вкус.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> + <location filename="UI/UserInterface.py" line="2157"/> <source>E&xtras</source> <translation>До&полнительно</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Сообщение об ошибке</translation> </message> @@ -52111,7 +52136,7 @@ <translation><b>Сообщить об ошибке...</b><p>Открывает диалог для сообщения об ошибке.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> @@ -52132,7 +52157,7 @@ <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> @@ -52225,7 +52250,7 @@ <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим сценарием.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Uniitest на проекте</translation> </message> @@ -52240,12 +52265,12 @@ <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим проектом.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> @@ -52302,7 +52327,7 @@ <p>Открыть диалог, в котором показаны различия между файлами в две колонки.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> @@ -52388,32 +52413,32 @@ <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> @@ -52438,7 +52463,7 @@ <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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> @@ -52463,7 +52488,7 @@ <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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> @@ -52530,48 +52555,48 @@ <p>Если окно Задач скрыто, показать его. Иначе - закрыть.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. Настройте электронную почту в диалоге конфигурации.</translation> </message> @@ -52717,22 +52742,22 @@ <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>Документация API &Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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> @@ -52805,86 +52830,86 @@ <p>Отобразить документацию Qt4. В зависимости от настроек, она отобразится либо во встроенном просмотрщике помощи Eric, либо вызовет интернет-браузер, либо Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>Документация P&yQt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PyQt4</b> <p>Отобразить документацию PyQt4. В зависимости от настроек, она отобразится либо во встроенном просмотрщике помощи Eric, либо вызовет интернет-браузер, либо Qt Assistant.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>&Настройка</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершился.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Корень документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> @@ -52899,12 +52924,12 @@ <translation type="obsolete"><p>Невозможно прочитать файл таблиц стилей Qt <b>{0}</b>.<br>{1}</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Настроить группы Инструментов...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу Инструментов...</translation> </message> @@ -52919,22 +52944,22 @@ <translation>Показать &внешние инструменты</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation>Пробую узел {0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -52944,12 +52969,12 @@ <translation>Инициализируется менеджер расширений...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>&Расширения</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Расширения</translation> </message> @@ -52990,17 +53015,17 @@ <translation><b>Убрать подключаемый модуль...</b><p>Открывает диалог деинсталляции нового подключаемого модуля.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>Инструменты для &плагинов</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> @@ -53035,7 +53060,7 @@ <translation type="obsolete">Невозможно скачать файл версий.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> @@ -53125,22 +53150,22 @@ <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы '{0}' не найдена.</translation> </message> @@ -53175,42 +53200,42 @@ <translation type="obsolete">Просмотрщик &шаблонов</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <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="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>Ошибки SSL</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation><p>Ошибки SSL: </p><p>{0}</p><p>Игнорировать?</p></translation> </message> @@ -53235,22 +53260,22 @@ <translation><b>Послать запрос...</b><p>Показать диалог создания запроса.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает имя файла открытого в текущем редакторе.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает текущую позицию курсора в редакторе.</p></translation> </message> @@ -53295,12 +53320,12 @@ <translation><b>Переключить горизонтальную панель инструментов</b><p>Показать/скрыть горизонтальную панель инструментов</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Перезапустить приложение</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>The application needs to be restarted. Do it now?</source> <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> </message> @@ -53341,12 +53366,12 @@ <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Настроить...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Эта часть строки статуса показывает режим конца строки в текущем редакторе.</p></translation> </message> @@ -53494,7 +53519,7 @@ <translation><b>Просмотрщик SQL</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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> @@ -53544,32 +53569,32 @@ <translation>Редактор &иконок...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Поддержка Qt3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PySide</b><p>Показать документацию PySide. В зависимости от настроек документация будет показана или во внутреннем просмотрщике помощи, в WEB просмотрщике или в Qt Assistant. </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Корень документации PySide не найден.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>Документация PySide</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Документация Py&Side</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>Открыть документацию PySide</translation> </message> @@ -53614,32 +53639,32 @@ <translation><b>Показать внешние инструменты</b><p>Открывает диалог для отображения пути и версий внешних инструментов, используемых eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation><b>Документация Eric API</b><p>Показать документацию Eric API. Местонахождение документации - каталог Documentation/Source, расположенный в каталоге инсталляции eric5.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt3 не поддерживается в eric5.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric5 до версии <b>{0}</b>. Скачать?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation>Eric5 не требует обновлений</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation>Вы используете самую последнюю версию eric5</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>eric5 ещё не сконфигурирован. Будет запущен диалог конфигурации.</translation> </message> @@ -53736,72 +53761,72 @@ <translation></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation>Документация Pyton 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation>Документация Pyton &3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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>Документация Pyton 3</b><p>Показать Pyton 3 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON3DOCDIR.</p></translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2050"/> - <source>Python 2 Documentation</source> - <translation>Документация Pyton 2</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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>Документация Pyton 3</b><p>Показать Pyton 3 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON3DOCDIR.</p></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> + <source>Python 2 Documentation</source> + <translation>Документация Pyton 2</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation>Документация Pyton &2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation>Открыть документацию Python 2</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Документация Pyton 2</b><p>Показать Pyton 2 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -53912,12 +53937,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -54147,7 +54172,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">&Окна</translation> </message> @@ -54221,6 +54246,27 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Документация Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Документация Qt&4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">Открыть документацию Qt4 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Документация Qt4</b> +<p>Отобразить документацию Qt4. В зависимости от настроек, она отобразится либо во встроенном просмотрщике помощи Eric, либо вызовет интернет-браузер, либо Qt Assistant.</p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_tr.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_tr.ts Mon Dec 31 15:01:06 2012 +0100 @@ -14893,7 +14893,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> could not be registerelisanslandırılamıyır.<br/>Sebep: {1}</p></translation> </message> @@ -14916,7 +14916,7 @@ <translation type="obsolete">Bir diyalog ile Python belgelerini seçmek için basınız</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>...</translation> </message> @@ -14951,62 +14951,62 @@ <translation><b>Not</b>: Ayarlandığında Boş bıraktıysanız QT4DOCDIR ortam değişkeni kullanılır.</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Belgeleri</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> - <source>Press to select the PyQt4 documentation directory via a dialog</source> - <translation>Bir diyalog ile PyQt4 belgelerini seçmek için basınız</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> - <source>Enter the PyQt4 documentation directory</source> - <translation>PyQt4 belgelirinin dizini gir</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> - <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> - <translation><b>Not</b>: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır.</translation> - </message> - <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> - <source>PySide Documentation</source> - <translation>PySide Belgeleri</translation> - </message> - <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> - <source>Press to select the PySide documentation directory via a dialog</source> - <translation>Bir diyalog ile PySide belgelerini seçmek için basınız</translation> + <source>Press to select the PyQt4 documentation directory via a dialog</source> + <translation>Bir diyalog ile PyQt4 belgelerini seçmek için basınız</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> - <source>Enter the PySide documentation directory</source> - <translation>Pyside belgelerinin dizinini gir</translation> + <source>Enter the PyQt4 documentation directory</source> + <translation>PyQt4 belgelirinin dizini gir</translation> </message> <message> <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> + <translation><b>Not</b>: Ayarlandığında Boş bıraktıysanız PYQT4DOCDIR ortam değişkeni kullanılır.</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> + <source>PySide Documentation</source> + <translation>PySide Belgeleri</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> + <source>Press to select the PySide documentation directory via a dialog</source> + <translation>Bir diyalog ile PySide belgelerini seçmek için basınız</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> + <source>Enter the PySide documentation directory</source> + <translation>Pyside belgelerinin dizinini gir</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation><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="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation>HTML Dosyaları (*.html *.htm);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation>Qt4 belgelerine giriş için seçiniz</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation>PyQt4 belgelerine giriş için seçiniz</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation>PySide belgelerine giriş için seçiniz</translation> </message> @@ -15051,20 +15051,45 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">Bir diyalog ile Qt4 belgelerini seçmek için basınız {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">Qt4 belgelirinin dizini gir {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR 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. {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished">Qt4 belgelerine giriş için seçiniz {5 ?}</translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -32829,27 +32854,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>Seçenekleri Dışa Aktar</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>Seçenekleri İçe Aktar</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -38606,32 +38631,32 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation>QtHelp Belgeleri Veritabanını Yönet</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation>Tescilli Dökümanlar</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation>Ekle...</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation>Kaldır</translation> </message> @@ -52078,7 +52103,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>Hata Raporu</translation> </message> @@ -52118,7 +52143,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>Birimtest</translation> </message> @@ -52178,7 +52203,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>Proje Birimtesti</translation> </message> @@ -52543,7 +52568,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> </message> @@ -52563,7 +52588,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>Klavye kısayollarını İçe Aktar</translation> </message> @@ -52713,22 +52738,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>PyQt4 Belgeleri</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 Belgeleri</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>PyQt4 Begelerini aç</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> @@ -52748,177 +52773,177 @@ <translation type="obsolete">Python belgelerini açın</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Eric API Belgeleri</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>&Eric API Dökümanı</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>Eric API Belgelerini Aç</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation>PySide Belgeleri</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation>Py&Side Belgeleri</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation>PySide belgelerini açın</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>Bir&imtest</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> - <source>E&xtras</source> - <translation>İla&veler</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2150"/> - <source>Wi&zards</source> - <translation>Sihirba&z</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2157"/> + <source>E&xtras</source> + <translation>İla&veler</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2162"/> + <source>Wi&zards</source> + <translation>Sihirba&z</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>Araç Grubunu Seç</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>Ayar&lar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>&Pencere</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>&Araççubuğu</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>Ek&lentiler</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>Ayarlanıyor...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>&Yardım</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>Araçlar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>Ayarlar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>Yardım</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>Kesitler</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>Eklentiler</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <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="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation>Harici Araçlar/{0}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Sürüm Numaraları</h3><table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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> @@ -52948,234 +52973,234 @@ <translation type="obsolete">Yoksay ama hatırla</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>Uygulmayı yeniden başlat</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <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="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>Alet Grupları Ayarlanıyor...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>Geçerli alet grubunu ayarla...</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>Ya&pılandırma Araçları</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>Eklen&ti Araçları</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>Hepsini Gö&ster</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>&Hepsini gizle</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation>Qt3 Desteği</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation>Qt v.3 eric5 tarafından desteklenmiyor.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>Harici Araçlar</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>Eksik Belgeleme</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>Belgeleme</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>Görevleri kaydet</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>Görevler Okunuyor</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>Oturumu oku</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>Düşme hatası</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <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="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>&Vazgeç</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> @@ -53190,37 +53215,37 @@ <translation type="obsolete">Sürüm dosyası indirilemiyor.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>Güncelleme mümkün değil</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 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="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>Güncellemeleri kontrol esnasında hata</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>Güncellemelere ulaşamıyorum.</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>Mümkün sürümler</h3><table></translation> </message> @@ -53230,22 +53255,22 @@ <translation type="obsolete"><b>'{0}' proxy'sini kullanarak bağlan:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>SSL Hataları</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>İlk kullanım</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor.</translation> </message> @@ -53270,72 +53295,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2050"/> + <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="2062"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -53446,12 +53471,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -53681,7 +53706,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">&Pencereler</translation> </message> @@ -53755,6 +53780,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>UserPropertiesDialog</name>
--- a/i18n/eric5_zh_CN.GB2312.ts Mon Dec 31 12:35:13 2012 +0100 +++ b/i18n/eric5_zh_CN.GB2312.ts Mon Dec 31 15:01:06 2012 +0100 @@ -15661,7 +15661,7 @@ <context> <name>HelpDocsInstaller</name> <message> - <location filename="Helpviewer/HelpDocsInstaller.py" line="186"/> + <location filename="Helpviewer/HelpDocsInstaller.py" line="199"/> <source><p>The file <b>{0}</b> could not be registered.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -15684,7 +15684,7 @@ <translation type="obsolete">点击通过对话框选择 Python 文档文件夹</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="190"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="226"/> <source>...</source> <translation>……</translation> </message> @@ -15739,22 +15739,22 @@ <translation><b>注意</b>: 为空时使用 QT4DOCDIR 环境变量,如果该环境变量已设定。</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> <source>PyQt4 Documentation</source> <translation>PyQt4 文档</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> <source>Press to select the PyQt4 documentation directory via a dialog</source> <translation>点击通过对话框选择 PyQt4 文档文件夹</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> <source>Enter the PyQt4 documentation directory</source> <translation>输入 PyQt4 文档文件夹</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> <source><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</source> <translation><b>注意</b>: 为空时使用 PYQT4DOCDIR 环境变量,如果该环境变量已设定。</translation> </message> @@ -15804,47 +15804,47 @@ <translation type="obsolete">选择 PyKDE4 文档文件夹</translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="181"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="217"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="187"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="223"/> <source>Press to select the PySide documentation directory via a dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="197"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="233"/> <source>Enter the PySide documentation directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="204"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="240"/> <source><b>Note</b>: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>HTML Files (*.html *.htm);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="109"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="113"/> <source>Select Qt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="123"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="141"/> <source>Select PyQt4 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="137"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="155"/> <source>Select PySide documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -15889,15 +15889,40 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="77"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="81"/> <source>Select Python 2 documentation entry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="93"/> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="97"/> <source>Select Python 3 documentation entry</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="145"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="151"/> + <source>Press to select the Qt5 documentation directory via a dialog</source> + <translation type="unfinished">点击通过对话框选择 Qt4 文档文件夹 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="161"/> + <source>Enter the Qt5 documentation directory</source> + <translation type="unfinished">输入 Qt4 文档文件夹 {5 ?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="168"/> + <source><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</source> + <translation type="unfinished"><b>注意</b>: 为空时使用 QT4DOCDIR 环境变量,如果该环境变量已设定。 {5D?}</translation> + </message> + <message> + <location filename="Preferences/ConfigurationPages/HelpDocumentationPage.py" line="127"/> + <source>Select Qt5 documentation entry</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HelpIndexWidget</name> @@ -34352,27 +34377,27 @@ <context> <name>Preferences</name> <message> - <location filename="Preferences/__init__.py" line="1107"/> + <location filename="Preferences/__init__.py" line="1108"/> <source>Export Preferences</source> <translation>导出首选项</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Import Preferences</source> <translation>导入首选项</translation> </message> <message> - <location filename="Preferences/__init__.py" line="1134"/> + <location filename="Preferences/__init__.py" line="1135"/> <source>Properties File (*.ini);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select Python2 Interpreter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Preferences/__init__.py" line="1228"/> + <location filename="Preferences/__init__.py" line="1229"/> <source>Select the Python2 interpreter to be used:</source> <translation type="unfinished"></translation> </message> @@ -40983,22 +41008,22 @@ <context> <name>QtHelpDocumentationDialog</name> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="13"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="14"/> <source>Manage QtHelp Documentation Database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="22"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="23"/> <source>Registered Documents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="41"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="42"/> <source>Add...</source> <translation type="unfinished">添加……</translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="51"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="52"/> <source>Remove</source> <translation type="unfinished">移除</translation> </message> @@ -41018,12 +41043,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="38"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="39"/> <source>Press to select QtHelp documents to add to the database</source> <translation type="unfinished"></translation> </message> <message> - <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="48"/> + <location filename="Helpviewer/QtHelpDocumentationDialog.ui" line="49"/> <source>Press to remove the selected documents from the database</source> <translation type="unfinished"></translation> </message> @@ -55740,7 +55765,7 @@ <translation type="obsolete"><b>显示可下载版本……</b><p>显示可以从互联网下载的 Eric4 版本。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <source>Report Bug</source> <translation>报告错误</translation> </message> @@ -55780,7 +55805,7 @@ <translation><b>请求功能……</b><p>打开一个对话框并发送一个功能请求。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2301"/> + <location filename="UI/UserInterface.py" line="2314"/> <source>Unittest</source> <translation>单元测试</translation> </message> @@ -55840,7 +55865,7 @@ <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>Unittest Project</source> <translation>项目单元测试</translation> </message> @@ -56185,7 +56210,7 @@ <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4760"/> + <location filename="UI/UserInterface.py" line="4792"/> <source>Export Keyboard Shortcuts</source> <translation>导出键盘快捷键</translation> </message> @@ -56205,7 +56230,7 @@ <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Import Keyboard Shortcuts</source> <translation>导入键盘快捷键</translation> </message> @@ -56375,22 +56400,22 @@ <translation><b>Qt4 文档</b><p>显示 Qt4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>PyQt4 Documentation</source> <translation>PyQt4 文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2019"/> + <location filename="UI/UserInterface.py" line="2031"/> <source>P&yQt4 Documentation</source> <translation>P&yQt4 文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2021"/> + <location filename="UI/UserInterface.py" line="2033"/> <source>Open PyQt4 Documentation</source> <translation>打开 PyQt4 文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2022"/> + <location filename="UI/UserInterface.py" line="2034"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4 文档</b><p>显示 PyQt4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。</p></translation> </message> @@ -56430,17 +56455,17 @@ <translation type="obsolete"><b>Python 文档</b><p>显示 Python 文档。如果没有配置文档文件夹,则在 Windows 下将 Python 文档位置指定为可执行 Python 下的 doc 文件夹,在 Unix 下为 <i>/usr/share/doc/packages/python/html</i> 。在你的环境中设置 PYTHONDOCDIR 可以进行控制。 </p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>Eric API Documentation</source> <translation>Eric API 文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2071"/> + <location filename="UI/UserInterface.py" line="2083"/> <source>&Eric API Documentation</source> <translation>&Eric API 文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2073"/> + <location filename="UI/UserInterface.py" line="2085"/> <source>Open Eric API Documentation</source> <translation>打开 Eric API 文档</translation> </message> @@ -56450,117 +56475,117 @@ <translation type="obsolete"><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2128"/> + <location filename="UI/UserInterface.py" line="2140"/> <source>&Unittest</source> <translation>单元测试(&U)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2145"/> - <source>E&xtras</source> - <translation>附加程序(&x)</translation> - </message> - <message> - <location filename="UI/UserInterface.py" line="2150"/> - <source>Wi&zards</source> - <translation>向导(&z)</translation> - </message> - <message> <location filename="UI/UserInterface.py" line="2157"/> + <source>E&xtras</source> + <translation>附加程序(&x)</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2162"/> + <source>Wi&zards</source> + <translation>向导(&z)</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2169"/> <source>&Tools</source> <translation>工具(&T)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2160"/> + <location filename="UI/UserInterface.py" line="2172"/> <source>Select Tool Group</source> <translation>选择工具组</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2166"/> + <location filename="UI/UserInterface.py" line="2178"/> <source>Se&ttings</source> <translation>设置(&t)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2184"/> + <location filename="UI/UserInterface.py" line="2196"/> <source>&Window</source> <translation>窗口(&W)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2209"/> + <location filename="UI/UserInterface.py" line="2221"/> <source>&Toolbars</source> <translation>工具栏(&T)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2220"/> + <location filename="UI/UserInterface.py" line="2232"/> <source>P&lugins</source> <translation>插件(&l)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2229"/> + <location filename="UI/UserInterface.py" line="2241"/> <source>Configure...</source> <translation>配置……</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2234"/> + <location filename="UI/UserInterface.py" line="2246"/> <source>&Help</source> <translation>帮助(&H)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2300"/> + <location filename="UI/UserInterface.py" line="2313"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2302"/> + <location filename="UI/UserInterface.py" line="2315"/> <source>Settings</source> <translation>设置</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Help</source> <translation>帮助</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2304"/> + <location filename="UI/UserInterface.py" line="2317"/> <source>Profiles</source> <translation>模式</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2305"/> + <location filename="UI/UserInterface.py" line="2318"/> <source>Plugins</source> <translation>插件</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2447"/> + <location filename="UI/UserInterface.py" line="2460"/> <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="2454"/> + <location filename="UI/UserInterface.py" line="2467"/> <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="2461"/> + <location filename="UI/UserInterface.py" line="2474"/> <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="2468"/> + <location filename="UI/UserInterface.py" line="2481"/> <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="2477"/> + <location filename="UI/UserInterface.py" line="2490"/> <source><p>This part of the status bar displays the name of the file of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑的文件名称。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2484"/> + <location filename="UI/UserInterface.py" line="2497"/> <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="2491"/> + <location filename="UI/UserInterface.py" line="2504"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> </message> @@ -56570,7 +56595,7 @@ <translation type="obsolete">外部工具 / %1</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2634"/> + <location filename="UI/UserInterface.py" line="2647"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>版本号</h3><table></translation> </message> @@ -56615,62 +56640,62 @@ <translation type="obsolete"><tr><td><b>%1</b></td><td>%2</td></tr></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5449"/> + <location filename="UI/UserInterface.py" line="5481"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2685"/> + <location filename="UI/UserInterface.py" line="2698"/> <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="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>Restart application</source> <translation>重启程序</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2927"/> + <location filename="UI/UserInterface.py" line="2940"/> <source>The application needs to be restarted. Do it now?</source> <translation>程序需要重启。现在重启?</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2959"/> + <location filename="UI/UserInterface.py" line="2972"/> <source>Configure Tool Groups ...</source> <translation>配置工具组……</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2962"/> + <location filename="UI/UserInterface.py" line="2975"/> <source>Configure current Tool Group ...</source> <translation>配置当前工具组……</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3011"/> + <location filename="UI/UserInterface.py" line="3024"/> <source>&Builtin Tools</source> <translation>内建工具(&B)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3019"/> + <location filename="UI/UserInterface.py" line="3032"/> <source>&Plugin Tools</source> <translation>插件工具(&P)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3109"/> + <location filename="UI/UserInterface.py" line="3122"/> <source>&Show all</source> <translation>全部显示(&S)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3111"/> + <location filename="UI/UserInterface.py" line="3124"/> <source>&Hide all</source> <translation>全部隐藏(&H)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3685"/> + <location filename="UI/UserInterface.py" line="3698"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <source>Problem</source> <translation>问题</translation> </message> @@ -56680,7 +56705,7 @@ <translation type="obsolete"><p>文件 <b>%1</b> 不存在或长度为零。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> @@ -56700,17 +56725,17 @@ <translation type="obsolete"><p>无法开启 Qt 助手。<br>确保其有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Open Browser</source> <translation type="unfinished">打开浏览器</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4606"/> + <location filename="UI/UserInterface.py" line="4638"/> <source>Could not start a web browser</source> <translation type="unfinished">无法启动网络浏览器</translation> </message> <message> - <location filename="UI/UserInterface.py" line="3908"/> + <location filename="UI/UserInterface.py" line="3921"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>目前没有选择自定义浏览器。请使用参数选择对话框指定一个。</translation> </message> @@ -56720,7 +56745,7 @@ <translation type="obsolete"><p>无法开启自定义浏览器。<br>确保其有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3939"/> + <location filename="UI/UserInterface.py" line="3952"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>%1</b>。</p></translation> </message> @@ -56735,7 +56760,7 @@ <translation type="obsolete"><p>无法开启翻译预览器。<br>确保其有效如 <b>%1</b>。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>External Tools</source> <translation>外部工具</translation> </message> @@ -56769,7 +56794,7 @@ </translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <source>Documentation Missing</source> <translation>文档丢失</translation> </message> @@ -56779,12 +56804,12 @@ <translation type="obsolete"><p>未找到文档起点“<b>%1</b>”。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source>Documentation</source> <translation>文档</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4414"/> + <location filename="UI/UserInterface.py" line="4446"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>未配置 PyQt4 文档起点。</p></translation> </message> @@ -56809,7 +56834,7 @@ <translation type="obsolete">Eric4 键盘快捷键文件 (*.e4k *.e4kz);;Eric3 键盘快捷键文件 (*.e3k *.e3kz)</translation> </message> <message> - <location filename="UI/UserInterface.py" line="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <source>Save tasks</source> <translation>保存任务</translation> </message> @@ -56819,7 +56844,7 @@ <translation type="obsolete"><p>无法写入任务文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <source>Read tasks</source> <translation>读取任务</translation> </message> @@ -56834,7 +56859,7 @@ <translation type="obsolete"><p>不支持任务文件 <b>%1</b> 的格式。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <source>Save session</source> <translation>保存会话</translation> </message> @@ -56844,7 +56869,7 @@ <translation type="obsolete"><p>会话文件 <b>%1</b> 无法写入。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <source>Read session</source> <translation>读取会话</translation> </message> @@ -56859,7 +56884,7 @@ <translation type="obsolete"><p>不支持会话文件 <b>%1</b> 的格式。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source>Drop Error</source> <translation>降落误差</translation> </message> @@ -56869,7 +56894,7 @@ <translation type="obsolete"><p><b>%1</b> 不是一个文件。</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Error during updates check</source> <translation>检查更新时出错</translation> </message> @@ -56879,7 +56904,7 @@ <translation type="obsolete">代理使用被激活但是没有配置代理主机。</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5274"/> + <location filename="UI/UserInterface.py" line="5306"/> <source>&Cancel</source> <translation>取消(&C)</translation> </message> @@ -56899,7 +56924,7 @@ <translation type="obsolete">无法下载版本文件。</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>Update available</source> <translation>可用更新</translation> </message> @@ -56919,12 +56944,12 @@ <translation type="obsolete">当前使用的是 Eric4 最新的版本</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5415"/> + <location filename="UI/UserInterface.py" line="5447"/> <source>Could not perform updates check.</source> <translation>无法完成更新检查。</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5436"/> + <location filename="UI/UserInterface.py" line="5468"/> <source><h3>Available versions</h3><table></source> <translation><h3>可用版本</h3><table></translation> </message> @@ -56939,7 +56964,7 @@ <translation type="obsolete"><b>连接到代理 '%1' ,使用:</b></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source>SSL Errors</source> <translation>SSL 错误</translation> </message> @@ -56949,7 +56974,7 @@ <translation type="obsolete"><p>SSL 错误:</p><p>%1</p><p>要忽略这些错误吗?</p></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>First time usage</source> <translation>第一次使用</translation> </message> @@ -57039,32 +57064,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2091"/> + <location filename="UI/UserInterface.py" line="2103"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4505"/> + <location filename="UI/UserInterface.py" line="4537"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2088"/> + <location filename="UI/UserInterface.py" line="2100"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2090"/> + <location filename="UI/UserInterface.py" line="2102"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> @@ -57119,144 +57144,144 @@ <translation type="unfinished"><b>显示外部工具</b><p>打开一个对话框显示 Eric4 使用的所有外部工具的路径和版本。</p> {5.?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2074"/> + <location filename="UI/UserInterface.py" line="2086"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric5 installation directory.</p></source> <translation type="unfinished"><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。</p> {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="2548"/> + <location filename="UI/UserInterface.py" line="2561"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="3860"/> + <location filename="UI/UserInterface.py" line="3873"/> <source>Qt v.3 is not supported by eric5.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4016"/> + <location filename="UI/UserInterface.py" line="4029"/> <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="3780"/> + <location filename="UI/UserInterface.py" line="3793"/> <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="3837"/> + <location filename="UI/UserInterface.py" line="3850"/> <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="3881"/> + <location filename="UI/UserInterface.py" line="3894"/> <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="3920"/> + <location filename="UI/UserInterface.py" line="3933"/> <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="3979"/> + <location filename="UI/UserInterface.py" line="3992"/> <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="4024"/> + <location filename="UI/UserInterface.py" line="4037"/> <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="4043"/> + <location filename="UI/UserInterface.py" line="4056"/> <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="4110"/> + <location filename="UI/UserInterface.py" line="4123"/> <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="4116"/> + <location filename="UI/UserInterface.py" line="4129"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4152"/> + <location filename="UI/UserInterface.py" line="4165"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4168"/> + <location filename="UI/UserInterface.py" line="4181"/> <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="4245"/> + <location filename="UI/UserInterface.py" line="4258"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4520"/> + <location filename="UI/UserInterface.py" line="4552"/> <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="4904"/> + <location filename="UI/UserInterface.py" line="4936"/> <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="4926"/> + <location filename="UI/UserInterface.py" line="4958"/> <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="4941"/> + <location filename="UI/UserInterface.py" line="4973"/> <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="4964"/> + <location filename="UI/UserInterface.py" line="4996"/> <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="5136"/> + <location filename="UI/UserInterface.py" line="5168"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5279"/> + <location filename="UI/UserInterface.py" line="5311"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5402"/> + <location filename="UI/UserInterface.py" line="5434"/> <source>The update to <b>{0}</b> of eric5 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="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>Eric5 is up to date</source> <translation type="unfinished">Eric4 已是最新版本 {5 ?}</translation> </message> <message> - <location filename="UI/UserInterface.py" line="5411"/> + <location filename="UI/UserInterface.py" line="5443"/> <source>You are using the latest version of eric5</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5465"/> + <location filename="UI/UserInterface.py" line="5497"/> <source><p>SSL Errors:</p><p>{0}</p><p>Do you want to ignore these errors?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5492"/> + <location filename="UI/UserInterface.py" line="5524"/> <source>eric5 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">尚未配置 Eric4。将打开配置对话框。 {5 ?}</translation> </message> @@ -57291,62 +57316,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4783"/> + <location filename="UI/UserInterface.py" line="4815"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2035"/> + <location filename="UI/UserInterface.py" line="2047"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2037"/> + <location filename="UI/UserInterface.py" line="2049"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2038"/> - <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="2050"/> + <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="2062"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2050"/> + <location filename="UI/UserInterface.py" line="2062"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2052"/> + <location filename="UI/UserInterface.py" line="2064"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2053"/> + <location filename="UI/UserInterface.py" line="2065"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="5323"/> + <location filename="UI/UserInterface.py" line="5355"/> <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="5329"/> + <location filename="UI/UserInterface.py" line="5361"/> <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> @@ -57457,12 +57482,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="4090"/> + <location filename="UI/UserInterface.py" line="4103"/> <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="5510"/> + <location filename="UI/UserInterface.py" line="5542"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -57692,7 +57717,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="UI/UserInterface.py" line="2189"/> + <location filename="UI/UserInterface.py" line="2201"/> <source>&Windows</source> <translation type="unfinished">窗口(&W)</translation> </message> @@ -57766,6 +57791,26 @@ <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2019"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Qt&4 文档 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2021"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">打开 Qt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="UI/UserInterface.py" line="2022"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependant upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"><b>Qt4 文档</b><p>显示 Qt4 文档。根据你的设置,显示 Eric 的联机帮助浏览器中的帮助,或者执行网络浏览器或 Qt 助手。</p> {5 ?} {5 ?}</translation> + </message> </context> <context> <name>UserPropertiesDialog</name>